
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa .s_title.tx_e1{	color: #fff;}
#qa .s_title .tx_d1{	color: #D6B2B2;}


/** qabox **/

.bg_j1:first-of-type .qabox{
	border-top-width: 1px;
	border-top-style: solid;
}

.qabox{
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.qabox:last-of-type{	margin-bottom: 0;}

.qabox_in{
	border-width: 1px;
	border-style: solid;
	padding: 40px;
}


/** qalist **/

#qalist_bg{
	padding: 20px 20px 30px 30px;
}

.qalist{
	font-size: 0;
	line-height: 0;
}

.qalist li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 10px);
	border-bottom: 2px solid #f6f0e2;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qalist li span{
	font-size: 16px;
	line-height: 16px;
	color: #b57678;
	position: absolute;
	top: 15px;
	left: 0;
}

.qalist li a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #6d2a33;
}


/** qa **/

.qa{
	margin: 0 0 30px 0;
}
.qa:last-of-type{	margin-bottom: 0;}

.qa > div{
	position: relative;
	min-height: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qa .qq{
	border-bottom: 1px solid #e9ddc4;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.qa > div span{
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qa .qq span{	background: #b57678;}
.qa .aa span{	background: #369bc9;}

.qa > div h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #6d2a33;
	padding: 14px 0 14px 60px;
}

.qa > div .qa_text{
	font-size: 14px;
	line-height: 1.5;
	padding: 14px 0 14px 60px;
}

.qabt{
	width: 1120px;
	margin: 0 auto;
}

.qabt a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #b57678;
	margin: 20px 0 0 auto;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}




/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#qa{	width: auto;}
	.anchor{
		padding-top: 65px;
		margin-top: -65px;
	}

	/** qabox **/
	.qabox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.qabox_in{
		border: none;
		padding: 10px;
	}

	/** qalist **/
	#qalist_bg{
		padding: 10px;
	}
	.qalist li{
		width: 100%;
		margin: 0;
		padding: 0 0 0 20px;
	}
	.qalist li span{
		font-size: 16px;
		line-height: 16px;
		position: absolute;
		top: 15px;
		left: 0;
	}
	.qalist li a{
		height: 45px;
		font-size: 14px;
		line-height: 18px;
	}


	/** qa **/
	.qa{
		margin: 0 0 10px 0;
	}
	.qa:last-of-type{	margin-bottom: 0;}
	.qa > div{
		position: relative;
		min-height: 30px;
	}
	.qa .qq{
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	.qa > div span{
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding-top: 6px;
	}
	.qa > div h4{
		font-size: 16px;
		line-height: 20px;
		padding: 5px 0 5px 40px;
	}
	.qa > div .qa_text{
		font-size: 13px;
		line-height: 1.5;
		padding: 5px 0 5px 40px;
	}
	.qabt{
		width: auto;
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	.qabt a{
		width: 120px;
		height: 35px;
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 0 auto;
	}

}