@charset "utf-8";
/* @media screen and (max-width:768px){ */
@media screen and (max-width:768px){
html {
	-webkit-text-size-adjust: 100%;
}
html.close {
	overflow:hidden;
	height:100%;
}
body {
	/*font-size:3.4vw;*/
    font-size:16pt;
}
img{
	max-width:100%;
}
.only_pc{
	display:none !important;
}

.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}


#wrapper{
	min-width:auto;
	min-width:initial;
}


/* header */
	
	
header{
	min-width:100%;
}
body.send header{
	min-width:100%;
}
header > div{
	/*height:80px;*/
	margin:auto;
	padding-right:0;
	padding-left: 0px;
	display: -webkit-flex;
	display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div h1{
	position:relative;
	/*z-index:101;*/
	width: 100%;
}
body.send header > div h1{
	/*width: 100%;
	text-align: center;
	font-size: 21px;
	letter-spacing: 0.1em;
    margin-top: 15px;
	margin-bottom: 15px;*/
    color: #1fa088;
	font-size: 24px;
	/*letter-spacing: 0.1em;*/
    font-weight: 700;
	width: 100%;
    line-height: 1.3;
    margin: 0px auto 10px auto;
}
header > div h1 a{
	width:52%;
	/*margin-top: 14px;*/
}
body.send header > div h1 img{
	width: 52%;
	height: auto;
	margin-top: 3%;
    display: block;
}
    
body.send header > div h1 img{
    display: block;
    margin:  50px auto 40px auto;
}
    
body.send header h1{
	color: #1fa088;
	font-size: 29px;
	/*letter-spacing: 0.1em;*/
    font-weight: 700;
	width: 100%;
    line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 10px;
}
    body.send header p{
	font-size: 16px;
	/*letter-spacing: 0.1em;*/
	width: 100%;
    line-height: 1.5;
    color: #555;
}


@media screen and (max-width:768px){
	header > div h1 img{
		width:100%;
		height: auto;
		margin-top: 10.8%;
        display: block;
	}
}
header > div nav{
	width:100%;
	height:100vh;
	padding-top:56px;
	/*background: #fff url(../images/nav_bg.png) top left no-repeat;
	background-size: contain;*/
	background:
	url(../images/nav_logo.png),
	url(../images/nav_bg.png);
	background-position: left 0% top 3.3% , top left;
	background-repeat: no-repeat;
	background-color: #0e67a9;
	background-size: 40% auto,contain;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}
header > div nav h2{
	position:absolute;
	top: 3%;
	left: 0;
	/*z-index:101;*/
}
header > div nav h2 img{
	width: 66%;
	height: auto;
}
header > div nav > ul{
	width:60%;
	/*background: url("../images/nav_logo_s.png") top center no-repeat;
	background-size: 60%;*/
	display: block;
	margin: 0 auto;
	padding-top:46px;
}
header > div nav > ul > li{
	padding-top: 20px;
}
header > div nav > ul > li > a{
	display:block;
	/*line-height:2.8;*/
	/*font-size:12px;*/
	font-size:calc(100vw / 27);
	font-weight:500;
	color:#fff;
	position:relative;
	border-bottom:1px solid #fff;
	text-align:center;
	padding-bottom: 20px;
}
header > div nav > ul > li:first-child > a{
	/*pointer-events:none;*/
	background: #fff;
	color: #065f95;
	padding-bottom: 0px;
}
header > div nav ul > li > a:after{
	content:'';
	margin-left: 0px;
	padding-right: 0px;
}
/*header > div nav > ul > li:last-child{
	width: 100%;
	margin-left: 0px;
	padding-top: calc( 106 * 100vw / 1920 );
}
header > div nav > ul > li:last-child a{
	color: #000;
	font-size:calc(100vw / 30);
}*/

	
	
	
header > div nav > p{
	width: 100%;
	background-color: #fff;
	margin-top: 60px;
}
header > div nav > p img{
	width: 90%;
	height: auto;
	margin: 25px auto 160px auto;
}	
/*header > div > strong{
	display: none;
}*/	
    
    
body.send header h1{
	color: #1fa088;
	font-size: 29px;
	/*letter-spacing: 0.1em;*/
    font-weight: 700;
	width: 100%;
    line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 10px;
}
    
body.send header p{
	font-size: 16px;
	/*letter-spacing: 0.1em;*/
	width: 100%;
    line-height: 1.5;
    color: #555;
}
	
	
/* #btnmenu */
#btnmenu{
	width:80px;
	height:80px;
	margin:0;
	padding:0;
	position:relative;
	z-index:105;
	cursor:pointer;
	background-color:#323333;
}
#btnmenu.top{
	background-color:transparent;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 3px;
	/*border-radius:2px;*/
	margin: -1px 0 0 -20px;
	background: #fff;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 3px;
	background: #fff;
	/*border-radius:2px;*/
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -14px;
}

