/* 


 faq


*/



/* !heading
---------------------------------------------------------- */
.faq .headding{
	background: url(../img/h2_bg.png) no-repeat;
	  -webkit-background-size: cover;
	 background-size: cover;
}

@media screen and (max-width: 480px) {
	.faq .headding{
		height: auto;
	    background: #983300;
	    margin-bottom: 40px;
	}
}


/* !box
---------------------------------------------------------- */

.faq .contentArea .box dl{
	padding-bottom: 28px;
	margin-bottom: 42px;
	border-bottom: 1px solid #c9c9c9;
}

.faq .contentArea .box .qus{
	padding-left: 36px;
	color: #983300;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 40px;
	position: relative;
	line-height: 1;
}

.faq .contentArea .box .qus:before{
	content: "";
	background: url(../img/faq_q.png) no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.faq .contentArea .box .ans{
	padding-left: 36px;
	position: relative;
}

.faq .contentArea .box .ans:before{
	content: "";
	background: url(../img/faq_a.png) no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 0;
}

.faq .contentArea .box .ans p{
	padding-bottom: 18px;
}

.faq .contentArea .box .ans p:last-child{
	padding-bottom: 0;
}

.faq .contentArea .box .ans ul{
	padding-bottom: 18px;
}

.faq .contentArea .box .ans ul li{
	padding-left: 2em;
    text-indent: -1.8em;
}

.faq .contentArea .box .ans ul li span{
	font-size: 1.2rem;
}

.faq .contentArea .box .ans table{
	border: 1px solid #b9b4b2;
	font-size: 1.3rem;
}

.faq .contentArea .box .ans table th{
	width: 180px;
	padding: 8px 12px;
	background: #dedbd9;
	border-bottom: 1px solid #b9b4b2;
}

.faq .contentArea .box .ans table td{
	width: 560px;
	padding: 8px 20px;
	border-bottom: 1px solid #b9b4b2;
}

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

	.faq .contentArea .box dl{
		padding-bottom: 24px;
		margin-bottom: 36px;
	}

	.faq .contentArea .box .qus{
		padding-bottom: 20px;
	}
	.faq .contentArea .box .ans table {
		border-bottom: none;
	}
	.faq .contentArea .box .ans table th{
		display: block;
		width: 100%;
		padding: 4px 5%;
	}

	.faq .contentArea .box .ans table td{
		display: block;
		width: 100%;
		padding: 4px 5%;
	}

}