@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;
    background-color: #E5FFE5;
    padding-bottom: 5%;
}
#section02 h2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section02 h2::before {
	width: 95%;
    background: #39D678;
    top: 0;
    left: 0.5em;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
#section02 h2::after {
	width: 95%;
    background:#39D678 ;
    top: 0.8em;
    left: 0.2em;
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
#section03 {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #E5FFE5;
}
#section03 div.box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#section03 .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;
}
#section03 .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;
}
#section03 .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;
}
#section03 .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;
}
#section03 .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;
}
#attention {
	width: 100%;
	color: #dc143c;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.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%;
}