
@charset 'UTF-8';
.faq01 {
	margin-bottom: 50px;
}
.faq01 .question li,
.faq01 .title {
	background: url('../image/faq_icon_q.jpg') left top no-repeat;
	padding: 5px 0 3px 40px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.faq01 .question {
	background: url('../image/br.jpg') left bottom repeat-x;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.faq01 .question li {
	margin-bottom: 18px;
}
.faq01 .question li:last-child {
	margin-bottom: 0;
}
.faq01 .text {
	background: url('../image/faq_icon_a.jpg') left top no-repeat;
	padding: 3px 0 2px 40px;
}
.faq01 .article {
	padding-top: 81px;
	margin-top: -81px;
	margin-bottom: 30px;
}

.faq02 {
	margin-bottom: 50px;
}
.faq02 .article {
	padding-bottom: 0;
	margin-bottom: 15px;
	-webkit-transition: padding .2s;
	-o-transition: padding .2s;
	transition: padding .2s;
}
.faq02 .article:last-child {
	margin-bottom: 0;
}
.faq02 .article .title {
    position: relative;
    background: url(../image/ficon.png) 0px 2px no-repeat;
    padding: 20px 36px 25px;
    font-size: 1.8rem;
    line-height: 1.4;
    cursor: pointer;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
}
.faq02 .article .title::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 2px;
    background: #F6EFE9;
}
.faq02 .article .title::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 26px;
    right: 9px;
    width: 18px;
    height: 12px;
	background: url('../image/faq_arrow.png') center no-repeat;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .4s, -webkit-transform .2s;
}
.faq02 .article .title:hover {
	text-decoration: underline;
}
.faq02 .article .text {
	overflow: hidden;
	height: 0;
    padding: 0 1px;
	-webkit-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}
.faq02 .article.on {
	padding-bottom: 20px;
}
.faq02 .article.on .title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*�ｿ*/