@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap');
html {
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	color:#000;
	line-height:1.7;
}
a {
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img{
	opacity: 0.7;
}

.only_smart{
	display:none !important;
}

.red{
	color:#f00;
}

#wrapper{
	min-width:1180px;
}




/* header */
header{
	background:
		url(../images/mv_bg.png)no-repeat center 50px,
		url(../images/mv_line.png)no-repeat center 50px;
	background-size:auto,100% 385px;
}
header div{
	padding:0 10px;
	line-height:50px;
	overflow:hidden;
	background-color:#1d2088;
	color:#fff;
}
header div p{
	font-size:14px;
	font-weight:normal;
	float:left;
}
header div ul{
	font-size:12px;
	float:right;
}
header div ul li{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}


/* article */
article{
}
article h1{
	height:125px;
	padding-top:8px;
	border-top:5px solid #1d2088;
	border-bottom:5px solid #1d2088;
	font-size:30px;
	color:#e60012;
}
article h1 > span{
	display:inline-block;
}
article h1 > span:first-child{
	padding-right:300px;
}
article h1 > span:last-child{
	padding-left:300px;
}
article h1 > span span{
	display:inline-block;
	font-size:38px;
	line-height:1;
	background:linear-gradient(transparent 60%, #ff0 60%);
}
article > div.link{
	width:1100px;
	margin:auto;
	padding:30px 0;
	text-align:right;
}
article > div.link a:hover img{
	opacity:1;
}
article > div.link ul li:first-child{
	margin-bottom:20px;
}


/* .cont */
.cont{
	padding:50px 0;
}
.cont section.blue{
	width:1100px;
	margin:auto;
}
.cont section.blue h2{
	height:135px;
	line-height:1.5;
	padding:15px 0 0 170px;
	font-size:44px;
	background-color:#1d2088;
	color:#fff;
	text-align:left;
	position:relative;
	border-radius:30px 30px 0 0;
}
.cont section.blue h2 img{
	position:absolute;
	left:20px;
	top:-20px;
}
.cont section.blue h2 span{
	font-size:30px;
	color:#ffef03;
	display:block;
}
.cont section.blue ul{
	padding:20px;
	background-color:#fff;
	border:6px solid #1d2088;
	border-top:none;
	border-radius:0 0 30px 30px;
}
.cont section.blue ul li{
	padding:15px 0;
	border-bottom:4px dotted #02a1e9;
}
.cont section.blue ul li:last-child{
	border-bottom:none;
}
.cont section.blue ul li img{
	margin:0 15px 0 -15px;
}
.cont section.blue ul li p{
	width:48%;
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.8;
}
.cont section.blue ul li div{
	width:48%;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.cont section.blue ul li div p{
	width:auto;
	display:block;
	margin-bottom:30px;
}
.cont section.blue ul li div p:last-child{
	margin-bottom:0;
}
.cont section.blue ul li div h3{
	font-size:18px;
}
.cont section.blue ul li div h3 + p{
	padding-left:1em;
	text-indent:-1em;
	font-size:18px;
}
.cont section.blue ul li p .red,
.cont section.blue ul li p .bold{
	font-weight:bold;
}



/* #cont0 */
#cont0{
	padding:30px 0;
	background:url(../images/bg_stripe.png) center top;
}
#cont0 h2{
	display:inline-block;
	font-size:20px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
}
#cont0 h2 span{
	font-size:26px;
}
#cont0 h2 span:last-of-type{
	color:#010101;
}
#cont0 ol{
	width:1100px;
	margin:50px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont0 ol li{
	width:340px;
	padding:0 15px 15px;
	background-color:#fff100;
}
#cont0 ol li > span{
	display:block;
	margin:-30px 0 0;
	
}
#cont0 ol li h3{
	margin:-5px 0 5px;
	font-size:38px;
	font-style:italic;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow:3px 3px 0 #fff;
}
#cont0 ol li h3 span{
	font-size:20px;
}
#cont0 ol li p{
	height:180px;
	margin-top:15px;
	padding:10px 8px;
	font-weight:bold;
	background-color:#fff;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.06em;
}
#cont0 ol li .note{
	margin-left:30px;
	font-size:12px;
}
#cont0 ol li .small{
	display:block;
	font-size:14px;
	padding-left:1em;
	text-indent:-1em;
}


