@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap');
html {
}
body {
	font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif;
	font-size:19px;
	font-weight:400;
	text-align:center;
	line-height:1.6;
	/*letter-spacing: 0.1em;*/
	color:#232323;
}
body.send {
	background-color: #bde0f3;
}
a {
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.5;
}


.only_smart,
.only_smart_i{
	display:none !important;
}



#wrapper{
	min-width:950px;
}


/* header */


header{
	width:100%;
	min-width:974px;
	z-index:999;
	position:fixed;
	background: url("../images/bg_hd_top.png") top center no-repeat;
}
body.send header{
	background: url("../images/bg_hd.png") top center no-repeat;
}
header > div{
	max-width:974px;
	/*height:252px;*/
	position: relative;
	margin:auto;
	/*padding:0 10px;*/
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;*/
}
header > div h1 a{
	display:block;
	/*width:217px;
	line-height:1;*/
}
header > div nav{
	background-color: #003e67;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    /*padding: 0 calc(50vw – 50%);*/
}
header > div nav > ul{
	/*width:640px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
header > div nav > ul > li{
	position:relative;
}
header > div nav > ul > li > a{
	font-size:13px;
	font-weight:400;
	color:#fff;
}
header > div nav ul > li > a:after{
	content:'｜';
	display:inline-block;
	margin-left:20px;
	padding-right: 20px;
	color: #fff;
	/*transform:rotate(90deg) translateX(0.3em);*/
}
header > div nav > ul > li:last-child a:after{
	content:'';
	padding-right: 0px;
}




@media print,screen and (min-width: 751px){
	
header > div h1 img{
	display:block;
	/*max-width:200px;*/
	margin-top: 21px;
	/*margin-bottom: 30px;*/
}
body header p img{
	position: absolute;
	top: 0px;
	right: 0;
	width: 358px;
	height: auto;
}	
header > div > strong{
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: 500;
}
header > div nav{
	margin-top: 10px;
}
header > div nav > ul > li{
	position:relative;
	padding-top: 0px;
	padding-bottom: 5px;
}
	
	
body.send header{
	position: relative;
}
body.send header > div{
	max-width:974px;
	height:252px;
	margin:auto;
	/*padding:0 10px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
body.send header h1{
	color: #fff;
	font-size: 36px;
	letter-spacing: 0.1em;
	width: 100%;
	margin-top: 96px;
	margin-bottom: 63px;
}
body.send header p{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	width: 100%;
}

}





/* article */
article{
	width:950px;
	margin: 0 auto;
	/*background-color:#fff;*/
	padding:190px 0px 0px 0;
}
body.send article{
	width:1000px;
	padding:0px 0px 0px 0;
}


/* section */
section{}


/* .cont */
.cont{
	width:auto;
	margin:0 auto;
	padding:40px 0 0px;
	/*background-color:#fff;*/
}
.cont h2{
	font-size:42px;
	color:#0080c7;
	letter-spacing: 0.18em;
	font-weight: 600;
}
.cont h3{
	background-color: #0080c7;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}



/* #cont1 */

#cont1{
	padding-bottom:30px;
}
#cont1 h2{
	margin-bottom:55px;
	margin-top: 40px;
}
#cont1 ul{
	width:850px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#cont1 ul li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin-bottom: 40px;
}
#cont1 img{
  /*width: 301px;
  height: 255px;*/
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.29);
}
#cont1 p{
	width:850px;
	margin: 0 auto;
	line-height:2.0;
	letter-spacing: 0.04em;
	text-align: left;
}
#cont1 p span{
	color: #e73828;
}








/* #cont2 */

#cont2{}
#cont2 dl{
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	text-align: left;
	font-weight: 300;
	margin: 50px auto 0 auto;
}
#cont2 dl dt{
	width: 230px;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
	display: block;
	border: solid 2px #c4c8cb;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 28px;
	margin-right: 36px;
}
#cont2 dl dd{
	width: 664px;
	font-size: 17px;
	margin-bottom: 28px;
	padding: 5px 0 5px 0;
}




/* #cont3 */

#cont3{}
#cont3 ul{
	text-align: left;
	margin-top: 70px;
}
#cont3 ul li figure{
	display: flex;
	align-items: flex-start;
	/*justify-content: space-between;*/
	width:820px;
	margin: 0 auto;
	padding-bottom: 35px;
}
#cont3 ul li figure img{
	margin-right: 25px;
}
#cont3 figcaption{
	/*width: 470px;*/
	font-size: 16px;
	font-weight: 300;
}
#cont3 figcaption strong{
	font-size: 18px;
	color: #009ea7;
	display: block;
	font-weight: 600;
	margin-top: 10px;
}



/* #cont4 */

