@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%;
	background-color: #CCF7DC;
	padding-top: 10%;
}
#section02 h2 {
    font-size: 95%;
	line-height: 6rem;
	margin: 0 auto;
    text-align: center;
}
#section02 .box01 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	padding-top: 10%;
	padding-bottom: 10%;
}
#section02 .box01 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
	font-weight: bold;
}
#section02 .box01 .contact {
    height: 40px;
	background: url(../img/section05_parts05.png) no-repeat center;
	background-size: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
}




#section15 {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #CCF7DC;
}
#section15 .box01 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section15 .box01 p {
	width: 80%;
	height: auto;
	font-size: 80%;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 10%;
}
#section15 .box02 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 5%;
	display: flex;
	justify-content: center;
}
#section15 .box02 .mail{
	display: none;
}
#section15 .box02 .line{
	display: none;
}
.footer_banner_top {
	width: 100%;
	height: auto;
	background: #CCF7DC;
}
.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%;
}