/*-------------------------------
	subf view
-------------------------------*/

.subf_view {
	background:url(../images/bg_subf_feature.jpg) no-repeat center / cover;
}

#ar_faq {
	padding-bottom:100px;
}

.subf_view h1 img {
	max-width:26.6rem;
}


/*-------------------------------
	responsive
-------------------------------*/

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

} /* end 960px */

/*-------------------------------
	ver sp	
-------------------------------*/

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

.subf_view h1 img {
	max-width:calc(26.6rem / 2);
}


#ar_faq {
	padding-bottom:5rem;
}

} /* end 599px */