@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-size:24px;
	font-family: 'Helvetica Neue', Helvetica,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	line-height:1.5;
}
@media screen and (max-width:768px){
	body {
		font-size:3.4vw;
	}
}

.impact{
	font-family: 'Anton', sans-serif;
}

a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.8;
}

img{
	max-width:100%;
}

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

@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}
	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
}


#wrapper{
}


/* header */
header{
}
header h1{
	padding:20px 0 140px;
	background:url(../images/h1_bg.png)no-repeat center center;
	background-size:cover;
}
header div{
	margin-top:-90px;
	background:url(../images/bottom_banner_bg.png)repeat-x center top;
}
header div a{
	display:inline-block;
}
header div p{
	margin:-2px 0;
	padding:12px 0;
	font-size:36px;
	font-weight:bold;
	color:#ff5f00;
	background-color:#ffdd19;
}
header div ul{
	margin:auto;
	padding-bottom:25px;
	background-color:#ffdd19;
}
header div ul li{
	display:inline-block;
	width:225px;
	padding-top:5px;
	line-height:60px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
}
header div ul li:first-child{
	background-color:#627bb9;
}
header div ul li:nth-child(2){
	background-color:#1ca1c1;
}
header div ul li:nth-child(3){
	background-color:#e075a6;
}
header div ul li:last-child{
	background-color:#72bb2b;
}

@media screen and (max-width:1024px){
	header h1{
		padding:20px 0 140px;
		background:url(../images/h1_bg.png)no-repeat center center;
		background-size:cover;
	}
	header div{
		margin-top:-90px;
		background:url(../images/bottom_banner_bg.png)repeat-x center top;
	}
	header div p{
		padding:12px 0;
		font-size:3.5vw;
	}
	header div ul{
		padding-bottom:25px;
	}
	header div ul li{
		width:22.5%;
		padding-top:5px;
		line-height:1.7;
		font-size:3.5vw;
	}
}

@media screen and (max-width:768px){
	header h1{
		padding:3% 0 0;
		/* background-image:none; */
	}
	header div{
		margin-top:-10%;
		background-image:none;
	}
	header div p{
		padding:1% 0;
	}
	header div ul{
		padding-bottom:3%;
	}
	header div ul li{
		padding-top:0.3em;
	}
}


/* article */
article{
}


/* .cont */
.cont h2{
	font-size:40px;
}

@media screen and (max-width:768px){
	.cont h2{
		font-size:5.5vw;
	}
}


/* #cont1 */
#cont1{
	padding:70px 0 100px;
}
#cont1 h2{
}
#cont1 > ul{
	width:94%;
	max-width:980px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 > ul > li{
	width:456px;
	margin-top:40px ;
	background-color:#fff;
	box-shadow:2px 2px 8px rgba(0,0,0,0.3);
}
#cont1 > ul > li h3{
	line-height:50px;
	font-size:20px;
	color:#fff;
	background-color:#339fda;
}
#cont1 > ul > li:nth-child(2) h3{
	background-color:#339fa1;
}
#cont1 > ul > li:nth-child(3) h3{
	background-color:#8c8cbc;
}
#cont1 > ul > li:nth-child(4) h3{
	background-color:#c88bbc;
}
#cont1 > ul > li:nth-child(5) h3{
	background-color:#c49e99;
}
#cont1 > ul > li:nth-child(6) h3{
	background-color:#df9b68;
}
#cont1 > ul > li:nth-child(7) h3{
	background-color:#b9a668;
}
#cont1 > ul > li:last-child h3{
	background-color:#a0b098;
}
#cont1 > ul > li div{
	padding:25px 0 10px 20px;
	text-align:left;
}
#cont1 > ul > li div img{
	width:156px;
	margin-right:5px;
	text-align:left;
}
#cont1 > ul > li div ul{
	margin-top:-0.3em;
	display:inline-block;
	vertical-align:top;
}
#cont1 > ul > li div ul li{
	line-height:1.6;
	padding-left:1.2em;
	font-size:19px;
	font-weight:bold;
	background:url(../images/cont1_check.png)no-repeat left center;
	background-size:22px auto;
}
#cont1 > ul > li p{
	padding:0 20px 15px;
}
#cont1 > ul > li p img{
	width:418px;
}

