@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#benefit_box {
}
#benefit {
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 110px 10px 60px;
	background: #fff8ee url('/images/firsttime/benefit_header.png') no-repeat center top;
	text-align: center;
}
@media screen and (max-width: 1120px) {
	#benefit {
		padding: 10% 10px 6%;
	}
}/* 閉じカッコ */
@media screen and (max-width: 768px) {
	#benefit {
		padding-top: 80px;
	}
}/* 閉じカッコ */


#benefit_heading1 {
	margin-bottom: 0.3em;
	font-size: 187.5%;
	font-weight: 700;
	color: #ffb033;
}
#benefit_heading2 {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: 700;
	color: #ffb033;
}
#benefit_text1 {
	margin-bottom: 0.8em;
	font-size: 187.5%;
	font-weight: 700;
}
#benefit_text2 {
	margin-bottom: 1.2em;
	font-size: 150%;
}
#benefit_text3 {
	line-height: 1.5;
}





#benefit_set_box {
	padding: 60px 0 80px;
}
@media screen and (max-width: 1120px) {
	#benefit_set_box {
		padding-top: 6%;
	}
}/* 閉じカッコ */
#benefit_set {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#benefit_text {
	margin-bottom: 0.4em;
	font-size: 150%;
}
#benefit_supple {
	margin-bottom: 3em;
	font-size: 112.5%;
}

#scene_box {
	padding: 0 0 40px;
}
@media screen and (max-width: 1120px) {
	#scene_box {
		padding: 0 0 4%;
	}
}/* 閉じカッコ */
ul#scene {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;

	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
@media screen and (max-width: 768px) {
	ul#scene {
		display: block;
	}
}/* 閉じカッコ */
ul#scene li {
	width: 32%;
	max-width: 400px;
	margin: 0 1%;
	flex: 1;
}
ul#scene li:first-of-type {
	margin-left: 0;
}
ul#scene li:last-of-type {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	ul#scene li,
	ul#scene li:first-of-type,
	ul#scene li:last-of-type {
		width: 100%;
		margin: 0 auto 30px;
	}
}/* 閉じカッコ */
.set_img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	line-height: 0;
}
.set_text {
	font-size: 112.5%;
}


#scene_note {
}









