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

/*top01*/
.top01 {
	height: 800px;
	background: url(../img/top_bg01.png) no-repeat center top;
}
.top01 h2 {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 482px 0 0 9px;
}
.top01 p {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 0 4px;
}

/*top02*/
.top02 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 400px 0;
	background: url(../img/top_bg02.png) no-repeat center bottom;
}
.top02 .ttl {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	height: 200px;
	margin: 0 45px 0 0;
	background: #3DFF9E;
}
.top02 .txt {
	font-size: 18px;
	line-height: 2;
}

/*top03*/
.top03 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 400px 0;
	background: url(../img/top_bg03.png) no-repeat center bottom;
}
.top03 .ttl {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	height: 200px;
	margin: 0 45px 0 0;
	background: #3DFF9E;
}
.top03 .txt {
	font-size: 18px;
	line-height: 2;
}

/*top04*/
.top04 {
	width: 1000px;
	margin: 0 auto;
}
.top04 .ttl {
	padding: 51px 0 0 12px;
}
.top04 .txt {
	padding: 35px 0 50px 5px;
	font-size: 18px;
	line-height: 2;
}

/*top05*/
.top05 {
	height: 500px;
	background: url(../img/top_bg04.png) no-repeat center top;
}
.top05 .ttl {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 155px 0 0 6px;
}
.top05 .txt {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 5px;
	color: #FFF;
	font-size: 18px;
	line-height: 2;
}

/*top06*/
.top06 {
	display: flex;
	display: -webkit-flex;
	width: 1000px;
	margin: 0 auto;
}
.top06 .ttl {
	padding: 30px 0 45px 0;
}
.top06 ol {
	height: 360px;
	display: flex;
	display: -webkit-flex;
	flex-flow:column wrap;
	padding: 45px 0 0 0;
}
.top06 ol li {
	width: 330px;
	height: 40px;
	padding: 0 0 0 65px;
	font-size: 16px;
	line-height: 1.7;
}
.top06 ol li img {
	margin: 0 10px 0 0;
}

/*top07*/
.top07 {
	background: #D0FFF4;
}
.top07 .inner {
	display: flex;
	display: -webkit-flex;
	width: 1000px;
	margin: 0 auto;
}
.top07 .inner .ttl {
	width: 150px;
	padding: 95px 50px 115px 0;
	text-align: center;
}
.top07 .inner .ttl a {
	display: block;
	width: 150px;
	height: 50px;
	margin: 15px 0 0 0;
	background: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	color: #000;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.top07 .inner .ttl a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.top07 .inner .box {
	width: 100%;
	height: 250px;
	padding: 20px 0;
}
.top07 .inner .box iframe {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: none;
}

