@charset 'UTF-8';

.headding {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}


.faq_box h4.title {
	padding: 24px 10px 17px 94px;
	margin-bottom: 2px;
	background: url(../image/faq.jpg) top 25px left 31px no-repeat,
				#E5E5E5;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}
.faq_box h4.title span {
	display: inline-block;
	position: relative;
	z-index: 10;
}
.faq_box h4.title span::before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #FCD218;
    border-radius: 0px;
    z-index: -1;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.faq_box h4.title:hover span::before {
	width: 100%;
}

.faq_box .text {
	display: none;
	padding: 26px 31px 26px;
	margin-bottom: 2px;
	background: #FCD218;
}