@charset "utf-8";
/* CSS Document */




.scene3 .inner {
	width:800px;
}
.scene3 .inner p {
	font-size:16px;
	line-height:1.2;
	font-weight:300;
}
.scene3 .inner h2 {
	font-size:28px;
	padding-top:100px;
	font-weight:500;
	margin-bottom:24px;
}
.scene3 .inner h2 span {
	display:block;
	font-size:18px;
	font-weight:300;
}
dl dt p {
	font-size:18px;
	line-height:1.2;
	font-weight:500 !important;
	margin-bottom:8px;
}
dl dd p {
	font-size:16px;
	line-height:1.2;
	font-weight:300;
	margin-bottom:30px;
}
.scene3 .inner ol {
	margin-top:30px;
}
.scene3 .inner ol li {
	margin-bottom:30px;
}
.scene3 .inner ol li h3 {
	font-size:18px;
	line-height:1.2;
	font-weight:500;
	margin-bottom:8px;
}

@media screen and (max-width:640px) {
.scene3 .inner {
	width:94%;
}
}