@charset "utf-8";
/* CSS Document */

/*top01*/
.top01 {
	margin-bottom: 45px;
}
.top01 h2 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 91.5625vw;
	background: url(../img/top_bg01_sp.png) no-repeat center top;
	background-size: 100% auto;
	margin: 0 auto;
	text-align: center;
}
.top01 h2 img {
	width: 69%;
	margin-bottom: 10px;
}
.top01 p {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 0 0 10px;
	letter-spacing: 1px;
}

/*top02*/
.top02 {
	margin: 0 0 40px 0;
	padding: 0 0 40vw 0;
	background: url(../img/top_bg02.png) no-repeat center bottom;
	background-size: 100% auto;
}
.top02 .ttl {
	box-sizing: border-box;
	width: 120px;
	height: 50px;
	margin: 0 auto 15px;
	padding: 16px 0 0 0;
	background: #3DFF9E;
	text-align: center;
}
.top02 .ttl img {
	width: 59px;
}
.top02 .txt {
	padding: 0 10px 10px;
	letter-spacing: 1px;
}

/*top03*/
.top03 {
	margin: 0 0 40px 0;
	padding: 0 0 40vw 0;
	background: url(../img/top_bg03.png) no-repeat center bottom;
	background-size: 100% auto;
}
.top03 .ttl {
	box-sizing: border-box;
	width: 120px;
	height: 50px;
	margin: 0 auto 15px;
	padding: 16px 0 0 0;
	background: #3DFF9E;
	text-align: center;
}
.top03 .ttl img {
	width: 59px;
}
.top03 .txt {
	padding: 0 10px 10px;
	letter-spacing: 1px;
}

/*top04*/
.top04 {
	margin: 0 auto;
}
.top04 .ttl {
	text-align: center;
}
.top04 .ttl img {
	width: 259px;
}
.top04 .txt {
	padding: 20px 10px;
	letter-spacing: 1px;
}

/*top05*/
.top05 {
	height: 250px;
	margin: 0 0 45px 0;
	background: url(../img/top_bg04_sp.png) no-repeat center top;
	background-size: cover;
}
.top05 .ttl {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 68px 0 0 15px;
}
.top05 .ttl img {
	width: 230px;
}
.top05 .txt {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 0 10px;
	color: #FFF;
	line-height: 2;
	letter-spacing: 1px;
}

/*top06*/
.top06 {
	margin: 0 0 40px 0;
}
.top06 .ttl {
	text-align: center;
}
.top06 .ttl img {
	width: 296px;
}
.top06 ol {
	width: 280px;
	margin: 18px auto 0;
}
.top06 ol li {
	height: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
}
.top06 ol li img {
	width: 20px;
	margin: 0 12px 0 0;
}

/*top07*/
.top07 {
	background: #D0FFF4;
}
.top07 .inner {
	padding: 0 10px;
}
.top07 .inner .ttl {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 0 0;
}
.top07 .inner .ttl a {
	display: block;
	width: 100px;
	height: 34px;
	background: #FFF;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	color: #000;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}
.top07 .inner .box {
	width: 100%;
	padding: 20px 0;
}
.top07 .inner .box iframe {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: none;
}

