@charset "utf-8";

/* -----------------------------------------
page.css
----------------------------------------- */

.advantageSection {
	background: url(../img/advantage_bg01.jpg) right 0 no-repeat;
}
.advantageTitle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 1.2;
	margin: 25px 0;
	font-weight: bold;
}
.advantageList .head {
	width: 40px;
	height: 40px;
	background: #c90b23;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	margin-right: 20px;
}
.advantageList .text {
	width: 330px;
}
.advantageIllust {
	background: url(../img/advantage_illust01.jpg) right bottom no-repeat;
}
.advantageIllust li {
	margin-bottom: 10px;
}

body.sp .advantageSection {
	background: none;
}
body.sp .advantageTitle {
	font-size: 20px;
	margin: 15px 0 20px;
}
body.sp .advantageList .head {
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 18px;
	margin-right: 15px;
}
body.sp .advantageList .text {
	width: auto;
	padding-top: 3px;
}
body.sp .advantageIllust {
	padding-bottom: 150px;
	background-size: 180px auto;
}
body.sp .advantageIllust li {
	margin-bottom: 10px;
}

