@charset "utf-8";

/* benefitsBody
------------------------------------------------------------------------------------ */
section#benefitsBody {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
section#benefitsBody:before,
section#benefitsBody:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 80px;
	left: 0;
	background-color: #FFF;
}
section#benefitsBody:before {
	top: 0;
}
section#benefitsBody:after {
	bottom: 0;
}
section#benefitsBody div.sectionInner {
	position: relative;
	padding: 65px 30px 50px 30px;
	background-color: #FFF;
	border: 4px solid #d51c2d;
	border-radius:20px;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.1);
	box-sizing: border-box;
	z-index: 2;
}
section#benefitsBody div.sectionInner ul {
}
section#benefitsBody div.sectionInner ul li {
	margin-bottom: 80px;
}
section#benefitsBody div.sectionInner ul li:last-child {
	margin-bottom: 0;
}





/* PC用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) {
	section#benefitsBody div.sectionInner ul li {
		margin-bottom: 120px;
	}
section#benefitsBody div.sectionInner {
	padding: 120px 40px 80px 40px;
}
}
