@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

a:link{
	color:#666;
	text-decoration:none;
}

a:visited{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#f60;
	text-decoration:none;
}


@media screen and (min-width:641px )
{

  	#contents .topImg_msg{
		max-width:1080px;
        height:auto;
        padding-top:32.41%;
		padding-bottom: 2vw;
        margin:0 auto;
        background: url("../img/messge_top.png")no-repeat;
        background-position:top;
        background-size:contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
 
    
    /*ボタン*/
    #contents .msg_btnWrap{
        max-width:1080px;
        margin:0 auto 2vw auto;
        text-align: center;
    }

    #contents .msg_btn {
        color: #1b1b1b;
        border:0.175vw solid #1b1b1b;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 1vw 2vw;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }

	/*注意事項*/
	
	#contents .coution_area{
		font-size:14px;
		padding:0;
		margin:0 0 40px 0;
		border: 0;
		line-height: 1.25em;
		text-align:center;
	}
	
	#contents .coution_area p{
		color:#666;
	}
	
	#contents .border{
		margin:20px 20px 0 20px;
		border-bottom:1px solid #ccc;
	}
	
	/*メールフォーム*/
	
	#contents .contactForm{
		max-width:700px;
		height:auto;
		margin:10px auto 0 auto;
		padding:0;
		/*border:1px solid #f09;
		box-sizing: border-box;*/
	}
	
/*	
	#contents .contactForm .formArea{
		width:620px;
		margin:0 auto;
		padding:0;
		text-align:left;
	}
	*/

/* Start-追加0902 */

	#contents .contactForm ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	#contents .contactForm li.labeltxt {
		width:  230px;
		padding-right: 30px;
		text-align: right;
		font-size: 1.0rem;
	}

	#contents .contactForm div.sectionhead {
		margin: 50px 0 20px;
		font-size: 1.0rem;
		font-weight: bold;
	}

    #contents .cntPs{
        width:100%;
        margin:20px 0 100px;
		text-align: center;
    }

	input#submit_button {
	    width: 26vw;
	    height: auto;
	    margin: 3vw 0 0 0;
	    padding: 1vw 2vw;
	    font-size: 18px;
 	   	font-weight: bold;
		background: -moz-linear-gradient(top, #1b1b1b, #4a4a4a);
		background: -webkit-linear-gradient(top, #1b1b1b, #4a4a4a);
		background: linear-gradient(to bottom, #1b1b1b, #4a4a4a);
	    color: #fff;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        border-radius: 0px;
		border: 1px solid #1b2538;
        border-radius: 4px;

	}
	input#submit_button:hover {
		background: #ffc71b;
		color: #1b1b1b;
	}

	#contents .corner{
        max-width:1080px;
        height:auto;
        margin:0 auto;
        padding: 30px 0;
	}


	#contents .corner .message_area .description {
    margin: 100px 0;
    color: #1b1b1b;
    text-align: center;
    font-size: 1.0rem;
	}

	#contents .corner .message_area .description p.head {
		font-size: 2.5em;
	}

/* End-追加0902 */


	
	#contents .contactForm .formTable{
		margin:0 auto;
	}
	
	#contents .contactForm .formTable th{
		padding:0 0 20px 0;
		font-size:16px;
	}
	
	#contents .contactForm .formTable td{
		padding:0 0 20px 0;
		font-size:16px;
	}
    
	#contents .contactForm .formTable .btns{
		margin:0 20px;
	}
    
	#contents .contactForm  li input, select, textarea {
		width: 330px;
		padding:6px;
        margin: 8px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #1b2538;
        border-radius: 4px;
        outline: none;
		text-align: left;
	}
    
     #contents .radio01 {
        transform:scale(1.8);
    }
   
     #contents .button01 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
		font-weight:bold;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #345e74;
		color : #ffffff;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
        margin:0 20px; 
    }
    
    #contents .button01:hover {
		opacity: 0.8; 
    }
    
    #contents .button02 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #d0d0d0;
		color : #666;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
    }
    
    #contents .button02:hover {
		opacity: 0.8; 
    }

    #contents .btn_sp {
		margin: 0 16px;
        float:left;
    }
    
	#contents  .contactForm .coution_area{
		font-size:14px;
		padding:0;
		line-height: 1.5em;
        color:#fff;
	}
	
	#contents  .contactForm .thanks{
		margin: 60px auto 100px auto;
		font-size: 24pt; 
		text-align: center;
		color:#0b4b66;
		line-height:1.5em;
	}
	
	#contents .top_btn a:link{
		width:640px;
		height:44px;