#cont4{}
#cont4 dl{
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	text-align: left;
	font-weight: 300;
	margin: 50px auto 0 auto;
}
#cont4 dl dt{
	width: 230px;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
	display: block;
	border: solid 2px #c4c8cb;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 28px;
	margin-right: 36px;
}
#cont4 dl dd{
	width: 664px;
	font-size: 17px;
	margin-bottom: 28px;
	padding: 5px 0 5px 0;
}
#cont4 dl dd ul{
	width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
#cont4 dl dd ul li{
	width: 280px;
	text-align: center;
}
#cont4 dl dd ul li span{
	color: #e73828;
}
#cont4 dl dd ul li img{
	margin-bottom: 15px;
}




/* #cont5 */

#cont5{
	font-size: 16px;
	font-weight: 300;
}
#cont5 table {
    border: solid 1px #555555;
    padding: 10px;
	width: 764px;
	margin: 70px auto 15px auto;
}
#cont5 th,td {
    border: solid 1px #555555;
    padding: 10px; 
}
#cont5 th {
	background-color: #dedede;
	font-weight: 300;
}
#cont5 p {
	width: 764px;
	text-align: left;
	margin: 0 auto;
}




/* #cont6 */

#cont6{}
#cont6 dl{
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	text-align: left;
	font-weight: 300;
	margin: 50px auto 0 auto;
}
#cont6 dl dt{
	width: 230px;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 0;
	display: block;
	border: solid 2px #c4c8cb;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 28px;
	margin-right: 36px;
}
#cont6 dl dd{
	width: 664px;
	font-size: 17px;
	margin-bottom: 28px;
	padding: 5px 0 5px 0;
}
#cont6 dl dd.tb{
	width: 930px;
}

#cont6 table {
    border: solid 1px #555555;
	table-layout: fixed;
    padding: 10px;
	width: 764px;
	text-align: center;
	margin: 0px auto;
}
#cont6 th,td {
    border: solid 1px #555555;
    padding: 10px; 
}
#cont6 th {
	background-color: #dedede;
	font-weight: 300;
}
x




/* #cont7 */

#cont7{
	font-size: 16px;
	color: #555555;
	padding-bottom: 30px;
}
#cont7 p{
	color: #e73828;
	width: 780px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 auto 60px auto;
	border: solid 2px #e73828;
	border-radius: 15px 15px 15px 15px;
}

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

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

#cont7 ul li:after {
    content: '▶';
	color: #009ea7;
	margin-left: 14px;
}
#cont7 ul li:last-child:after{
	content: '';
}
#cont7 div.gr{
	background-color: #ebebeb;
	width: 950px;
	text-align: left;
	padding-top: 34px;
	padding-bottom: 50px;
}
#cont7 div.gr h4{
	text-align: center;
	font-size: 20px;
	margin-bottom: 34px;
}
#cont7 div.gr div{
	background-color: #fff;
	width: 850px;
	padding: 35px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 16px 16px 16px 16px;
}

#cont7 dl{
	width: 400px;
}
#cont7 div dl:first-child{
	width: 350px;
}
#cont7 dl dt{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	border-bottom: #555555 solid 1px;
	margin-bottom: 10px;
}
#cont7 dl dd{
	font-size: 14px;
	/*margin-bottom: 8px;*/
	line-height: 2.0;
	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: 22px;
	font-weight: 500;
	padding: 20px 0 20px 0;
	margin-bottom: 70px;
}
#cont8 h3.fuki{
    position: relative;
}
#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;
	align-items: flex-start;
	justify-content: center;
	/*width:820px;*/
	margin: 0 auto;
	color: #555555;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
#cont8 figure img{
	margin-right: 25px;
}
#cont8 figcaption{
	/*width: 470px;*/
	font-size: 19px;
	text-align: left;
}
#cont8 figcaption strong{
	font-size: 20px;
	display: block;
	font-weight: 600;
	margin-top: 10px;
}
#cont8 figcaption strong span{
	font-weight: 400;
	margin-left: 25px;
}
#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: 45px;
}
#cont9 small{
	font-size: 12px;
	color: #555;
}




/* #contact */
#contact{
	padding:60px 0 65px 0;
	margin-top: 50px;
	background-color: #fff;
}

#contact form{
	width:934px;
	margin:auto;
}
#contact form dl{
	text-align:left;
	color:#555555;
}
#contact form dl dt{
	font-size:21px;
	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:20px;
}
#contact form dl dd.line{
	border-bottom: #333 solid 1px;
	margin-bottom: 40px;
	padding-bottom: 50px;
}
#contact form dl dd ul{
	display: flex;
}
#contact form dl dd ul li{
	line-height:40px;
	margin-top:10px;
	margin-left: 50px;
}
#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: 21px;
	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: 880px;
	color: #555;
	font-size: 23px;
	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;*/
}
#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: 620px;
	margin: 0 auto;
}
#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: 930px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	text-align: left;
	color: #333;
}
#contact #formWrap dl dt{
	width: 400px;
}
#contact #formWrap dl dd{
	width: 530px;
}






