@charset "utf-8";
/* @media screen and (max-width:768px){ */
@media screen and (max-width:900px){
html {
	-webkit-text-size-adjust: 100%;
}
html.close {
	overflow:hidden;
	height:100%;
}
body {
	font-size:3.4vw;
}
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%;
	position:fixed;
}
body.send header{
	min-width:100%;
	position:fixed;
	background: url("") top center no-repeat;
	background-color: #0080c7;
}
header > div{
	height:80px;
	margin:auto;
	padding-right:0;
	padding-left: 0px;
	display: -webkit-flex;
	display: flex;
	-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{
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 5.5vw;
	letter-spacing: 0.1em;
}
header > div h1 a{
	width:52%;
	/*margin-top: 14px;*/
}
header > div h1 img{
	width: 60%;
	height: auto;
	margin-top: 5%;
}
@media screen and (max-width:768px){
	header > div h1 img{
		width:100%;
		height: auto;
		margin-top: 10.8%;
	}
}
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;
}*/	
	
	
/* #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:40px 0 0%;
	/*background-color:#fff;*/
}
.cont h2{
	font-size:6.5vw;
}
.cont h3{
	font-size: 3.8vw;
	width: 90%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	padding: 5px 0 5px 0;
}



/* # mv */

#mv{
	background: #0e67a9 url(../images/nav_bg.png) top left no-repeat;
	background-size: cover;
	padding:150px 0px 110px 0;
	text-align: center;
	display: block;
}
#mv h2{
	color: #fff;
	text-align: left;
	display: inline-block;
	line-height: 2.0;
	font-weight: 500;
	font-size: 7.0vw;
	font-feature-settings: "palt";
}
body.send #mv{
	background: #0e67a9 url(../images/nav_bg.png) top left no-repeat;
	background-size: cover;
	padding:110px 0px 30px 0;
	text-align: center;
	display: block;
	max-height: 200vw;
	/*display: flex;
  justify-content: center;
  align-items: center;*/
}
body.send #mv h2{
	color: #fff;
	text-align: center;
	display: inline-block;
	line-height: 1.5;
	font-weight: 400;
	font-size: 3.2vw;
}	
	
	
/* #cont1 */

#cont1{
	padding-bottom:0px;
}
#cont1.cont{
		padding-top: 20px;
	}
#cont1 h2{
	margin-bottom:55px;
	margin-top: 40px;
}
#cont1 ul{
	width:90%;
	margin: 0 auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
#cont1 ul li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin-bottom: 40px;
}
#cont1 ul li:first-child{
	width: 100%;
}
#cont1 ul li:nth-child(2),
#cont1 ul li:last-child	{
	width: 40%;
}
#cont1 img{
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.29);
}
#cont1 p{
	width:90%;
	margin: 0 auto;
	line-height:1.6;
	letter-spacing: 0.04em;
	text-align: left;
}







/* #cont2 */

#cont2{
}
#cont2 dl{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	/*justify-content: space-between;*/
	text-align: center;
	margin: 40px auto 0 auto;
}
#cont2 dl dt{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
	padding: 2px 0 2px 0;
	display: block;
	margin-bottom: 10px;
	margin-right: 0;
}
#cont2 dl dd{
	width: 100%;
	font-size: 3.6vw;
	margin-bottom: 28px;
	padding: 5px 0 5px 0;
}




/* #cont3 */

#cont3{
}
#cont3 ul{
	text-align: center;
	margin-top: 40px;
}
#cont3 ul li figure{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width:90%;
	margin: 0 auto;
	padding-bottom: 35px;
}
#cont3 ul li figure img{
	margin: 0 auto;
}
#cont3 figcaption{
	font-size: 3.6vw;
}
#cont3 figcaption strong{
	font-size: 4.0vw;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* #cont4 */

#cont4{
	
}
#cont4 dl{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	font-weight: 300;
	margin: 40px auto 0 auto;
}
#cont4 dl dt{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
	padding: 2px 0 2px 0;
	display: block;
	margin-bottom: 10px;
	margin-right: 0px;
}
#cont4 dl dd{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
	margin-bottom: 28px;
	padding: 5px 0 5px 0;
}
#cont4 dl dd:last-child{
	margin-bottom: 0px;
}
#cont4 dl dd ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#cont4 dl dd ul li{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#cont4 dl dd ul li img{
	margin: 0 auto 5px auto;
	display: block;
}




/* #cont5 */

#cont5{
	font-size: 3.0vw;
	font-weight: 300;
}
#cont5 table {
	table-layout: fixed;
    padding: 10px;
	width: 90%;
	margin: 40px auto 10px auto;
}
#cont5 th,td {
    padding: 10px; 
}
#cont5 th {
	font-weight: 300;
}
#cont5 p {
	width: 90%;
	text-align: left;
	margin: 0 auto 20px auto;
}




/* #cont6 */

#cont6{
	
}
#cont6 dl{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	/*justify-content: space-between;*/
	text-align: left;
	font-weight: 300;
	margin: 40px auto 0 auto;
}
#cont6 dl dt{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
	padding: 2px 0 2px 0;
	display: block;
	margin-bottom: 10px;
	margin-right: 0px;
}
#cont6 dl dd{
	width: 100%;
	font-size: 3.6vw;
	text-align: center;
	margin-bottom: 30px;
	padding: 5px 0 5px 0;
}
#cont6 dl dd:last-child{
	margin-bottom: 0px;
}
#cont6 dl dd.tb{
	width: 100%;
}

