@charset "utf-8";
/* main contents */
#section01 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    background: url(../img/contents_bg.gif) repeat;
}
#section01 .box01 {
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 10%;
}
#section01 .box01 h1 {
	font-size: 110%;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h1 span {
	color: #fae003;
	font-size: 180%;
	text-shadow:2px 2px 3px #000000;
}
#section01 .box01 h2 {
	font-size: 110%;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h2 span {
	color: #fae003;
	font-size: 180%;
	text-shadow:2px 2px 3px #000000;
}
#section02 {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #E5FFE5;
}
#section02 div.box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#section02 .box div.reef_img01 {
	width: 15%;
	height: 110px;
	top: -2%;
	left: 85%;
	background: url(../img/reef02.png) no-repeat left;
	background-size: 101%;
	position: absolute;
}
#section02 .box div.reef_img02 {
	width: 15%;
	height: 110px;
	top: 140px;
	left: 80%;
	background: url(../img/reef03.png) no-repeat left;
	background-size: 60%;
	position: absolute;
}
#section02 .box div.reef_img03 {
	width: 15%;
	height: 110px;
	top: 320px;
	left: 80%;
	background: url(../img/reef01.png) no-repeat left;
	background-size: 60%;
	position: absolute;
}
#section02 .box div.reef_img04 {
	width: 15%;
	height: 110px;
	top: 480px;
	left: 80%;
	background: url(../img/reef03.png) no-repeat left;
	background-size: 60%;
	position: absolute;
}
#section02 .box div.reef_img05 {
	width: 15%;
	height: 110px;
	top: 650px;
	left: 80%;
	background: url(../img/reef01.png) no-repeat left;
	background-size: 60%;
	position: absolute;
}
#section03 {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #E5FFE5;
}
#section03 .box01 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section03 .box01 p {
	width: 80%;
	height: auto;
	font-size: 80%;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 10%;
}
#section03 .box02 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 5%;
	display: flex;
	justify-content: center;
}
#section03 .box02 .mail{
/*     width: 100%;
	height: 40px;
	background: url(../img/work/btn_ex2.png) no-repeat;
	background-size: 80%;
	display: block;
	margin: 0 auto;
	padding-bottom: 5%; */
	display: none;
}
#section03 .box02 .line{
/*     width: 100%;
	height: auto;
	background: url(../img/work/btn_contact.png) no-repeat;
	background-size: 80%;
	display: block;
	margin: 0 auto;
	padding-bottom: 5%; */
	display: none;
}
.footer_banner_top {
	width: 100%;
	height: auto;
	background: #E5FFE5;
}
.footer_banner_top div {
    width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_banner_top.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}