.sub_mv > div > div{
  background: url(./images/mv/pc/mv_faq.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .sub_mv{
    margin-bottom: 0;
  }
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_faq.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}

.faq{
	box-sizing: border-box;
	padding: 0 20px 60px 20px;
}
.faq .hdg03{
  font-size: 30px;
}
.faq_wrap{
	margin-bottom: 50px;
	background: #F3F7FB;
}
.faq_wrap{
	margin: 0 auto;
	border-radius: 8px 0 8px 0;
	width: 100%;
	max-width: 1200px;
}
.faq_wrap div{
	padding: 30px 20px 30px 80px;
	line-height: 1.55;
}
.faq_q{
	margin: 20px 0 0;
	background: url(./images/common/faq_q.png) left 30px center no-repeat;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.faq_a{
	border-radius: 20px 0 20px 0;
	background: url(./images/common/faq_a.png) left 30px center no-repeat;
	font-size: 16px;
}
.faq_wrap.last{
	margin-bottom: 70px;
}
.faq_a{
  display: none;
}
.faq_a.open{
  display: block;
}
.faq_q{
  position: relative;
}
.faq_q::after{
  content: "";
  background: url(./images/common/open.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 31px;
  height: 32px;
  vertical-align: middle;
  float: right;
}
.faq_q.open::after{
  content: "";
  background: url(./images/common/close.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 31px;
  height: 32px;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 768px) {
  .faq .hdg03{
    font-size: 24px;
  }
	.faq_wrap div{
		padding: 20px 15px 20px 40px;
	}
	.faq_q{
		margin: 0;
		background: url(./images/common/faq_q.png) left 10px center no-repeat;
		background-size: 14px;
		font-size: 16px;
	}
	.faq_a{
		background: #F8FCFE url(./images/common/faq_a.png) left 10px center no-repeat;
		background-size: 14px;
		font-size: 14px;
	}
	.faq_wrap.last{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px){
  .faq .hdg03{
    font-size: 20px;
  }
  .faq {
    padding: 0 20px;
  }
  .faq_wrap{
    margin: 0 auto 20px;
  }
	.faq_wrap .faq_q{
		padding: 20px 50px 20px 40px;
	}
  .faq_q::after,.faq_a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
} 