@charset "utf-8";
/* CSS Document */

/* -----------------------------
	faq common
-------------------------------- */

.faq_bg{
	background-image: url(../img/bg_border_blue.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	padding: 80px 0 80px 0;
}


.faq_box{
	width: 950px;
	background-color: #fff;
	height: auto;
	margin: 0 auto 60px auto;
	padding: 60px;
	border: 1px #DBEBEE solid;
	box-shadow: 5px 5px #CDE2E7;
}

.faq_box.last{
	margin-bottom: 0;
}

.faq_q img,
.faq_a img{
	width: 34px;
	vertical-align: middle;
}

.faq_q span{
	color: #444;
	font-weight: bold;
	padding-top: 8px;
	font-size: 2.0rem;
	line-height: 1.8;
	position: relative;
	top:-43px;
	left: 45px;
	margin-bottom: -43px;
	margin-right: 45px;
	display: block;
}

.faq_a{
	color: #444;
	margin-top:20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.faq_a span{
	color: #444;
	padding-top: 8px;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
	top:-40px;
	left: 45px;
	margin-bottom: -40px;
	margin-right: 45px;
	display: block;
}


@media screen and (max-width: 667px){

	.faq_bg{
		padding: 30px 0 50px 0;
	}

	.faq_box{
		width: 100%;
		margin: 0 auto 30px auto;
		padding: 25px 20px;
		box-shadow: 3px 3px #CDE2E7;
	}
	
	.faq_q img{
		width: 30px;
		vertical-align: top;
	}

	.faq_q span{
		padding-top: 8px;
		position: relative;
		top:-40px;
		left: 45px;
		margin-bottom: -40px;
		margin-right: 45px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.faq_a{
		margin-top: 15px;
	}
	
	.faq_a span{
		padding-top: 8px;
		position: relative;
		top:-40px;
		left: 45px;
		margin-bottom: -40px;
		margin-right: 45px;
		font-size: 1.8rem;
		line-height: 1.6;
	}

}
