@charset "utf-8";
/* -----------------------------------------
page.css
----------------------------------------- */

.fpContentText {
	background: url(../img/fp_bg01.jpg) right 0 no-repeat;
	padding: 20px 290px 20px 0;
	line-height: 1.8;
}
.fpContentText p {
	margin-bottom: 30px;
}
body.sp .fpContentText {
background: url(../img/fp_bg01.jpg) right 0 no-repeat;
	background-size: 80% auto;
	background-position: 130% 0;
	padding: 20px 10px 0;
	margin-bottom: 20px;
	line-height: 1.8;
}
body.sp .fpContentText p {
	margin-bottom: 15px;
}
body.sp .fpContentText p:first-child {
	padding-right: 55%;
}

.consult {
	display: table;
	border-spacing: 5px;
	width: 100%;
}
.consult .box {
	position: relative;
	display: table-cell;
	width: 50%;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 22px 10px 35px 135px;
	box-sizing: border-box;
}
.consult .img {
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	height: 132px;
	margin: auto 0;
}
.consult .img img {
	height: 100%;
}
.consult h3 {
	margin-bottom: 5px;
	font-size: 146.7%;
	font-weight: bold;
}
.consult li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 5px;
	font-size: 93.3%;
	line-height: 1.3;
}
.consult li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #aaa;
}
.consult .etc {
	position: absolute;
	right: 16px;
	bottom: 12px;
	font-size: 12px;
}
body.sp .consult {
	margin: 0;
}
body.sp .consult .box {
	padding: 5px 5px 18px 54px;
}
body.sp .consult .img {
	left: 2px;
	height: 52px;
}
body.sp .consult h3 {
	margin-bottom: 3px;
	font-size: 12px;
}
body.sp .consult li {
	padding-left: 8px;
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: 10px;
}
body.sp .consult li:before {
	top: 5px;
	left: 1px;
	width: 3px;
	height: 3px;
}
body.sp .consult .etc {
	right: 8px;
	bottom: 5px;
	font-size: 9px;
}