#btnmenu span:after{
	margin-top: 12px;
}
#btnmenu.close{
	width:80px;
	height:80px;
	box-shadow:none;
	border-radius:0;
	/*background-color:transparent;*/
	background-color: #323333;
}
#btnmenu.close span{
	background-color:transparent;
}

#btnmenu.close span:before,
#btnmenu.close span:after{
	margin-top: 0;
	background-color:#fff;
}

#btnmenu.close span:before{
	width: 40px;
	height: 3px;
	margin: -2px 0 0 0;
	/*border-radius:2px;*/
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu.close span:after{
	width: 40px;
	height: 3px;
	margin: -2px 0 0 0;
	/*border-radius:2px;*/
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* article */
article{
	width:100%;
	margin: 0 auto;
	padding:0px 0px 0px 0;
}
body.send article{
	width:100%;
}


/* section */
section{
}


/* .cont */
.cont{
	width:auto;
	margin:auto;
	padding:10px 0 0%;
	/*background-color:#fff;*/
}
.cont h2{
	font-size:16px;
}

/* # mv */

body.send #mv{
	width:100%;
    padding:20px 0px 20px 0;
	text-align: center;
}
#mv p{
    font-size: 16px;
    color: #555;
}

	

	

/* #contact */
#contact{
	padding:30px 0 65px 0;
	margin: 0px auto 0 auto;
	background-color: #fff;
	width: 88%;
}

#contact form{
	width:100%;
	margin:auto;
}
#contact form dl{
	text-align:left;
	color:#555555;
}
#contact form dl dt{
	font-size:14px;
	margin-bottom: 5px;
}
#contact form dl.g-dl dt{
	font-size:16px;
}
#contact form dl.g-dl dd{
	font-size:14px;
}

#contact form dl dt.fr{
	margin-bottom:8px;
	padding-bottom: 8px;
	border-bottom:1px solid #555555;
}
/*#contact form dl dt.hissu:before{
	content:'必須';
	font-size:15px;
	color:#e73828;
	margin-right: 10px;
	border: #e73828 solid 2px;
	padding: 2px;
	vertical-align: text-bottom;
	border-radius: 5px 5px 5px 5px;
}*/
/*#contact form dl dt.nini:before{
	content:'任意';
	font-size:15px;
	color:#888;
	margin-right: 10px;
	border: #CCC solid 2px;
	padding: 2px;
	vertical-align: text-bottom;
	border-radius: 5px 5px 5px 5px;
}*/
#contact form dl dd{
	padding:0 0 15px;
	margin-bottom: 10px;
	font-size:14px;
}
#contact form dl dd.line{
	border-bottom: #333 solid 1px;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
#contact form dl dd ul{
	display: flex;
	flex-direction: column;
}
#contact form dl dd ul li{
	line-height: 20px;
	margin-top: 10px;
	margin-left: 0px;
}
#contact form dl dd ul li input[type="text"]{
	width:calc(100% - 100px);
	margin-left:15px;
}
#contact form > p{
	margin:20px 0;
	font-weight:400;
	font-size: 3.4vw;
	display:inline-block;
}
#contact form > p span{
	font-weight:normal;
}
#contact form > p a{
	font-weight:bold;
	color:#e73828;
}
#contact form p.mukou{
    color: #E60012;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}
    

    

    
#pr{
    padding-bottom: 20px;
}
#pr p span{
    color: #555;
    font-size: 16px;
}
#pr ol{
    color: #555;
    text-align: left;
}
#pr ol li{
    color: #555;
    text-align: left;
    font-size: 14px;
}
#pr .kiyaku{
    padding: 10px;
}
    
    

/* サンクスページ */

#contact.thanks{
	padding:55px 0 80px;
	min-height:calc(100vh - 345px);
}
#contact.thanks p{
	width: 90%;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 40px auto;
}
#contact.thanks a{
	display:inline-block;
	/*width:600px;
	line-height:60px;*/
	margin:45px 0 0 0;
	/*background-color:#f38977;
	border-radius:6px;
	font-size:20px;
	font-weight:bold;
	color:#fff;*/
	width: 80%;
}
#contact.thanks a:hover{
	opacity:0.5;
	/*background-color:#fff;
	color:#eb3b1c;*/
}



