@charset "utf-8";

.headimg{
	width: 100%;
	min-width: 960px;
	height: 285px;
	text-align: center;
	background: url(../../img/faq/headimg.jpg) center center;
background-size: cover;
}
.headimg h2{
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	padding: 110px 0 0;
}

@media screen and (max-width: 480px) {
.headimg{
	width: 100%;
	min-width: auto;
	height: 137px;
}
.headimg h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	padding: 55px 0 0;
}
}

/* ----------------------------------------------------------------------
 sec01
---------------------------------------------------------------------- */

#sec01{
	width: 100%;
	min-width: 960px;
	background: #FFF;
}
#sec01 p{
	font-size: 18px;
	color: #000;
	padding:70px 0 0;
	text-align: center;
}
#sec01 p a{
	color: #72ba37;
}

@media screen and (max-width: 480px) {
	#sec01{
	width: 90%;
	min-width: auto;
		margin: 0 auto;
}
#sec01 p{
	font-size: 12px;
	font-weight: normal;
	padding:30px 0 0;
	text-align: left;
}

}
/* ----------------------------------------------------------------------
.faqs
---------------------------------------------------------------------- */

.faqs{
	width: 100%;
	min-width: 960px;
	background: #fff;
	padding: 75px 0 70px;
	text-align:center;
	margin: 0 auto;
}
.faqs.grey{

	background: #f6f6f6;
	
}

.faqs h3{
	display:inline-block;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding:0 0 8px;
	border-bottom:5px solid #72ba37;
	margin: 0 0 45px;
}
.faqs .qa { 
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
.faqs .qa_q { 
	width: 100%;
	background:#f6f6f6 url("../../img/faq/yaji01.png") right center no-repeat;
	border-bottom: 1px solid #dee2e6;
	padding: 12px 0 11px;
}
.faqs.grey .qa_q { 
	background:#fff url("../../img/faq/yaji01.png") right center no-repeat;

}
.faqs .qa_q img{ 
	float:left;
	padding:0 38px 0 17px;
}
.faqs .qa_q p{ 
	float:left;
	font-size: 24px;
	padding: 0 0 0;
	color: #72ba37;
	width: 770px;
}
.faqs .qa_q.active { background:#f6f6f6 url("../../img/faq/yaji02.png") right center no-repeat; }
.faqs.grey .qa_q.active { background:#fff url("../../img/faq/yaji02.png") right center no-repeat; }
.faqs .qa_a { padding: 15px 0 15px; 
	display:none; }
.faqs .qa_a img{ 
	float:left;
	padding:0 38px 0 17px;
}
.faqs .qa_a p{ 
	float:left;
	font-size: 18px;
	padding: 4px 0 0;
	color: #000;
	width: 830px;
}
@media screen and (max-width: 480px) {
.faqs{
	width: 100%;
	min-width: auto;
	padding: 35px 0 30px;
}
.faqs h3{
	display:inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	padding:0 0 5px;
	border-bottom:3px solid #72ba37;
	margin: 0 0 25px;
}
	

.faqs .qa { 
	width: 90%;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
}
.faqs .qa_q { 
	width: 100%;
	background:#f6f6f6 url("../../img/faq/yaji01.png") right center no-repeat;
	background-size: 27px 9px;
	border-bottom: 1px solid #dee2e6;
	padding: 9px 0 8px;
}
.faqs.grey .qa_q { 
	background:#fff url("../../img/faq/yaji01.png") right center no-repeat;
	background-size: 27px 9px;

}
.faqs .qa_q img{ 
	float:left;
	padding:0 2% 0 1.5%;
	width: 5%;
}
.faqs .qa_q p{ 
	float:left;
	font-size: 14px;
	padding: 0 0 0;
	color: #72ba37;
	width: 83%;
}
.faqs .qa_q.active { background:#f6f6f6 url("../../img/faq/yaji02.png") right center no-repeat; background-size: 27px 9px;}
.faqs.grey .qa_q.active { background:#fff url("../../img/faq/yaji02.png") right center no-repeat; background-size: 27px 9px;}
	
.faqs .qa_a { padding: 9px 0 8px;
	display:none; }
.faqs .qa_a img{ 
	float:left;
	padding:0 2% 0 1.5%;
	width: 5%;
}
.faqs .qa_a p{ 
	float:left;
	font-size: 14px;
	padding: 2px 0 0;
	color: #000;
	width: 90%;
}

}

