.faq_list > li {
	padding-bottom: 1.4em;
	margin-bottom: 1.4em;
	background: url(../../common/img/line_dotx.gif) repeat-x left bottom;
}

.faq_list > li h4 {
	position: relative;
	padding-left: 53px;
	padding-right: 40px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.222;
	cursor: pointer;
}

.faq_list > li h4:after {
	position: absolute;
	right: 10px;
	top: 2px;
	display: block;
	width: 19px;
	height: 19px;
	text-align: center;
	font-family: 'basicico' !important;
	content: '\e952';
	color: #f5a300;
	font-size: 19px;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
	speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq_list > li h4.is-open:after {
	content: '\e953';
}

.faq_list > li h4 .ico_q {
	display: inline-block;
	margin-left: -53px;
	margin-right: 12px;
	width: 40px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	background: #3782cc;
}

.faq_list > li .answer {
	padding-left: 53px;
	margin-top: 14px;
	line-height: 1.625;
	display: none;
}

.faq_list > li .answer .ico_a {
	display: inline-block;
	margin-left: -53px;
	margin-right: 12px;
	width: 40px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.8;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #3782cc;
	background: #ebf3fa;
}


@media screen and (max-width: 640px){
.faq_list > li h4 {
	font-size: 14px;
	line-height: 22px;
}

.telnum {
	color:#000000;
}

.tel_ico-arrow1 {
	display: inline-block;
	width: 42px;
	height: 17px;
	text-indent: -9999px;
	font-size: 0;
}

.tel_ico-arrow1 {
	 background: url(/common/img/icon-arrow1.png) no-repeat center bottom;
}

.tel_ico-arrow2 {
	display: inline-block;
	width: 23px;
	height: 17px;
	text-indent: -9999px;
	font-size: 0;
}

.tel_ico-arrow2 {
	 background: url(/common/img/icon-arrow2.png) no-repeat center bottom;
}

/* --/@media-- */ }