@charset 'UTF-8';

.faq01 {
	margin-bottom: 50px;
}
.faq01 .question li,
.faq01 .title {
	background: url('../img/faq_icon_q.jpg') left 5px no-repeat;
	padding: 5px 0 3px 25px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.faq01 .question {
	border-bottom: 1px dotted #666;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.faq01 .question li {
	margin-bottom: 18px;
}
.faq01 .question li:last-child {
	margin-bottom: 0;
}
.faq01 .richtext {
	background: url('../img/faq_icon_a.jpg') left 6px no-repeat;
	padding: 3px 0 2px 25px;
}
.faq01 .article {
	margin-bottom: 30px;
}

.faq02 {
	margin-bottom: 50px;
}
.faq02 .article {
	border: 1px solid #DBDBDB;
	padding-bottom: 0;
	margin-bottom: 20px;
	-webkit-transition: padding .4s;
	-o-transition: padding .4s;
	transition: padding .4s;
}
.faq02 .article:last-child {
	margin-bottom: 0;
}
.faq02 .article .title {
	position: relative;
	background: url('../img/faq_icon_q02.jpg') 30px 28px no-repeat;
	padding: 26px 60px 22px;
	font-size: 1.6rem;
	line-height: 1.4;
	cursor: pointer;
}
.faq02 .article .title::after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 28px;
	right: 30px;
	width: 18px;
	height: 12px;
	background: url('../img/faq_icon_arrow.jpg') 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;
}
.faq02 .article .title:hover {
	text-decoration: underline;
}
.faq02 .article .richtext {
	overflow: hidden;
	height: 0;
	padding: 0 30px;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.faq02 .article.-open {
	padding-bottom: 20px;
}
.faq02 .article.-open .title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*ï¼¿*/