@charset "utf-8";
#section01 {
    width: 100%;
    background: url(../img/contents_bg.gif) repeat;
}
#section01 .box01 {
    width: 980px;
    height: auto;
    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 {
	width: 100%;
	background-color: #CCF7DC;
	padding-top: 20px;
}
#section02 h2 {
    font-size: 36px;
	line-height: 6rem;
	margin: 0 auto;
    text-align: center;
}
#section02 p {
	width: 795px;
	font-size: 18px;
	margin: 0 auto;
	font-weight: bold;
}
#section02 span {
	font-size: 20px;
	color: #29C8BE;
	font-weight: bold;
}

#section02 .box01 {
	width: 960px;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#section02 .box01 p {
	width: 795px;
	font-size: 18px;
	margin: 0 auto;
	font-weight: bold;
}
#section02 .box01 .contact {
	width: 425px;
	height: 73px;
	background: url(../img/section05_parts05.png) no-repeat;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#section15 {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #CCF7DC;
}
#section15 .box01 {
	width: 980px;
	height: 320px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section15 .box01 p {
	padding: 20px;
	font-size: 18px;
}
#section15 .box02 {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
#section15 .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;
}
#section15 .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;
}