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

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

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

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


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

    #contents .msg_btnWrap{
        max-width:1080px;
        margin:50px auto 50px auto;
        text-align: center;
    }

    #contents .msg_btn {
        background: rgba(0,0,0,0.0);
        color: #216884;
        padding: 16px 40px;
        font-size: 1.0rem;
        font-weight: bold;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        margin:0 auto;
    }

	/*注意事項*/
	
	#contents .coution_area{
		font-size:14px;
		color:#ca1d30;
		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:30px auto 0 auto;
		padding:1vw;
		text-align:left;
		border:0px;
		border-radius: 3vw;
		background-color:rgba(255,255,255,.5);
	}
	
/*	
	#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 10px;
		font-size: 1.0rem;
		font-weight: bold;
	}

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

	input#submit_button {
	    width: 100px;
	    height: 50px;
	    margin: 20px 0 0 0;
	    padding: 0px;
	    font-size: 32px;
	    font-weight: bold;
	    background: #bf916b;
	    color: #fff;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        border-radius: 25px;
	}


	#contents .corner .message_area .description {
    margin: 30px 0 80px 0;
    color: #bf916b;
    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  input, select, textarea {
		width: 330px;
		padding:6px;
        margin: 8px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #bf916b;
        border-radius: 4px;
        outline: none;
	}
    
     #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:#666;
	}
	
	#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;
	}
	
 
		
}
	
	
/* スマートフォン用 */

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

	/*トップ*/
	

 
	#contents  .corner{
		min-width:300px;
		height:auto;
		margin:0 auto;
		padding: 0;
		/*border:1px solid #f0f;
		box-sizing: border-box;*/
	}
		
	
	#contents .corner .contactForm{
		width:100%;
		height:auto;
		margin:30px auto 0 auto;
		padding:2vw 0;
		background-color:rgba(255,255,255,.5);
	}
		
	#contents .contactForm  input, select, textarea {
		padding:4px;
        margin: 0 0 10px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #bf916b;
        border-radius: 4px;
        outline: none;
	}
    
    #contents .contactForm label{
        font-size:16px;
        font-weight:bold;
        margin:20px 0 0 0;
    }
    
    #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:#bf916b;
		margin:30px 0 0 0;
		text-align:center;
	}	
	
	input#submit_button {
		width: 100px;
		height: 50px;
		margin:20px 0;
		padding: 0px;
		font-size:4vw;
        font-weight: bold;
        background:#bf916b;
        color:#fff;

       /* 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 #f09 solid;
		box-sizing: border-box;
	}
	
    #contents .msg_btnWrap{
        max-width:640px;
        margin:40px 0;
        text-align: center;
    }

    #contents .msg_btn {
        background: rgba(0,0,0,0.0);
        color: #216884;
        font-size: 3vw;
        font-weight: bold;
        padding: 10px 40px;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
		box-sizing: border-box;
    }	
	
	#contents .coution_area{
		font-size:12px;
		color:#ca1d30;
		padding:0;
		margin:0 0 40px 0;
		border: 0;
		line-height: 1.25em;
		text-align:center;
	}
	
	#contents .coution_area p{
		color:#666;
	}

/* Start-追加0902 */


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

	#contents .corner .message_area .description {
    margin: 30px 0 80px 0;
    color: #bf916b;
    text-align: center;
    font-size: 1.0rem;
	}

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


/* End-追加0902 */
    
	#contents .contactForm ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	#contents .contactForm li input, select, textarea{
		width:  100%;
		text-align: left;
		font-size: 1.0rem;
		margin-bottom:10px;
	}

	#contents .contactForm li.labeltxt{
		width:  100%;
		font-size: 1.0rem;
		margin-bottom:5px;
	}


}