/*	background: url("../img/pc_btt.gif") no-repeat; */
		margin: 0 auto 20px auto;
		padding:0 0 20px 0;
		display:block;
		text-align:center;
		border:1px solid #f09;
		box-sizing: border-box;
	}
	
	#contents .top_btn a:hover{
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
	}
	.color_b_msg{
		margin: -2vw 0;
		padding:2vw 0;
		background: -webkit-linear-gradient(#1b1b1b, #4a4a4a);
		background: -o-linear-gradient(#1b1b1b, #4a4a4a);
		background: linear-gradient(#1b1b1b, #4a4a4a);
	}
	.copy_w{
		color:#fff;
	}

		
}
	
	
/* スマートフォン用 */

@media screen and (max-width:640px )
{
/*	.pc { display: none !important; }
	.sp { display: block !important; }*/

	/*トップ*/
	
  	#contents .topImg_msg{
		max-width:1080px;
        height:auto;
        padding-top:32.41%;
		padding-bottom: 2vw;
        margin:0 auto;
        background: url("../img/messge_top.png")no-repeat;
        background-position:top;
        background-size:contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
 

	#contents .msg_topImg{
		max-width: 100%;
		height:auto;
		margin:0 auto;
        /*border:1px solid #f00;
		box-sizing: border-box;*/
    }
  	#contents .msg_topImg .title{
        height:auto;
        padding-top:18.5%;
        margin:-45% 0 0 0;
        background: url("../img/top1_title.png")no-repeat;
        background-position:top;
        background-size:contain;
		position:relative;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
 
	#contents .thx_h{
		height:60vh;
	}
		
	#contents .corner{
		min-width:300px;
		margin:0 auto;
		padding: 30px 0;
	}
	
	#contents .corner .contactForm{
		width:90%;
		height:auto;
		margin:30px auto 0 auto;
		padding:2vw 4vw 2vw 0vw;
		/*border:1px solid #fff;
		box-sizing: border-box;*/
	}
	#contents .corner .contactForm li{
		margin:1vw 0 0 -9vw;
		padding:0;
	}		
	#contents .contactForm  li input, select, textarea {
		padding:4px;
        margin: 0 0 10px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #1b2538;
        border-radius: 4px;
        outline: none;
		text-align: left;
	}
    
    #contents .contactForm label{
        font-size:16px;
        font-weight:bold;
        margin:20px 0 0 ox;
    }
    
    #contents .entry_text{
        font-size:16px;
        font-weight:bold;
        margin:0;
    }
    
     #contents .radio01 {
        transform:scale(1.8);
    }
   
     #contents .button01 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
		font-weight:bold;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #345e74;
		color : #ffffff;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
        margin:0 20px; 
    }
    
    #contents .button01:hover {
		opacity: 0.8; 
    }
    
    #contents .button02 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #d0d0d0;
		color : #666;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
    }
    
    #contents .button02:hover {
		opacity: 0.8; 
    }
    
    
	#contents .corner .message_area .description{
		font-size:16px;
		color:#0b4b66;
		margin:30px 0 0 0;
		text-align:center;
	}	
	
	input#submit_button {
		width: 100px;
		height: 50px;
		margin:20px 0;
		padding: 0px;
		font-size:21px;
        font-weight: bold;
		background: -moz-linear-gradient(top, #1b1b1b, #4a4a4a);
		background: -webkit-linear-gradient(top, #1b1b1b, #4a4a4a);
		background: linear-gradient(to bottom, #1b1b1b, #4a4a4a);
        color:#fff;
        border-radius: 0px;
		text-align: center;
		box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #1b2538;
        border-radius: 4px;
        outline: none;

       /* display : inline-block;
        border-radius : 20%;
		font-weight:bold;
        text-align : center;     
        padding : 24px 24px; 
		background : #345e74;
		color : #ffffff;*/
	}
	

    #contents .cntPs{
        width:100%;
        text-align: center;
        margin:20px 0;
    }

	#contents .btt_btn{
		width: 370px;
		height: 58px;
		margin: 30px auto;
		padding: 0;
		border:1px #ca1d30 solid;
		box-sizing: border-box;
		
		
	}
	
    #contents .msg_btnWrap{
        max-width:640px;
        margin:40px auto;
		text-align: center;

    }

    #contents .msg_btn {
        color: #1b1b1b;
        border:0.3vw solid #1b1b1b;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 1.5vw 4vw;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }	

/* Start-追加0902 */


	#contents .contactForm div.sectionhead {
		margin: 50px 0 20px;
		font-size: 1.0rem;
		font-weight: bold;
	}

	#contents .corner .message_area .description {
    margin: 100px 0;
    color: #1b1b1b;
    text-align: center;
    font-size: 1.0rem;
	}

	#contents .corner .message_area .description p.head {
		font-size: 2.5em;
	}


/* End-追加0902 */
    
	.color_b_msg{
		margin: -2vw 0;
		padding:6vw 0 2vw 0;
		background: -webkit-linear-gradient(#1b1b1b, #4a4a4a);
		background: -o-linear-gradient(#1b1b1b, #4a4a4a);
		background: linear-gradient(#1b1b1b, #4a4a4a);
		
	}
	.copy_w{
		color:#fff;
	}



}