@media screen and (max-width:1024px){
	#cont1{
		padding:6% 0 10%;
	}
	#cont1 h2{
	}
	#cont1 > ul{
	}
	#cont1 > ul > li{
		width:48%;
		max-width:456px;
		margin-top:4%;
		box-shadow:2px 2px 8px rgba(0,0,0,0.3);
	}
	#cont1 > ul > li h3{
		line-height:2.4;
		font-size:2vw;
	}
	#cont1 > ul > li div{
		padding:3% 0 3% 3%;
		text-align:left;
	}
	#cont1 > ul > li div img{
		width:32%;
		margin-right:0.5%;
		text-align:left;
	}
	#cont1 > ul > li div ul{
		margin-top:-0.1em;
	}
	#cont1 > ul > li div ul li{
		line-height:1.6;
		padding-left:1.1em;
		font-size:2vw;
		font-weight:bold;
		background:url(../images/cont1_check.png)no-repeat left center;
		background-size:1em auto;
	}
	#cont1 > ul > li p{
		padding-bottom:15px;
	}
	#cont1 > ul > li p img{
		width:100%;
	}
}

@media screen and (max-width:768px){
	#cont1{
		padding:5% 0 8%;
	}
	#cont1 h2{
	}
	#cont1 > ul{
	}
	#cont1 > ul > li{
		width:100%;
		max-width:100%;
		margin-top:4%;
		box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	}
	#cont1 > ul > li h3{
		font-size:4vw;
	}
	#cont1 > ul > li div img{
		width:38%;
	}
	#cont1 > ul > li div ul li{
		font-size:3.7vw;
	}
	#cont1 > ul > li p{
		padding-bottom:15px;
	}
	#cont1 > ul > li p img{
		width:100%;
	}
}


/* #cont2 */
#cont2{
	padding:50px 0 100px;
	background:url(../images/cont2_bg.png)no-repeat center top;
}
@media screen and (min-width:1580px){
	#cont2{
		background-size:100% auto;
	}
}
#cont2 dl{
	width:750px;
	margin:20px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 dl div{
	padding:20px;
}
#cont2 dl div:first-child{
	width:345px;
	background-color:#edf5ff;
}
#cont2 dl div:last-child{
	width:400px;
	background-color:#fff;
}
#cont2 dl div dd{
	padding-left:1.2em;
	font-size:24px;
	text-align:left;
	position:relative;
	white-space:nowrap;
}
#cont2 dl div dd:before{
	content:'';
	display:block;
	width:1em;
	height:1em;
	background-color:#0072ff;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0.2em;
}
#cont2 section{
	width:750px;
	margin:auto;
}
#cont2 section h3{
	line-height:102px;
	background-color:#000;
	font-size:35px;
	color:#fff;
	position:relative;
}
#cont2 section h3:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	left:30px;
	top:50%;
	transform:translateY(-50%);
}
#cont2 section h3:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
}
#cont2 section h3 img{
	margin-right:0.3em;
}
#cont2 section figure{
	margin:10px 0;
}
#cont2 section figure figcaption{
	max-width:660px;
	margin:auto;
	font-size:20px;
	text-align:right;
}
#cont2 section section{
	padding:20px 0;
	text-align:left;
	font-size:28px;
}
#cont2 section section:first-of-type h4{
	margin-bottom:10px;
	font-size:32px;
}
#cont2 section section:first-of-type h4 span{
	color:#f40901;
}
#cont2 section section:last-of-type h4{
	margin-bottom:40px;
	font-size:28px;
	font-weight:normal;
}
#cont2 section section:last-of-type h4 > span{
	line-height:1.2;
	font-size:38px;
	font-weight:bold;
	border-bottom: solid 1px #f40901;
	position:relative;
}
#cont2 section section:last-of-type h4 > span:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#f40901;
	position:absolute;
	bottom:6px;
}
#cont2 section section:last-of-type h4 > span span{
	color:#0072ff;
}
#cont2 section section p{
	line-height:1.7;
}
#cont2 section section p span{
	background-color:#ffff00;
	background:linear-gradient(transparent 10%, #ffff00 10%, #ffff00 86%, transparent 86%);
}

