/* contentsWrap */

.contentsWrap>h4 {
	color: #87784C;
	font-size: 30px;
	position: relative;
	padding-left: .5em;
	margin-bottom: .5em;
}

.contentsWrap>h4>span.red {
	font-size: 60px;
	padding: 0 5px;
}

.contentsWrap>h4:before {
	content: '\f096';
	position: absolute;
	width: 1em;
	height: 1.5em;
	top: .8em;
	left: 0;
	font-family: 'FontAwesome';
	font-size: .5em;
	font-weight: bold;
	color: #333;
}

.contentsWrap>h4.fz:before {
	top: 3.1em;
}


/* service */

#service h2 {
	padding-left: 150px;
}

#service>h2:before {
	width: 126px;
	height: 25px;
	background-image: url(../img/service/title01.png);
}

#service .heading {
	font-size: 24px;
	color: #333;
	margin-bottom: .5em;
}


/* question */

#question>p {
	margin-bottom: 1em;
}

.questionList {
	list-style-type: decimal;
	margin-bottom: 1em;
	line-height: 1.7em;
	margin-left: 1.0em;
}

.questionList li {
	text-indent: -1.0em;
}

#question>p>a {
	font-size: 20px;
	color: #000;
}

#question>p>a>span {
	width: 1em;
	text-align: center;
	color: #E7E7E7;
	margin-left: .5em;
	background-image: url(../img/service/dot.png);
	background-repeat: no-repeat;
	background-position: 50%;
}


/* feature */

.featureList {
	margin-bottom: 60px;
	counter-reset: section;
}

.featureList>li {
	position: relative;
	margin-bottom: .5em;
	counter-increment: section;
}

.featureList>li:before {
	content: counters(section, ".") ".";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: .1em;
	left: 0;
	color: #FFF;
	padding-left: .5em;
	font-size: 25px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background: rgb(199, 178, 153);
	background: -moz-linear-gradient(left, rgba(199, 178, 153, .5) 0%, rgba(199, 178, 153, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(199, 178, 153, .5) 0%, rgba(199, 178, 153, 1) 100%);
	background: linear-gradient(to right, rgba(199, 178, 153, .5) 0%, rgba(199, 178, 153, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c7b299', endColorstr='#c7b299', GradientType=1);
}

.featureList>li>p {
	font-size: 25px;
	padding-left: 2em;
}

.featureList>li>p>span {
	font-size: 30px;
}


/* message */

#message {
	margin-bottom: 70px;
}

#message>.fxwb>.order1 {
	width: 45%;
	order: 1;
}

#message>.fxwb>.order1 dl {
	width: 100%;
}

#message>.fxwb>.order1 dt {
	font-size: 20px;
	padding-left: .5em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 100%;
	background: #c7b299;
	background: -moz-linear-gradient(left, #c7b299 0%, #ffffff 85%);
	background: -webkit-linear-gradient(left, #c7b299 0%, #ffffff 85%);
	background: linear-gradient(to right, #c7b299 0%, #ffffff 85%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c7b299', endColorstr='#ffffff', GradientType=1);
}

#message>.fxwb>.order1 dd {
	width: 100%;
	line-height: 1.7em;
	padding: 5px 0;
}

#message>.fxwb>.order2 {
	width: 55%;
	order: 2;
}

#message>.fxwb>.order2>img {
	max-width: 100%;
}


/* reason */

#reason {
	margin-bottom: 80px;
}

#reason>p.mincho.center {
	font-size: 18px;
	margin-bottom: 30px;
}

#reason>.fxwb {
	width: 100%;
	margin-bottom: 30px;
}

#reason .img {
	width: 25%;
}

#reason .img .title {
	font-size: 30px;
	position: relative;
	padding-left: .5em;
}

#reason .img .title:before {
	content: '\f096';
	position: absolute;
	width: 1em;
	height: 1.5em;
	top: .8em;
	left: 0;
	font-family: 'FontAwesome';
	font-size: .5em;
	font-weight: bold;
	color: #333;
}