/* #cont1 */
#cont1{
	background-color:#e9f6fd;
}
#cont1 section.blue + section{
	width:1100px;
	margin:60px auto 0;
	padding:50px 40px;
	border:6px solid #1d2088;
	position:relative;
}
#cont1 section.blue + section h3{
	display:block;
	width:360px;
	font-size:45px;
	color:#1d2088;
	line-height:1;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-180px;
	background-color:#e9f6fd;
}
#cont1 section.blue + section span{
	display:inline-block;
	text-indent:-1em;
	font-size:15px;
	font-weight:bold;
	color:#02b04f;
	text-align:left;
	position:absolute;
	bottom:3px;
	right:40px;
}



/* #cont2 */
#cont2{
	background-color:#fffbcd;
}


/* #cont3 */
#cont3{
	background-color:#f0ffcc;
}



/* #cont4 */
#cont4{
	padding:30px 0;
	background:url(../images/bg_stripe.png) center top;
}
#cont4 h2{
	display:inline-block;
	font-size:40px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
}
#cont4 div{
	width:1100px;
	margin:40px auto 0;
	padding:50px 30px 40px;
	background-color:#fff;
	border-radius:30px;
	box-shadow:5px 5px 0 #1d2088;
	position:relative;
}
#cont4 div:before{
	content:'';
	display:block;
	width:32px;
	height:40px;
	background:url(../images/cont4_pin_left.png)no-repeat left top;
	position:absolute;
	left:0;
	top:0;
}
#cont4 div:after{
	content:'';
	display:block;
	width:32px;
	height:40px;
	background:url(../images/cont4_pin_right.png)no-repeat left top;
	position:absolute;
	right:0;
	top:0;
}
#cont4 div p{
	padding:0 20px;
	font-size:20px;
	font-weight:bold;
	color:#1d2088;
	text-align:left;
	line-height:1.4;
}
#cont4 div p .red{
	font-size:25px;
}

#cont4 div dl{
	width:1047px;
	margin:20px auto 0;
	overflow:hidden;
	border:1px solid #99ccff;
	background-color:#99ccff;
}
#cont4 div dl dt{
	float:left;
	position:relative;
}
#cont4 div dl dt a:last-child{
	display:block;
	width:310px;
	height:40px;
	position:absolute;
	left:185px;
	bottom:10px;
}
#cont4 div dl dd{
	float:left;
	border:1px solid #99ccff;
	margin:-1px;
}
#cont4 ul{
	width:1040px;
	margin:20px auto 0;
}
#cont4 ul li{
	padding-left:1em;
	text-indent:-1em;
	font-size:17px;
	text-align:left;
}
#cont4 > a{
	display:block;
	width:1100px;
	line-height:100px;
	margin:50px auto 0;
	font-size:35px;
	font-weight:bold;
	color:#1d2088;
	background:#fff784 url(../images/cont4_link_bg.png)no-repeat center center;
	text-decoration:none;
	position:relative;
}
#cont4 > a:hover{
	opacity:0.7;
}
#cont4 > a img{
	position:absolute;
	left:240px;
	top:-10px;
}
#cont4 > a:after{
	content:'';
	display:block;
	width:21px;
	height:31px;
	background:url(../images/cont4_arrow.png)no-repeat center center;
	position:absolute;
	right:310px;
	top:50%;
	margin-top:-16px;
}