/* footer */
footer{
	padding:22px 0;
	background-color:#004fa2;
}
footer dl dt{
	margin-bottom:10px;
}
footer dl dd{
	margin:5px 0 20px 0;
	color:#fff;
	font-weight:400;
	font-size: 18px;
}
footer dl dd:last-child{
	margin:0;
}
footer dl dd a{
	color:#fff;
}
footer dl dd a img{
	/*width:16px;*/
	margin-left:7px;
}


/* to_top */
#topbtn{
	position:fixed;
	z-index:100;
	right:100px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#topbtn_contact{
	position:fixed;
	z-index:100;
	right:100px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}

/* #side_nav */
#side_nav{
	position:fixed;
	bottom:200px;
	left:-400px;
	z-index:100;
	-webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	transition: left 0.8s;
}
#side_nav ul li{
	margin-bottom:10px;
}





/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}

.fadein.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}


/*--------------------------------------------
ANIMATION
---------------------------------------------*/
.is-animation{
	opacity : 0;
	transform : translateY( 100px );
	backface-visibility : hidden;
	will-change : opacity , transform;
	transition : opacity 1s ease , transform 1s ease;
}
.is-animation.animation{
	opacity : 1;
	transform : translateY(0);
}






/*--------------------------------------------
　　2024.02.08　追加分
---------------------------------------------*/
.notes {
	color: #e73828;
	max-width: 850px;
	width: 90%;
	font-weight: 500;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 40px auto;
	border: solid 2px #e73828;
	border-radius: 15px 15px 15px 15px;
}

#cont8 p.fuki02{
    position: relative;
	background-color: #0080c7;
	color: #fff;
	max-width: 540px;
	width: 90%;
	margin: 0 auto 70px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 500;
	
}
#cont8 p.fuki02: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 .backlist{
	font-size: 24px;
	font-weight: 500;
	border: 1px solid #333;
	background-color: #fff;
	max-width: 540px;
	width: 90%;
	margin: 0 auto 60px;
}
#cont8 .backlist a{
	color: #333;
	display: block;
	position: relative;
	padding: 13px 0 13px 0;
}


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

#cont9 {
	padding: 80px 0;
}
.view-button {
	text-align: center;
	display: inline-block;
    cursor: pointer;
}
.display-area {
	display: none;
}
#cont9 h3 {
	margin: 80px auto 60px;
}

.cont9_box01 {
	text-align: left;
}
/* アコーディオン */
*,
*::before,
*::after {
	box-sizing: border-box;
}
.title-btn {
	font-size: 16px;
	padding: 10px 90px 10px 20px;
	color: #009ba4;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-bottom: -1px;
}
.title-btn::before,.title-btn::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.title-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.title-btn.show::before {
    opacity: 1;
}
.title-btn.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.title-btn table {}
.title-btn table th{
	width: 8%;
}
.title-btn table td{
	width: 92%;
	border: 0;
	padding: 0 0 0 10px;
}
.content {
	font-size: 16px;
	color: #555;
	padding: 20px 90px 20px 70px;
	display: none;
}
/* アコーディオン */

.cont9_box02,
.cont9_box03 {
	background-color: #ecf8f8;
	padding: 20px 50px;
}
.cont9_box02-title01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #009ba4;
	padding-bottom: 10px;
}
.cont9_box02-border01 {
	border: 1px solid #555;
}
.cont9_box02-txt01 {
	font-size: 16px;
	color: #555;
	padding: 20px 100px;
	text-align: left;
}
.cont9_box02-ul01 {
	padding: 20px 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* .cont9_box02-ul01 li {
	display: flex;
} */
.cont9_box02-txt02 {
	text-align: right;
	font-size: 14px;
	color: #555;
}

.cont9_box03-imgbox {
	position: relative;
	padding: 40px 0 20px;
}
.cont9_box03-fuki {
	position: absolute;
	top: 20px;
	right: -45px;
}

.cont9_box04 {
	background-color: #e8e8e8;
	padding: 50px;
}
.w-box01 {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.w-box01:last-child {
	margin-bottom: 0;
}
.cont9_box04-title01 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #009ba4;
	padding-bottom: 10px;
}
.cont9_box04-title01 span { color: #555;}
.cont9_box04-txt01 {
	text-align: left;
	font-size: 16px;
	color: #555;
	padding: 20px 0;
}
.cont9_box04-img01 {
	text-align: center;
	padding-bottom: 20px;
}

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



/*--------------------------------------------
　　2024.03.04　追加分
---------------------------------------------*/

@media print,screen and (min-width: 751px){
body header form button{
	position: absolute;
	top: 0px;
	right: 0;
	width: 358px;
	height: auto;
}
}

form button:hover {
    opacity: 0.5;
    cursor:pointer;
}
#cont8 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%;
}


/*--------------------------------------------
　　2024.03.04　追加分
---------------------------------------------*/