@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								よくある質問									*/
/****************************************************************************/


/* ----------------------------------------------------
		よくある質問
---------------------------------------------------- */
#faq_wrap {
	padding: 7% 0 7%;
}

#category_list {
	font-size: 1.6rem;
	margin-top: 8%;
}

#category_list li {
	background: url(/img/ja/common/list_arrow.png) no-repeat left center;
	padding-left: 22px;
	margin: 10px 20px 0 0;
	line-height: 1.5;
	display: inline-block;
}

.faq_box {
	margin-top: 7.5%;
}

.faq_box h1 {
	font-size: 2.8rem;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
}

.faq_list dt {
	font-size: 2rem;
	font-weight: 500;
	background: url(/img/ja/faq/question.png) no-repeat left top 20px;
	line-height: 1.7;
	padding: 25px 0 15px 45px;
}

.faq_list dd {
	font-size: 1.6rem;
	background: url(/img/ja/faq/answer.png) no-repeat left 20px top 20px;
	line-height: 2;
	background-color: #f4f5f9;
	padding: 20px 30px 25px 70px;
}
