@charset "utf-8";
/*FAQ*/
.FAQ_h {
	line-height: 2em;
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: 1px solid #795548;
	margin-bottom: 1em;
	color: #795548;
}
.post_content ul.HomeFAQ {
	margin: 20px 0;
}
.HomeFAQ li {
	list-style: none;
}
.HomeFAQ .faq_Q {
	cursor: pointer;
	min-height: 28px;
}
.HomeFAQ .faq_A {
	display: none;
}
.HomeFAQ .faq_A {
	margin-bottom: 0;
	padding-bottom: 1em;
	font-weight: normal;
}
.HomeFAQ .faq_A, .HomeFAQ .faq_Q {
	position: relative;
	padding-left: 38px;
}

.HomeFAQ .faq_Q:before {
	content: " ";
	background: url("img/icon/poiQ.png") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 7px;
	top: 0px;
	border-radius: 6px;
}
.HomeFAQ .faq_A:before {
	content: " ";
	background: url("img/icon/poiA.png") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 7px;
	top: 0px;
	border-radius: 6px;
}