/* 確認画面 */


#contact div.box_send{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#contact div.box_send p{
	width: 40%;
}
    
    

#contact table{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
    font-size: 18px;
    color: #232323;
    margin-top: 20px;
    table-layout: fixed;
}
#contact table tr{
    display: flex;
}
#contact table th{
	text-align: left;
	color: #555;
    font-weight: 400;
    width: 50%;
    font-size: 18px;
    padding-bottom: 15px;
}
#contact table td{
	text-align: left;
	color: #555;
    font-weight: 400;
    width: 50%;
    font-size: 18px;
    padding-bottom: 15px;
}    
    
    
    
/*#contact #formWrap dl dt{
	color: #0080c7;
	font-weight: 500;
}
#contact #formWrap dl dt:before{
	content:'■';
	margin-right: 3px;
	/*vertical-align: text-bottom;*/
}
#contact #formWrap dl dt:first-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#contact #formWrap dl{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: #333;
}
#contact #formWrap dl dt{
	width: 100%;
}
#contact #formWrap dl dd{
	width: 100%;
}
	
	


/* footer */
footer{
	padding:30px 0;
	/* margin-bottom: 10%; */
}
footer dl dt{
	margin-bottom:20px;
}
footer dl dt img{
	width: 50%;
	height: auto;
}
footer dl dd{
	margin:5px 0;
	color:#fff;
	font-weight:400;
	font-size: 14px;
}
footer dl dd a{
	color:#fff;
}
footer dl dd a img{
	width:12px;
	margin-left:7px;
}


/* to_top */
#topbtn_s{
	position:fixed;
	z-index:100;
	right:16px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
img#topbtn_s {
	width: 14%;
	height: auto;
}
	
#topbtn_contact_s{
	position:fixed;
	z-index:100;
	right:16px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
img#topbtn_contact_s {
	/*width: 14%;*/
	height: auto;
}


/* #bottom_nav */
#bottom_nav{
	width:100%;
	position:fixed;
	bottom:-200px;
	left:0;
	overflow:hidden;
	z-index:101;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#bottom_nav li{
	width:50%;
	background-color:#fff;
	float:left;
}
#bottom_nav li a{
	display:block;
	padding:0;
}
#bottom_nav li:first-child a{
	background-color:#f29600;
}
#bottom_nav li:nth-child(2) a{
	background-color:#e73828;
}
#bottom_nav li a img{
	width:100%;
	height: auto;
	max-width:375px;
}


/*--------------------------------------------
　　2024.02.08　追加分
---------------------------------------------*/
.text-l { 
	text-align: left;
	display: inline-block;
}
.view-button {
	width: 90%;
	margin: 0 auto;
}
/* cont9_box01 */
.accordion {
	width: 90%;
	margin: 0 auto;
}
.title-btn {
	padding: 10px 60px 10px 20px;
}
.title-btn table th{
	width: 7%;
}
.title-btn table td{
	width: 93%;
}
@media screen and (max-width:768px){
	.title-btn table th{
		width: 15%;
	}
	.title-btn table td{
		width: 85%;
	}
}
.content {
	padding: 20px;
}

/* cont9_box02 */
.cont9_box02, .cont9_box03 {
    padding: 20px;
	width: 90%;
	margin: 0 auto;
}
.cont9_box02-txt01 {
	padding: 20px 0;
}
.cont9_box02-ul01 {
    display: block;
}
.cont9_box02-ul01 li { padding-bottom: 20px;}
.cont9_box02-txt02 { font-size: 12px;}

/* cont9_box03 */
.cont9_box03-fuki {
	position: absolute;
	top: 13%;
	right: -7%;
	width: 15%;
}
@media screen and (max-width:768px){
	.cont9_box03-fuki {
		position: absolute;
		top: 70px;
		right: -25px;
		width: 15%;
	}
}

/* cont9_box04 */
.cont9_box04 {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}
.w-box01 {
	padding: 20px;
}
.w-box01 div.t-center{
	text-align: center;
	display: inline-block;
}
.cont9_box04-title01 {
	text-align: center;
}

#bottom_nav p{
	font-weight: 400;
	font-size: 24px;
	font-weight: 500;
	background-color: #f29600;
	color: #fff;
}
#bottom_nav p a{
	color: #fff;
	display: block;
	position: relative;
	padding: 13px 0 13px 0;
}

/*--------------------------------------------
　　2024.02.08　追加分
---------------------------------------------*/


}