@media screen and (max-width:1024px){
	#cont2 h2{
		padding:0 3%;
	}
	#cont2 section section{
		padding:20px 3%;
		text-align:left;
		font-size:27px;
	}
}

@media screen and (max-width:768px){
	#cont2{
		padding:5% 0;
		background:url(../images/cont2_bg.png)no-repeat center top;
		background-size:120% auto;
	}
	#cont2 h2{
		padding:0 3%;
	}
	#cont2 dl{
		width:auto;
		margin:1% auto;
	}
	#cont2 dl div{
		padding:3%;
	}
	#cont2 dl div:first-child{
		width:46%;
	}
	#cont2 dl div:last-child{
		width:53%;
	}
	#cont2 dl div dd{
		font-size:3vw;
	}
	#cont2 section{
		width:auto;
		margin:auto;
	}
	#cont2 section h3{
		line-height:2.8;
		font-size:4vw;
	}
	#cont2 section h3:before{
		border-width: 2.8vw 1.8vw 0 1.8vw;
		left:3%;
	}
	#cont2 section h3:after{
		border-width: 2.8vw 1.8vw 0 1.8vw;
		right:3%;
	}
	#cont2 section h3 img{
		width:8%;
	}
	#cont2 section figure{
		margin:3% 0;
		padding:0 3%;
	}
	#cont2 section figure figcaption{
		width:94%;
		font-size:2.5vw;
	}
	#cont2 section section{
		padding:3%;
		text-align:left;
		font-size:3.8vw;
	}
	#cont2 section section:first-of-type h4{
		margin-bottom:10px;
		font-size:4.2vw;
	}
	#cont2 section section:first-of-type h4 span{
		color:#f40901;
	}
	#cont2 section section:last-of-type h4{
		margin-bottom:5%;
		font-size:3.8vw;
	}
	#cont2 section section:last-of-type h4 > span{
		font-size:4.9vw;
	}
	#cont2 section section:last-of-type h4 > span:after{
		content:'';
		display:block;
		width:100%;
		height:1px;
		background-color:#f40901;
		position:absolute;
		bottom:3%;
	}
	#cont2 section section:last-of-type h4 > span span{
		color:#0072ff;
	}
	#cont2 section section p{
		line-height:1.7;
	}
	#cont2 section section p span{
		background-color:#ffff00;
		background:linear-gradient(transparent 10%, #ffff00 10%, #ffff00 86%, transparent 86%);
	}
}


/* #cont3 */
#cont3{
	background-color:#c2ddff;
}
#cont3 h2{
	line-height:1.3;
	padding:25px 0;
	font-size:28px;
	color:#fff;
	background-color:#0072ff;
}
#cont3 h2 span{
	padding-top:0.1em;
	display:inline-block;
	line-height:1;
	font-size:40px;
	color:#ffff00;
}
#cont3 figure{
	display:inline-block;
	vertical-align:middle;
}
#cont3 dl{
	display:inline-block;
	vertical-align:middle;
}
#cont3 dl dt{
	margin-bottom:20px;
}
#cont3 dl dd{
	padding-left:1.2em;
	font-size:24px;
	text-align:left;
	position:relative;
	white-space:nowrap;
}
#cont3 dl dd:before{
	content:'';
	display:block;
	width:1em;
	height:1em;
	background-color:#0072ff;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0.2em;
}
@media screen and (max-width:768px){
	#cont3 h2{
		padding:3% 0;
		font-size:3.6vw;
	}
	#cont3 h2 span{
		font-size:4.5vw;
	}
	#cont3 figure{
		width:35%;
	}
	#cont3 dl{
		width:60%;
	}
	#cont3 dl dt{
		margin-bottom:3%;
		padding:0 22% 0 8%;
	}
	#cont3 dl dd{
		font-size:3vw;
	}
}


/* #cont4 */
#cont4{
	padding:15px 0 50px;
	background:url(../images/cont4_bg.png)no-repeat center top;
	background-size:cover;
}
#cont4 ul{
	width:700px;
	margin:10px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont4 ul li{
	width:200px;
	letter-spacing:-0.03em;
}
#cont4 ul li h3{
	line-height:1.1;
	margin:0.4em 0;
	font-size:34px;
}
#cont4 ul li h3 span{
	color:#0072ff;
}
#cont4 ul li p{
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:768px){
	#cont4{
		padding:2% 0 5%;
	}
	#cont4 ul{
		width:94%;
		margin:10px auto 0;
	}
	#cont4 ul li{
		width:30%;
	}
	#cont4 ul li h3{
		font-size:4vw;
	}
}


