#sub_headimage{
	background-image: url(../img/company/head_img.jpg);
}


.question{
	margin: 100px 0 100px 0;
	width: 100%;
}
.question_headline{
	font-size: 28px;
	font-weight: bold;
	margin-bottom:90px;
	text-align: center;
}
.question--item {
	background-color: #f8f8f8;
	padding: 30px 100px 30px;
	margin: 0 0 35px;
}
.m-question {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 40px;
	position: relative;
}
.m-question::before {
	background-image: url('../img/question/q-icon01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 35px;
    position: absolute;
    left: -55px;
	top: -5px;
    width: 35px;
}
.m-answer {
	display: block;
	font-size: 16px;
	position: relative;
}
.m-answer::before {
	background-image: url('../img/question/q-icon03.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 35px;
    position: absolute;
    left: -55px;
	top: -5px;
    width: 35px;
}
.sub-headline {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 70px 0 20px;
	position: relative;
	border-bottom: solid 2px #dedede;
	padding-bottom: 15px;
}
.sub-headline:after {
	content: "";
	border-bottom: solid 2.5px #4e6995;
	position: absolute;
	width: 200px;
	left: 0px;
	bottom: -1px;
}


@media screen and (max-width:640px) {

.question{
	margin: 50px 0 100px 0;
}
.question_headline{
	margin-bottom: 45px;
}
.question--item {
	padding: 15px 20px 15px 50px;
}
.m-question {
	margin: 0 0 20px;
}
.m-question::before {
	left: -40px;
}
.m-answer::before {
	left: -40px;
}

}