#reason .box1,
#reason .box2 {
	width: 30%;
}

#reason .box1 {
	position: relative;
	border: 1px solid #333;
}

#reason .box1:after {
	position: absolute;
	width: 1em;
	height: 1.5em;
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #87784C;
	text-align: center;
}

#reason .box1 .title,
#reason .box2 .title {
	font-size: 20px;
	color: #FFF;
	text-align: center;
}

#reason .box1 .title {
	background: #333;
}

#reason .box2 {
	border: 1px solid #87784C;
}

#reason .box2 .title {
	background: #87784C;
}

#reason .body {
	padding: 10px;
}

#reason .body ul {
	list-style-type: disc;
	margin-left: 1.5em;
}

#reason .body ul li {
	margin-bottom: .5em;
	text-indent: -1.5em;
}


/* PC */

@media screen and (min-width: 980px) {
	/* topImg */
	.topImg {
		width: 1200px;
		height: 250px;
		margin: 0 auto;
		background-image: url(../img/service/top.jpg);
	}
	/* question */
	#question {
		background-image: url(../img/service/bg01.jpg);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}
	#reason .box1:after {
		content: '\f105';
		top: 50%;
		right: -1.3em;
		margin-top: -.5em;
	}
}


/* SP */

@media screen and (max-width: 980px) {
	/* contentsWrap */
	.contentsWrap>h4 {
		font-size: 16px;
		padding-left: 1.5em;
	}
	.contentsWrap>h4>span.red {
		font-size: 30px;
	}
	.contentsWrap>h4:before {
		top: .5em;
		left: 10px;
	}
	.contentsWrap>h4.fz:before {
		top: 2em;
	}
	/* topImg */
	.topImg {
		width: 100%;
		height: 20.9vw;
		background-image: url(../img/service/sp_top.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	/* service */
	#service h2 {
		padding-left: 10em;
	}
	#service>h2:before {
		width: 8em;
		height: 2.5em;
	}
	#service>p {
		padding: 0 10px;
	}
	#service .heading {
		font-size: 16px;
	}
	/* question */
	.questionList {
		padding: 0 10px;
	}
	#question>p {
		padding: 0 10px;
	}
	#question>p>a {
		font-size: 14px;
		color: #0000FF;
		text-decoration: underline;
	}
	/* feature */
	.featureList>li:before {
		left: 10px;
	}
	.featureList>li>p {
		font-size: 14px;
		padding-left: 4em;
	}
	.featureList>li>p>span {
		font-size: 16px;
		display: block;
	}
	/* message */
	#message {
		margin-bottom: 30px;
	}
	#message>.fxwb>.order1 {
		width: 100%;
		order: 2;
	}
	#message>.fxwb>.order2 {
		width: 100%;
		order: 1;
	}
	#message>.fxwb>.order1 dt {
		font-size: 14px;
		padding-left: 10px;
	}
	#message>.fxwb>.order1 dd,
	#message>.fxwb>.order2>img {
		padding: 10px;
	}
	/* reason */
	#reason {
		margin-bottom: 25px;
	}
	#reason>p.mincho.center {
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
	}
	#reason .img {
		width: 100%;
	}
	#reason .box1,
	#reason .box2 {
		width: 95%;
		margin: 0 auto;
	}
	#reason .box1 .title,
	#reason .box2 .title {
		font-size: 14px;
	}
	#reason .box1 {
		margin-bottom: 40px;
	}
	#reason .box1:after {
		content: '\f107';
		left: 50%;
		bottom: -1.1em;
		margin-left: -.5em;
	}
	#reason .img .title {
		font-size: 16px;
		padding-left: 1.5em;
	}
	#reason .img .title:before {
		top: .5em;
		left: 10px;
		font-size: .5em;
	}
	#reason .img img {
		padding: 10px;
		max-width: 100%;
	}
}