/* #cont5 */
#cont5{
	padding:30px 0 40px;
}
#cont5 > figure{
	margin:-80px 0 0;
}
@media screen and (max-width:768px){
	#cont5{
		padding:3% 3% 5%;
	}
	#cont5 h2 img{
		width:70%;
	}
	#cont5 > figure{
		margin:-12% 0 0;
	}
}


/* #cont6 */
#cont6{
	padding:40px 0;
	background-color:#f5f5f5;
}
#cont6 div{
	width:700px;
	margin:auto;
}
#cont6 h2{
	line-height:48px;
	font-size:28px;
	color:#fff;
	background-color:#0072ff;
}
#cont6 p{
	margin:0.8em 0;
	letter-spacing:-0.03em;
	text-align:left;
}

@media screen and (max-width:768px){
	#cont6{
		padding:5% 3%;
	}
	#cont6 div{
		width:auto;
	}
	#cont6 h2{
		line-height:2;
		font-size:3.6vw;
	}
}


/* #cont7 */
#cont7{
	padding:50px 0 30px;
	background-color:#0072ff;
}
#cont7 h2{
	line-height:1.2;
	color:#fff;
}
#cont7 ol{
	width:700px;
	margin:50px auto 0;
}
#cont7 ol li{
	margin-top:20px;
	padding:15px;
	background-color:#fff;
	text-align:left;
}
#cont7 ol li img{
	margin-right:20px;
}
#cont7 ol li section{
	width:480px;
	display:inline-block;
	vertical-align:middle;
}
#cont7 ol li section h3{
	margin-bottom:5px;
	font-size:30px;
}
#cont7 ol li section h3 > span{
	line-height:30px;
	margin-bottom:0.3em;
	font-size:10px;
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	padding:0 0.8em;
	background-color:#ffe019;
	position:relative;
}
#cont7 ol li section h3 > span:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #ffe019;
	position:absolute;
	left:100%;
	top:0;
}
#cont7 ol li section h3 > span span{
	line-height:1.1;
	margin-left:0.2em;
	font-size:24px;
	vertical-align:middle;
}

@media screen and (max-width:768px){
	#cont7{
		padding:5% 0;
	}
	#cont7 ol{
		width:94%;
		margin:5% auto 0;
	}
	#cont7 ol li{
		margin-top:1.8%;
		padding:1.8%;
	}
	#cont7 ol li img{
		width:22%;
		margin-right:1%;
	}
	#cont7 ol li section{
		width:72%;
	}
	#cont7 ol li section h3{
		margin-bottom:0;
		font-size:4.2vw;
	}
	#cont7 ol li section h3 > span{
		line-height:20px;
		font-size:8px;
		margin-right:15px;
		margin-bottom:1vw;
		background-color:#ffe019;
		position:relative;
	}
	#cont7 ol li section h3 > span:after{
		border-width: 10px 0 10px 10px;
	}
	#cont7 ol li section h3 > span span{
		font-size:16px;
	}
}


/* #cont8 */
#cont8{
	padding:30px 0;
	background-color:#f5f5f5;
}
#cont8 figure{
	margin-top:40px;
}

@media screen and (max-width:768px){
	#cont8{
		padding:3% 0;
	}
	#cont8 figure{
		margin-top:5%;
		padding:0 3%;
	}
}


/* #cont9 */
#cont9{
	padding:30px 0 20px;
	background-color:#0072ff;
	color:#fff;
}
#cont9 figure{
	width:700px;
	margin:40px auto 0;
	padding:25px 0;
	background-color:#fff;
}
#cont9 p{
	margin-top:20px;
	font-size:28px;
	font-weight:bold;
}

@media screen and (max-width:768px){
	#cont9{
		padding:5% 0 3%;
	}
	#cont9 figure{
		width:94%;
		margin:5% auto 0;
		padding:3% 5%;
	}
	#cont9 p{
		margin-top:3%;
		font-size:3.6vw;
	}
}


