@charset 'UTF-8';
.faq02 {
	margin-bottom: 50px;
}
.faq02 .article {
	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: #FFEBDE url('../image/faq_icon_q02.jpg') left 20px top 14px no-repeat;
    padding: 17px 65px 15px;
	font-size: 2rem;
	line-height: 1.4;
	cursor: pointer;
	border-radius: 20px;
}
.faq02 .article .title::after {
	content: '';
	position: absolute;
	z-index: 10;
    top: 26px;
    right: 20px;
	width: 13px;
	height: 10px;
	background: url('../image/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: none;
	opacity: 0.8;
}
.faq02 .article .inner {
	overflow: hidden;
	height: 0;
	padding: 15px 0 0;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.faq02 .article.on {
	padding-bottom: 20px;
}
.faq02 .article.on .title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.imgleft .image,
.imgright .image {
    width: 300px;
}
.colorbox li{
	margin-bottom: 10px;
}
