@charset "utf-8";
#section01 {
    width: 100%;
    background: url(../img/contents_bg.gif) repeat;
}
#section01 .box01 {
    width: 980px;
    height: 260px;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 20px;
}
#section01 .box01 h1 {
    font-size: 20px;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h1 span {
	color: #fae003;
	font-size: 36px;
	text-shadow:2px 2px 3px #000000;
}
#section01 .box01 h2 {
    font-size: 20px;
    text-align: center;
	color: #FFFFFF;
}
#section01 .box01 h2 span {
	color: #fae003;
	font-size: 36px;
	text-shadow:2px 2px 3px #000000;
}
#section02 {
	background-color: #E5FFE5;
	width: 100%;
}
#section02 h2 {
    font-size: 48px;
    line-height: 6rem;
    text-align: center;
}
#section02 div.box {
	width: 980px;
	height: auto;
	padding: 10px;
	margin: 0 auto;
	position: relative;
}
#section02 .box div.reef_img01 {
	width: 100px;
	height: 110px;
	top: 10px;
	left: 910px;
	background: url(../img/reef02.png) no-repeat left;
	background-size: 101%;
	position: absolute;
}
#section02 .box div.reef_img02 {
	width: 100px;
	height: 110px;
	top: 160px;
	left: 880px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section02 .box div.reef_img03 {
	width: 100px;
	height: 110px;
	top: 320px;
	left: 800px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
#section02 .box div.reef_img04 {
	width: 100px;
	height: 110px;
	top: 480px;
	left: 910px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section02 .box div.reef_img05 {
	width: 100px;
	height: 110px;
	top: 650px;
	left: 850px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
#section03 {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #E5FFE5;
}
#section03 .box01 {
	width: 980px;
	height: 320px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section03 .box01 p {
	padding: 20px;
	font-size: 18px;
}
#section03 .box02 {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
#section03 .box02 .mail{
	width: 270px;
	height: 40px;
	background: url(../img/work/btn_ex2.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section03 .box02 .line{
	width: 270px;
	height: 40px;
	background: url(../img/work/btn_contact.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}