/* #cont10 */
#cont10{
	padding:50px 0;
	background-color:rgba(0,114,255,0.1);
}
#cont10 ul{
	width:700px;
	margin:30px auto 0;
	padding:0 30px;
	background-color:#fff;
}
#cont10 ul li{
	padding:25px 0;
	text-align:left;
	border-bottom:1px dotted; #868686
}
#cont10 ul li:last-child{
	border-bottom:none;
}
#cont10 ul li span{
	display:inline-block;
	margin-right:1em;
	vertical-align:middle;
	font-size:20px;
}
#cont10 ul li a{
	width:calc(100% - 4.8em);
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	color:#0072ff;
}
#cont10 p{
	width:700px;
	margin:40px auto 0;
	text-align:right;
}
#cont10 p a{
	font-size:28px;
	font-weight:bold;
	color:#0072ff;
}

@media screen and (max-width:768px){
	#cont10{
		padding:5% 0;
	}
	#cont10 ul{
		width:94%;
		margin:3% auto 0;
		padding:0 3%;
	}
	#cont10 ul li{
		padding:3% 0;
	}
	#cont10 ul li span{
		font-size:2.4vw;
	}
	#cont10 ul li a{
		font-size:3.6vw;
	}
	#cont10 p{
		width:94%;
		margin:5% auto 0;
	}
	#cont10 p a{
		font-size:3.6vw;
	}
}


/* #cont11 */
#cont11{
	padding:70px 0 130px;/* 70px 0 50px */
	background:url(../images/cont11_bg.png)no-repeat center top;
	background-size:cover;
}
#cont11 #slick1{
	width:700px;
	margin: 70px auto;/* auto */
	height: 2200px;
	overflow: scroll;
	
}
#cont11 #slick1 .item{
	margin-top:30px;
	padding:30px;
	background-color:#fff;
	font-size:28px;
	text-align:left;
}
#cont11 #slick1 .item h3{
	width:480px;
	display:inline-block;
	vertical-align:middle;
	font-size:35px;
	color:#0072ff;
}
#cont11 #slick1 .item h3 span{
	display:block;
	font-size:28px;
	color:#000;
}
#cont11 #slick1 .item p{
	line-height:1.3;
	margin-top:20px;
	padding-top:30px;
	border-top:1px solid;
}

#cont11 #slick1 .item p img{
	width: 100%;
}

@media screen and (max-width:768px){
	#cont11{
		padding:7% 0 30%;/* 7% 0 10% */
		background:url(../images/cont11_bg_s.png)no-repeat center top;
		background-size:cover;
	}
	#cont11 h2 img{
		width:56%;
	}
	#cont11 #slick1{
		width:84%;
		margin:5% auto 0;
		height: auto;
		overflow: auto;
		background-color:#fff;
	}
	#cont11 #slick1 .item{
		margin-top:0;
		padding:1%;
		font-size:3.6vw;
	}
	#cont11 #slick1 .item img{
		width:20%;
		display:inline-block;
	}
	#cont11 #slick1 .item h3{
		width:70%;
		font-size:4.5vw;
	}
	#cont11 #slick1 .item h3 span{
		font-size:3.6vw;
	}
	#cont11 #slick1 .item p{
		margin-top:2%;
		padding-top:3%;
	}
	#cont11 #slick1 .item p img{
		width: 100%;
	}
}


/* #cont12 */
#cont12{
	padding:40px 0;
}
#cont12 figure{
	margin-top:20px;
}
@media screen and (max-width:768px){
	#cont12{
		padding:5% 3%;
	}
	#cont12 figure{
		margin-top:3%;
	}
}


/* #cont13 */
#cont13{
	padding:40px 0;
}
#cont13 dl{
	width:750px;
	line-height:1.3;
	margin:20px auto 0;
	font-size:28px;
	text-align:left;
}
#cont13 dl dt{
	padding:25px 75px;
	background-color:#72bb2b;
	font-weight:bold;
	color:#fff;
	border-bottom:2px solid #fff;
	position:relative;
	cursor:pointer;
}
#cont13 dl dt span{
	display:block;
	width:46px;
	font-size:25px;
	color:#72bb2b;
	text-align:center;
	position:absolute;
	left:20px;
	top:25px;
	z-index:2;
}
#cont13 dl dt span:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
}
#cont13 dl dt:after{
	content:'';
	display:block;
	width:43px;
	padding-top:25px;
	background:url(../images/cont13_close.png)no-repeat left center;
	background-size:100% auto;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}