/* #cont5 */
#cont5{
	padding:50px 0;
	background-color:#d7efff;
}
#cont5 section{
	width:1080px;
	margin:auto;
	background-color:#fff;
	padding:40px 0;
}
#cont5 section h2{
	width:1100px;
	line-height:80px;
	margin:0 0 30px -10px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	font-size:40px;
	color:#fff;
	position:relative;
}
#cont5 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont5 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont5 section ul{
	padding:20px 40px 0;
}
#cont5 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
#cont5 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}





/* #cont6 */
#cont6{
	padding:50px 0;
	background-color:#d7efff;
}
#cont6 section{
	width:1080px;
	margin:auto;
	background-color:#fff;
	padding:40px 0;
}
#cont6 section h2{
	width:1100px;
	line-height:80px;
	margin:0 0 30px -10px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	font-size:40px;
	color:#fff;
	position:relative;
}
#cont6 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont6 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}



#cont6 section > table{
	width:985px;
	margin:auto;
	background-color:#fff;
}
#cont6 section > table th,
#cont6 section > table td{
	padding:15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #969696;
	vertical-align:top;
	color:#323232;
}
#cont6 section > table th{
	white-space:nowrap;
}
#cont6 section > table td{
	text-align:left;
}
#cont6 section > table td span{
	color:#f00;
}
#cont6 section > table td a{
	font-weight:bold;
	color:#f00;
}
#cont6 section > table td a:hover{
	color:#00c6ff;
}
#cont6 section > table td img{
	margin-top:10px;
}
#cont6 section > table td ul li{
	padding-left:1em;
	text-indent:-1em;
}
#cont6 section > table td table{
	margin-top:10px;
}
#cont6 section > table td table th,
#cont6 section > table td table td{
	padding:1px 15px;
}
#cont6 section > table td table th{
	background-color:#ebebeb;
}
#cont6 section > table td div{
	margin-top:-25px;
	padding-left:20px;
}
#cont6 section > table td div table{
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
#cont6 section > table td dl dt {
	margin-top:10px;
}
#cont6 section > table td dl dd {
	padding-left:20px;
}
#cont6 section > table td dl dd table{
	display:inline-block;
	vertical-align:middle;
}

/* #cont7 */
#cont7{
	padding:50px 0;
	background-color:#d7efff;
}
#cont7 section{
	width:1080px;
	margin:auto;
	background-color:#fff;
	padding:40px 0;
}
#cont7 section h2{
	width:1100px;
	line-height:80px;
	margin:0 0 30px -10px;
	background:url(../images/cont5_h2_bg.png)repeat-x center top;
	font-size:40px;
	color:#fff;
	position:relative;
}
#cont7 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont7 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont7 section ul{
	padding:20px 40px 0;
}
#cont7 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:left;
}
#cont7 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}

/* #cont8 */
#cont8{
	padding:50px 0;
	background-color:#d7efff;
}
#cont8 section{
	width:1080px;
	margin:auto;
	background-color:#fff;
	padding:40px 0;
}
#cont8 section h2{
	width:1100px;
	line-height:8px;
	margin:0 0 30px -10px;
	background:url(../images/cont8_h2_bg.png)repeat-x center top;
	font-size:40px;
	color:#fff;
	position:relative;
}
#cont8 section h2:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #1d2088 transparent transparent;
	position:absolute;
	top:100%;
	left:0;
}
#cont8 section h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #1d2088 transparent transparent transparent;
	position:absolute;
	top:100%;
	right:0;
}
#cont8 section ul{
	padding:20px 40px 0;
}
#cont8 section ul li{
	padding-left:1em;
	text-indent:-1em;
	text-align:center;
}
#cont8 section ul li:first-child{
	padding-left:0;
	text-indent:0;
}


