@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl-lower-mv {
	background: url(../images/faq/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 389px;
	height: 181px;
	background: url(../images/faq/faq-ttl.svg) top center / contain no-repeat;
	bottom: -18px;
	left: -120px;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
		background: url(../images/faq/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-lower-mv-ttl::before{
		left: 24px;
	}
}
/*=======================================================
faq
=======================================================*/
.bl-faq .ly-cont-inner::after {
    content: '';
    position: absolute;
    background: url(../images/faq/faq-oguri.png) top center / contain no-repeat;
	width: 118px;
	height: 266px;
    bottom: -128px;
    right: -158px;
}
@media screen and (max-width: 750px) {
	.bl-faq .ly-cont-inner::after{
		content: none;
	}
}