#cont13 dl dt.open:after{
	background:url(../images/cont13_open.png)no-repeat left center;
	background-size:100% auto;
}
#cont13 dl dd{
	padding:25px 25px 25px 75px;
	position:relative;
	display:none;
}
#cont13 dl dd span{
	display:block;
	width:46px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:absolute;
	left:20px;
	top:30px;
	z-index:2;
}
#cont13 dl dd span:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	background-color:#ff5f00;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
}

@media screen and (max-width:768px){
	#cont13{
		padding:3% 0 5%;
	}
	#cont13 dl{
		width:auto;
		margin:3% auto 0;
		font-size:3.6vw;
	}
	#cont13 dl dt{
		padding:3% 11%;
		border-bottom:1px solid #fff;
	}
	#cont13 dl dt span{
		width:6%;
		font-size:3.5vw;
		left:4%;
		top:50%;
		transform:translateY(-50%);
	}
	#cont13 dl dt:after{
		width:6%;
		padding-top:3%;
		background:url(../images/cont13_close.png)no-repeat left center;
		background-size:100% auto;
		right:3%;
	}
	#cont13 dl dd{
		padding:3% 3% 3% 11%;
		position:relative;
		display:none;
	}
	#cont13 dl dd span{
		width:6%;
		font-size:3.5vw;
		left:4%;
		top:1em;
	}
	#cont13 dl dd span:before{
		content:'';
		display:block;
		width:100%;
		padding-top:100%;
		background-color:#ff5f00;
		border-radius:50%;
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		z-index:-1;
	}
}


/* #contact */
#contact{
	padding:70px 0 50px;
	background-color:#0083ed;
}
#contact h2{
	color:#fff;
}
#contact form > ul > li{
	padding:30px 0;
}
#contact form > ul > li:nth-child(even){
	background-color:#2193ef;
}
#contact form > ul > li dl{
	width:700px;
	margin:auto;
	font-size:28px;
	text-align:left;
	color:#fff;
}
#contact form > ul > li dl dt{
	font-weight:bold;
}
#contact form > ul > li dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	vertical-align:0.2em;
	line-height:36px;
	margin-left:0.5em;
	padding:0 0.3em;
	font-size:20px;
	background-color:#ff5f00;
}
#contact form > ul > li dl dd ul li{
	display:inline-block;
	width:24%;
	margin:0.7em 0;
}

@media screen and (max-width:768px){
	#contact{
		padding:8% 0 5%;
	}
	#contact form > ul > li{
		padding:3% 0;
	}
	#contact form > ul > li dl{
		width:94%;
		font-size:3.6vw;
	}
	#contact form > ul > li dl dt.hissu:after{
		line-height:1.5;
		font-size:3vw;
	}
	#contact form > ul > li dl dd ul li{
		margin:0.5em 0;
		font-size:3.4vw;
	}
}
@media screen and (max-width:480px){
	#contact form > ul > li dl dd ul li{
		width:31%;
	}
}


/* #cont14 */
#cont14{
	padding:50px 0 100px;
	background-color:rgba(0,114,255,0.1);
}
#cont14 #slick2{
	width:560px;
	margin:50px auto 0;
}
#cont14 #slick2 .item{
	padding:0 20px;
}
#cont14 #slick2 .item img{
	margin:auto;
}
@media screen and (max-width:768px){
	#cont14{
		padding:8% 0 10%;
	}
	#cont14 #slick2{
		width:84%;
		margin:5% auto 0;
	}
	#cont14 #slick2 .item{
		padding:0 2% 1%;
	}
}


/* #cont15 */
#cont15{
	padding:50px 0;
}
#cont15 dl{
	width:1000px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont15 dl dt{
	width:100%;
	line-height:47px;
	margin:30px 0 20px;
	font-size:24px;
	font-weight:bold;
	background-color:rgba(0,114,255,0.1);
}
#cont15 dl dd{
	width:10%;
	font-size:16px;
	text-align:left;
}