/* #faq */
#faq{
	padding:50px 0;
	background:url(../images/bg_faq.png) center top;
}
#faq h2{
	margin-bottom:20px;
	display:inline-block;
	font-size:40px;
	color:#1d2088;
	border-bottom:3px dotted #1d2088;
	letter-spacing:0.04em;
}
#faq h2 img{
	margin-bottom:30px;
}
#faq h2 span{
	color:#00ccff;
}
#faq dl{
	width:1000px;
	margin:auto;
	text-align:left;
}
#faq dl dt{
	margin-top:30px;
	padding:30px 70px;
	background-color:#fff;
	position:relative;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
#faq dl dt:hover{
	color:#00c6ff;
}
#faq dl dt:before{
	content:'Q.';
	font-size:30px;
	color:#00ccff;
	position:absolute;
	left:30px;
	top:20px;
}
#faq dl dt:after{
	content:'';
	display:block;
	width:22px;
	height:15px;
	background:url(../images/faq_arrow.png)no-repeat center center;
	position:absolute;
	right:50px;
	top:50%;
	margin-top:-7px;
}
#faq dl dd{
	padding:20px 30px 20px 70px;
	background-color:#daf2ff;
	position:relative;
	font-size:17px;
	display:none;
}
#faq dl dd:before{
	content:'A.';
	font-size:30px;
	font-weight:bold;
	color:#ff0000;
	position:absolute;
	left:30px;
	top:10px;
}
#faq dl dd a{
	color:#f00;
	font-weight:normal;
}



/* #contact */
#contact{
	margin:auto;
	padding:50px 0 50px;
	background-color:#fff7d4;
}
#contact div{
	width:970px;
	margin:auto;
	background-color:#fff;
	border:5px solid #f08300;
	border-radius:20px;
}
#contact div h2{
	line-height:108px;
	margin-bottom:30px;
	padding-top:4px;
	background-color:#f08300;
	font-size:53px;
	color:#fff;
	text-align:center !important;
	text-shadow:3px 3px 3px #cc6600;
}
#contact div > p:first-of-type{
	font-size:27px;
	font-weight:bold;
	color:#1d20a0;
	letter-spacing:-0.05em;
}
#contact div dl{
	margin:20px 40px 30px;
	padding:0;
}
#contact div dl dt{
	float:left;
	clear:left;
	padding-top:10px;
}
#contact div dl dd{
	margin-bottom:50px;
	padding-left:200px;
	font-size:53px;
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	color:#1d20a0;
}
#contact div dl dd a{
	color:#1d20a0;
	text-decoration:none;
}
#contact div dl dd:nth-of-type(2){
	margin-bottom:40px;
	font-size:42px;
}
#contact div dl dd span{
	display:block;
	padding:0;
	font-size:25px;
}
#contact div > p:last-of-type{
	margin:40px 40px 0;
	padding:0 0 20px;
	font-size:32px;
	font-weight:bold;
	color:#1d20a0;
	text-align:center !important;
	border-top:2px solid #1d20a0;
}
#contact div > p:last-of-type span{
	display:block;
	width:140px;
	margin:-15px auto 0px;
	font-size:20px;
	font-weight:normal;
	background-color:#fff;
}
#contact div > p:last-of-type a{
	color:#1d20a0;
	text-decoration:none;
}
#contact div > p:last-of-type a:hover{
	color:#f08100;
}


/* footer */
footer{
}
footer div{
	min-width:1000px;
	padding:20px 0;
	background-color:#1d2088;
}
footer div ul{
	margin:12px 0;
	letter-spacing:-0.4em;
	line-height:1;
}
footer div ul:first-of-type{
	margin-bottom:20px;
}
footer div ul li{
	margin:0;
	padding:0 20px;
	display:inline-block;
	letter-spacing:normal;
	border-right:1px solid #fff;
}
footer div ul li:last-child{
	border-right:none;
}
footer div ul li a{
	font-size:17px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}
footer div ul li a:hover{
	color:#ccc;
}
footer div p{
	margin-top:40px;
	font-size:16px;
	color:#fff;
}


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