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

body{
	background:url("../img/bg_sblu.jpg")repeat;
    color:#0b4b66;
	letter-spacing:	2px;
	font-family: 'Noto Sans JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align:	center;
	-webkit-text-size-adjust: 100%;
	paddin:0;
	margin: 0;
	border: 0;
}

ul, li {
	list-style: none;
	padding-inline-start:  0;
}

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

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

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

.hidden{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

.object-fitImg{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


#contents h1{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h2{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h3{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h4{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h5{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents .clear{
	clear:both;
}


#contents{
    width:100%;
	margin:0 auto;
}

#contents h1{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h2{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h3{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h4{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents h5{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#contents .clear{
	clear:both;
}


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

	/*トップ*/
/*	.pc { display: block !important; }
	.sp { display: none !important; }*/
	
	/*タイトルまわり*/
	
	
    #contents{
        width:100%;
        padding:0;
        margin:0 auto;
    }

    /*top*/

    #contents .topImg{
        width:100%;
        height:auto;
        padding:0;
        margin:0 auto;
        background: url("../img/top_bg2_pc.jpg") top center no-repeat;
    }

    #contents .topImg .display{
        max-width:641px;
        height:auto;
        padding:5px;
        margin:0 auto;
        /*border:1px solid #f00;
        box-sizing: border-box;*/
    }


    #contents .topImg .pgTitle{
        background: url("../img/title_pc.png")no-repeat;
        max-width:641px;
        height:auto;
        margin:10px auto 0 auto;
        padding-top:26.3265%;
        background-position: top center;
        background-size: contain; 
    } 
    
    /*ボタン*/
    #contents .btnWrap{
        max-width:980px;
        margin:32px auto 0 auto;
        text-align: center;
    }

    #contents .btn {
        background: #fff;
        color: #0b4b66;
        font-size: 1.0rem;
        font-weight: bold;
        padding: 16px 40px;
        text-decoration: none;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    }

	/*注意事項*/
	
	#contents .coution_area{
		font-size:14px;
		color:#666;
		padding:0;
		margin:0 0 40px 0;
		border: 0;
		line-height: 1.25em;
		text-align:center;
	}
	
	#contents .coution_area p{
		color:#0b4b66;
	}
	
	#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;
		text-align:left;
		/*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%;
        text-align: center;
        margin:20px 0 100px;
    }

	input#submit_button {
	    width: 100px;
	    height: 50px;
	    margin: 20px 0;
	    padding: 0px;
	    font-size: 32px;
 	   font-weight: bold;
	    background: #345e74;
	    color: #fff;
	}


	#contents .corner .message_area .description {
    margin: 100px 0;
    color: #0b4b66;
    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 #1b2538;
        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;
	}
	
	#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;
	}
	
  /*フッタ*/

    footer{
        max-width:980px;
        height:auto;
        margin:50px auto 0 auto;
        padding-bottom:10px;
    }


    footer .jLogo{
        width:100%;
        margin:0 20px 5px 0;
        padding:0;
        text-align: center;
    }

    footer .logo_jwave {
        width: 240px;
        margin: 0 0 5px 20px;
    }

    footer .copyright{
        width:100%;
        font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size:12px;
        color:#222;
        text-align:center;
        padding:5px auto 0 auto;
    }
		
}
	
	
/* スマートフォン用 */

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

	/*トップ*/
	
	#contents .topImg{
		max-width: 100%;
		height:auto;
		margin:0 auto;
        /*border:1px solid #f00;
		box-sizing: border-box;*/
        background: url("../img/top_bg2_sp.jpg") no-repeat;
        padding-top:37.5%;
        background-position: top center;
        background-size: contain;
    }
    
    #contents .topImg .pgTitle img{
        width: 100vw;
        margin:-35% auto 0 auto;
        padding:0;
    } 
    
    #contents .topImg .navi img{
        width: 100vw;
        margin:-25% auto 0 auto;
        padding:0;
    }  

	#contents  .corner{
		width:100%;
		height:auto;
		margin:0 auto;
		padding: 0;
		/*border:1px solid #f0f;
		box-sizing: border-box;*/
	}
		
	
	#contents .corner .contactForm{
		width:94vw;
		height:auto;
		margin:10px auto 0 auto;
		padding:0;
		/*border:1px solid #fff;
		box-sizing: border-box;*/
	}
		
	#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 #1b2538;
        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:#0b4b66;
		margin:30px 0 0 0;
		text-align:center;
	}	
	
	input#submit_button {
		width: 100px;
		height: 50px;
		margin:20px 0;
		padding: 0px;
		font-size:32px;
        font-weight: bold;
        background :#345e74;
        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{
	/*	background: url("../img/sp_btt.gif") no-repeat;*/
		width: 370px;
		height: 58px;
		margin: 30px auto;
		padding: 0;
		border:1px #f90 solid;
		box-sizing: border-box;
	}
	
    #contents .btnWrap{
        max-width:640px;
        margin:40px 0;
        text-align: center;
    }

    #contents .btn {
        background: #fff;
        color: #0b4b66;
        font-size: 3vw;
        font-weight: bold;
        padding: 10px 40px;
        text-decoration: none;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        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: #0b4b66;
    text-align: center;
    font-size: 1.0rem;
	}

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


/* End-追加0902 */
    
/*フッタ*/	
    footer{
		max-width:100%;
		height:auto;
		margin:0 auto;
		padding:0 0 3vw 0;

	}

		
	footer .jLogo{
		width:100%;
		margin:0 auto;
		padding:0;
        float: left;
        text-align: center;
	}

    footer .logo_jwave{
        width: 50%;
        margin:0 0 5px 20px;
      }

	footer .copyright{
		width:100%;
		font-size:1vw;
		color:#222;
		text-align:center;
        letter-spacing: 0.25vw;
		margin:4vw 0 0 0;
	}


}