@media screen and (max-width:1200px){
	#cont15{
		padding:50px 0;
	}
	#cont15 dl{
		width:94%;
		max-width:1000px;
	}
	#cont15 dl dt{
		line-height:47px;
		margin:30px 0 20px;
		font-size:24px;
	}
	#cont15 dl dd{
		width:12.5%;
		font-size:14px;
		text-align:left;
	}
}

@media screen and (max-width:768px){
	#cont15{
		padding:5% 0;
	}
	#cont15 dl dt{
		line-height:2;
		margin:5% 0 3%;
		font-size:4vw;
	}
	#cont15 dl dd{
		width:20%;
		font-size:2.8vw;
		text-align:left;
	}
}


/* #cont16 */
#cont16{
	padding:50px 0;
}
#cont16 dl{
	width:1000px;
	margin:50px auto 0;
	font-size:28px;
	text-align:left;
}
#cont16 dl dt{
	padding:0.3em 0;
	font-weight:bold;
	float:left;
}
#cont16 dl dt:last-of-type{
	float:none;
}
#cont16 dl dd{
	padding:0.3em 0 0.3em 5.5em;
	border-bottom:1px dashed #868686;
}
#cont16 dl dd:last-of-type{
	padding-left:0;
	border-bottom:none;
	font-size:22px;
}

@media screen and (max-width:1200px){
	#cont16{
		padding:50px 0;
	}
	#cont16 dl{
		width:94%;
		max-width:1000px;
		margin:50px auto 0;
		font-size:28px;
	}
	#cont16 dl dd:last-of-type{
		font-size:22px;
	}
}

@media screen and (max-width:768px){
	#cont16{
		padding:5% 0;
	}
	#cont16 dl{
		margin:5% auto 0;
		font-size:3.6vw;
	}
	#cont16 dl dd:last-of-type{
		font-size:3vw;
	}
}


footer{
	line-height:58px;
	font-size:22px;
	background-color:#0072ff;
	color:#fff;
}
@media screen and (max-width:768px){
	footer{
		line-height:2.4;
		font-size:3vw;
	}
}


/* top_top */
#topbtn{
	width:50px;
	line-height:50px;
	font-size:21px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:98;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
@media screen and (max-width:768px){
	#topbtn{
		width:40px;
		line-height:40px;
		font-size:18px;
		right:10px;
	}
}

/* #bottom_banner */
@media screen and (max-width:768px){
	#bottom_banner{
		width:100%;
		position:fixed;
		bottom:-60%;
		z-index:99;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#bottom_banner a{
		display:block;
	}
	#bottom_banner a:hover{
		opacity:1;
	}
	#bottom_banner p{
		margin:-2px 0;
		padding:1% 0;
		font-size:3.5vw;
		font-weight:bold;
		color:#ff5f00;
		background-color:#ffdd19;
	}
	#bottom_banner ul{
		margin:auto;
		padding-bottom:3%;
	background-color:#ffdd19;
	}
	#bottom_banner ul li{
		display:inline-block;
		width:22.5%;
		padding-top:0.3em;
		line-height:1.7;
		font-size:3.5vw;
		font-weight:bold;
		color:#fff;
	}
	#bottom_banner ul li:first-child{
		background-color:#627bb9;
	}
	#bottom_banner ul li:nth-child(2){
		background-color:#1ca1c1;
	}
	#bottom_banner ul li:nth-child(3){
		background-color:#e075a6;
	}
	#bottom_banner ul li:last-child{
		background-color:#72bb2b;
	}
}

/* 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;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}

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

/* WP-PageNavi */
.wp-pagenavi{
    width:100%;
    text-align:center;
    margin:0.5em 0;
    overflow: auto;
    padding: 0.5em;
    box-sizing: border-box;
}
.wp-pagenavi a{
    padding:0.2em 0.4em;
    color:#FFFFFF;
    text-decoration:none;
    background:#002ad3;
    margin-left:0.3em;
}
.wp-pagenavi span.current{
    padding:0.2em 0.4em;
    color:#002ad3;
    background:#FFFFFF;
    border:1px solid #002ad3;
    margin-left:0.3em;
    display: inline-block;
    box-sizing: border-box;
}
.wp-pagenavi a.nextpostslink{
    padding:0.2em 0.4em;
}
.wp-pagenavi span.extend{
    margin-left: 0.3em;
}