@charset "utf-8";
/* // specialBlockA //
----------------------------------------------- */
#ReasonContents .specialBlockA {
	background: #3575C0;
	position: relative;
	padding: 70px 0 80px;
}
#ReasonContents .specialBlockA:before {
	content: " ";
	position: absolute;
	display: block;
	width: 300px;
	height: 300px;
	background-image: url(/_pack/img/cmn_bg_02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	background-color: transparent;
	right: 0px;
	top: 0px;
	left: auto;
	transform: translate(20%, -20%) rotate(387deg);
	opacity: 0.2;
	z-index: 5;
}
#ReasonContents .specialBlockA:after {
	content: " ";
	position: absolute;
	display: block;
	width: 300px;
	height: 300px;
	background-image: url(/_pack/img/cmn_bg_02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	left: 0px;
	bottom: 0px;
	transform: translate(-20%, 30%) rotate(70deg);
	opacity: 0.2;
	z-index: 5;
}
#ReasonContents .specialBlockA .columnWrap1 {
	border-color: #b4dfff;
	position: relative;
	z-index: 10;
}
#ReasonContents .specialBlockA .columnWrap1 .column .num {
	color: #8fc5ef;
}
#ReasonContents .specialBlockA .columnWrap1 .column .btnA {
	min-width: 0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	#ReasonContents .specialBlockA {
		background: #3575C0;
		position: relative;
		padding: 40px 0 40px;
	}
}

/* // reasonBlock //
----------------------------------------------- */
.reasonBlock>.wrap:first-child {
	padding: 50px 0 60px;
	position: relative;
}
.reasonBlock>.wrap:first-child:after {
	content: "　";
	position: absolute;
	display: block;
	left: 50%;
	top: 100%;
	margin-left: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #EFF5F7 transparent transparent transparent;
}
.reasonBlock>.wrap:last-child {
	padding: 70px 0 0;
}
.reasonTitle .numTx {
	font-size: 150%;
	font-weight: 600;
}
.reasonTitle .num {
	margin-left: 5px;
	font-style: italic;
	display: inline-block;
	-webkit-transform: translateY(0.15em);
	-ms-transform: translateY(0.15em);
	transform: translateY(0.15em);
	font-size: 240%;
	font-weight: 600;
	color: #8fc5ef;
}
.reasonImg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 270px;
}
.reasonQA {
	padding: 0 50px;
	margin-top: -40px;
}
.reasonQA dt,
.reasonQA dd {
	padding: 15px 15px 15px 100px;
	position: relative;
}
.reasonQA dt {
	background: #1177c7 url(/_pack/img/reason_qa_q.png) no-repeat 30px center;
	background-size: 40px auto;
	color: #fff;
}
.reasonQA dd {
	background: #fff url(/_pack/img/reason_qa_a.png) no-repeat 30px center;
	background-size: 40px auto;
}
.reasonEp p {
	font-weight: 400;
}
.reasonAdviceTtl {
	text-align: center;
	font-size: 185%;
	margin-bottom: 20px;
}
.reasonAdviceTtl p {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 3px solid #cce5f2;
}
#ReasonContents .boxContentsA .image {
	background-size: 300px auto;
	background-position: center center;
}
#ReasonContents .boxContentsA .contents .bodyTx {
	font-size: 110%;
}
#ReasonContents .boxContentsA .contents .htx1 {
	font-weight: 600;
	font-size: 150%;
}
#ReasonContents .boxContentsA:before {
	display: none;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.reasonBlock>.wrap:first-child {
		padding: 40px 0 40px;
		position: relative;
	}
	.reasonBlock>.wrap:first-child:after {
		margin-left: -30px;
		border-width: 20px 30px 0 30px;
	}
	.reasonBlock>.wrap:last-child {
		padding: 40px 0 0;
	}
	.reasonTitle .numTx {
		font-size: 130%;
	}
	.reasonTitle .num {
		font-size: 200%;
	}
	.reasonImg {
		margin-left: -15px;
		margin-right: -15px;
		height: 190px;
	}
	.reasonQA {
		padding: 0;
		margin-top: -15px;
	}
	.reasonQA dt,
	.reasonQA dd {
		padding: 10px 10px 10px 40px;
		position: relative;
		background-position: 10px center;
		background-size: 20px auto;
	}
	.reasonAdviceTtl {
		font-size: 130%;
		line-height: 1.6;
	}
	#ReasonContents .boxContentsA .image {
		background-size: auto 180px;
	}
	#ReasonContents .boxContentsA .contents .bodyTx {
		font-size: 100%;
	}
	#ReasonContents .boxContentsA .contents .htx1 {
		font-size: 120%;
	}
	#ReasonContents .boxContentsA:before {
		display: none;
	}
}

/* // reasonResult //
----------------------------------------------- */
.reasonResult {
	background: url(/_pack/img/cmn_bg_03.jpg) no-repeat center;
	background-size: cover;
}