#cont6 table {
	table-layout: auto;
    padding: 10px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	font-size: 3.0vw;
}
#cont6 th,td {
    padding: 10px; 
}





/* #cont7 */

#cont7{
	font-size: 3.8vw;
	padding-bottom: 30px;
}
#cont7 p{
	width: 90%;
	text-align: center;
	padding: 6px 0 6px 0;
	margin: 0 auto 40px auto;
	border: solid 2px #e73828;
	border-radius: 10px 10px 10px 10px;
}

#cont7 ul{
	text-align: center;
	margin: 35px auto 35px auto;
}

#cont7 ul li{
	display: block;
	color: #555555;
	margin-right: 14px;
}

#cont7 ul li:after {
    content: '';
	color: #009ea7;
	margin-left: 0px;
}
#cont7 ul li:last-child:after{
	content: '';
}
	
#cont7 ul li+li {
	position: relative;
	margin-top: 43px; /*矢印画像の高さと配置を考慮して設定*/
}
#cont7 ul li+li:before {
	content: '▼';
	display: block;
	color: #009ea7;
	position: absolute;
	top: -40px; /*矢印画像の高さと配置を考慮して設定*/
	width: 100%;
	height: 35px;
}
	
	
	
	
	
	
#cont7 div.gr{
	background-color: #ebebeb;
	width: 100%;
	text-align: left;
	padding-top: 28px;
	padding-bottom: 50px;
}
#cont7 div.gr h4{
	text-align: center;
	font-size: 3.5vw;
	margin-bottom: 28px;
}
#cont7 div.gr div{
	background-color: #fff;
	width: 88%;
	padding: 20px 35px 20px 35px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 16px 16px 16px 16px;
}

#cont7 dl{
	width: 100%;
	margin: 0 auto;
}
#cont7 div dl:first-child{
	width: 100%;
}
#cont7 dl dt{
	font-size: 3.7vw;
	text-align: center;
	font-weight: 600;
	border-bottom: #555555 solid 1px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#cont7 dl dd{
	font-size: 2.7vw;
	/*margin-bottom: 8px;*/
	line-height: 1.7;
	letter-spacing: 0em;
	text-align: justify;
}
#cont7 div dl:first-child dd{
	padding-left:1em;
	text-indent:-1em;
}
#cont7 div dl dd span{
	font-size: 12px;
}




/* #cont8 */

#cont8{

}
#cont8 h3{
	font-size: 5.0vw;
	padding: 10px 0 10px 0;
	margin: 0 auto 70px auto;
	line-height: 1.3;
}
#cont8 h3.fuki{
    position: relative;
	width: 90%;
}
#cont8 h3.fuki:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 35px solid #0080c7; 
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
#cont8 figure{
	display: flex;
	width: 76%;
	align-items: flex-start;
	justify-content: center;
	/*width:820px;*/
	margin: 0 auto;
	color: #555555;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#cont8 figure img{
	margin-right: 25px;
	width: 32%;
	height: auto;
}
#cont8 figcaption{
	font-size: 2.6vw;
	text-align: left;
}
#cont8 figcaption strong{
	font-size: 2.8vw;
	display: block;
	font-weight: 600;
	margin-top: 10px;
}
#cont8 figcaption strong span{
	font-weight: 400;
	margin-left: 15px;
}
#cont8 p{
	font-weight: 400;
	font-size: 24px;
	font-weight: 500;
	background-color: #f29600;
	color: #fff;
}
#cont8 p a{
	color: #fff;
	display: block;
	position: relative;
	padding: 13px 0 13px 0;
}


.yajirushi01::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image:url("../images/cont8_icon_01.png");
  background-size: contain;
  top: 5px;
  margin-left: 15px;
}


/* #cont9 */

#cont9{
	padding-bottom: 0;
	margin-bottom: 18%;
}
#cont9 small{
	font-size: 3.2vw;
	font-weight: 400;
}

	
	
	

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

#contact form{
	width:90%;
	margin:auto;
}
#contact form dl{
	text-align:left;
	color:#555555;
}
#contact form dl dt{
	font-size:3.9vw;
	margin-bottom: 5px;
}


#contact form dl dt.fr{
	margin-bottom:8px;
	padding-bottom: 8px;
	border-bottom:1px solid #555555;
}
#contact form dl dt.hissu:after{
	content:'必須';
	font-size:15px;
	color:#e73828;
	margin-left: 10px;
	border: #e73828 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:3.8vw;
}
#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: 30px;
	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.thanks{
	padding:55px 0 80px;
	min-height:calc(100vh - 345px);
}
#contact.thanks p{
	width: 90%;
	font-size: 3.8vw;
	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 #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　追加分
---------------------------------------------*/

/*--------------------------------------------
　　2024.03.04　追加分
---------------------------------------------*/
    
#bottom_nav form button{
	font-weight: 400;
	font-size: 24px;
	font-weight: 500;
	background-color: #f29600;
	color: #fff;
	display: block;
	position: relative;
	padding: 13px 0 13px 0;
    width: 100%;
}
#bottom_nav form button:hover {
    opacity: 1;
}
    
/*--------------------------------------------
　　2024.03.04　追加分
---------------------------------------------*/
    
    

}
