@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv {
    background-image: url(../images/faq/mv_bg.jpg);
}
.bl_lower_mv_ttl::after {
    width: 35px;
    height: 34px;
    background: url(../images/faq/mv_ttl__en.svg) center / 35px 19px no-repeat;
}
@media screen and (max-width : 750px){
	.bl_lower_mv{
		background-image: url("../images/faq/mv_bg_sp.jpg");
	}
	.bl_lower_mv_ttl::after{
		width: 42px;
		height: 38px;
		background-size: 42px 23px;
	}
}

/*=======================================================
よくあるご質問
=======================================================*/
.bl_breadcrumbs,
#info {
	background: #fff;
}
#info .ly_cont_inner{
	padding: 45px 0 20px;
}
#info .el_mainTtl {
	font-size: 26px; 
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#info .el_mainTtl span {
	flex-shrink: 0;
    padding-left: 40px;
    padding-right: 40px;
}
#info .el_mainTtl::before,
#info .el_mainTtl::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #242424;
}
.bl_faq {
	margin-bottom: 55px;
}
.bl_faq > div + div{
	margin-top: 25px;
}
.bl_faq > div {
	transition: .5s;
	margin-bottom: 30px;
}
.bl_faq_ttl {
	background: linear-gradient(to right,#e65209 0,#e65209 56px,#f36d20 56px,#f36d20 100%);
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 8px 12px 7px 20px;
	display: flex;
    align-items: center;
	justify-content: space-between;
    position: relative;	
	cursor: pointer;
	border-radius: 5px;
}
.bl_faq_ttl.open {
	border-radius: 5px 5px 0 0;
}
.bl_faq_ttl::before {
    content: "Q";
	font-size: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}
.bl_faq_ttl::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: url(../images/faq/bl_faq_ttl_arrow.svg) center / 13px 12px no-repeat,#fff;
}
.bl_faq_ttl.open::after {
    transform: rotateZ(180deg);
}
.bl_faq_ttl p {
	width: 885px;
	padding-top: 3px;
}
.bl_faq_txt{
	padding: 20px 25px 16px 10px;
	line-height: 1.58;
	display: none;
    position: relative;
	border-radius: 0 0 5px 5px;
	background: #fff;
	border-left: 1px solid #f36d20;
	border-right: 1px solid #f36d20;
	border-bottom: 1px solid #f36d20;
}
.bl_faq_txt p {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bl_faq_txt p::before{
    content: "A";
	color: #fff;
	font-size: 24px;
	font-weight: bold;
    width: 40px;
    height: 40px;
    background: #242424;
    flex-shrink: 0;
    margin-right: 27px;
	border-radius: 50%;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
@media screen and (max-width : 750px){
	#info .ly_cont_inner{
		padding: 75px 0 80px;
	}
	#info .el_mainTtl{
		font-size: 28px;
	}
	.bl_faq > div + div{
		margin-top: 40px;
	}
	.bl_faq_ttl {
		font-size: 28px;
		padding: 13px 20px 12px 20px;
	}
	.bl_faq_txt{
		padding: 25px 25px 30px 25px;
	}
	.bl_faq_txt p {
		padding-top: 0;
		margin-top: 2px;
	}
	.bl_faq_ttl::before {
    	width: 36px;
    	height: 100%;
	}
	.bl_faq_ttl::after {
		width: 41px;
		height: 41px;
		margin-left: 20px;
		background-size: 20px 18px;
	}
	.bl_faq_ttl p {
		width: 535px;
	}
	.bl_faq_txt p::before {
    	width: 52px;
    	height: 50px;
		margin-top: 0;
	}
}

/**Mac,iPad Safari**/
@media only screen and (min-device-width:768px){
    _::-webkit-full-page-media, _:future, :root .bl_faq_txt p::before{
        padding-bottom: 3px;
    }
}