@charset 'UTF-8';
.img01{
	text-align: center;
	margin-bottom: 30px;
}	
.faq {
	margin-bottom: 30px;
}
.faq .article {
	margin-bottom: 20px;
	-webkit-transition: padding .4s;
	-o-transition: padding .4s;
	transition: padding .4s;
	border: 1px solid #E0DECD;
	background:#fff;
}
.faq .article:last-child {
	margin-bottom: 0;
}
.faq .article .title {
	position: relative;
	background: url(../image/icon_faq.jpg) top 24px left 30px no-repeat;
	color: #2E5614;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
	padding: 0 62px;
	cursor: pointer;
	padding: 21px 0 20px 60px;
}
.faq .article .title::after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 31px;
	right: 30px;
	width: 18px;
	height: 9px;
	background: url('../image/faq_icon_arrow.png') center no-repeat;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}
.faq .article .box {
	overflow: hidden;
	height: 0;
	padding: 0 0px 0 29px;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.faq .article.on {
	padding-bottom: 20px;
}

.faq .article.on .title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.text{
	letter-spacing: -0.2px;
	/* margin-top: 15px; */
	padding: 0 20px 0 0px;
}
