@charset "UTF-8";
.lstFaq li .title {
	position:relative;
	margin-bottom:20px;
	background:url(../../img/faq/bg_faq.png) no-repeat left top;
	background-size:100% 100%;
	min-height:46px;
}

.lstFaq li .title .question {
	display:inline-block;
	width:17%;
	color:#fff;
	font-size:24px;
	font-family:'ost';
	padding:12px 10px 7px 15px;
	vertical-align:middle;
	line-height: 1;
}

.lstFaq li .title .question1 {
	display:inline-block;
	vertical-align:middle;
	width:79%;
	color:#fff;
	font-size:18px;
	padding:10px 0px;
}

.lstFaq li .answer {
	margin-bottom:30px;
	line-height:2;
}


.answer h1 {
    font-weight: bold;
	font-size:18px;
}

.answer h2 {
    font-weight: bold;
	font-size:16px !important;
}

.answer h3 {
	font-size:15px;
}

.answer h4 {
	font-size:14px;
}

.answer h3, .answer h4, .answer strong  {
	font-weight:bold;
}


.answer ol, .answer ul  {
	list-style-type:inherit;
	list-style:inherit;
	padding-left:20px;
	margin:20px 0;
}

.answer ul  {
	list-style-type:disc;
}

.answer ol  {
	list-style-type: decimal;
}



@media only screen and (min-width:768px) and (max-width:1024px) {
	
}


@media only screen and (max-width:767px) {
	.lstFaq li .title {
		background:url(../../img/faq/bg_faq_sp.png) no-repeat left top;
		background-size:100% 100%;
		margin-bottom: 10px;
	}
	
	.lstFaq li .title .question {
		width:25%;
		font-size:21px;
	}
	
	.lstFaq li .title .question1 {
		width:75%;
		font-size:14px;
	}
	
	.lstFaq li .answer {
		font-size:12px;
		margin-bottom: 20px;
	}
	
}
