/*=======================================================
faq
=======================================================*/
.bl-lower-mv {
	background: url(../images/faq/mv-bg.jpg) top center/cover no-repeat;
}
.el-lower-mv-ttl::before{
    background: url(../images/faq/faq.svg) top center/contain no-repeat;
    width: 6.625rem;
    /* height: 2.625rem; */
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
        background: url(../images/faq/mv-bg-sp.jpg) top center/cover no-repeat;
    }
}
.bl-faq {
  padding-bottom: 16rem;
}
.bl-faq-list {
  display: grid;
  gap: 2rem;
}