@charset "utf-8";

.module.mod_h3 h3 {
	position: relative;
	background: #F9F5F0;
	padding: 16px 10px 12px 67px;
	color:#665F43;
	font-weight: normal;
	font-size: 1.142em;
}
.mod_h3 h3::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: url(../img/icon_faq.jpg) left top no-repeat,
		#A9E4EB;
}
