.subMV {
  background-image: url(../img/faq/mv1.jpg);
}
.subMV .h1 {
  width: 124px;
}
.bgWrap1 {
  background-image: url(../img/faq/slant_bg3.svg);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 250px;
}
.anchorBox {
  width: 992px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: -33px;
}
.anchorBox > li {
  width: 311px;
}
.anchorBox > li a {
  display: block;
  width: 100%;
}
@media all and (min-width: 681px) {
  _:-ms-lang(x)::-ms-backdrop, .bgWrap1 {
    background-size: 2800px;
  }
  .anchorBox > li.li1 a {
    background-image: url(../img/faq/faq1_o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anchorBox > li.li2 a {
    background-image: url(../img/faq/faq2_o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anchorBox > li.li3 a {
    background-image: url(../img/faq/faq3_o.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anchorBox > li a img {
    transition: opacity 0.3s ease;
  }
  .anchorBox > li a:hover img {
    opacity: 0;
  }
}
@media all and (max-width:680px) {
  .subMV {
    background-image: url(../img/faq/mv1_sp.jpg);
  }
  .subMV .h1 {
    width: 23.19vw;
  }
  .bgWrap1 {
    background-image: url(../img/faq/slant_bg3_sp.svg);
    background-position: center top 20px;
    padding-bottom: 120px;
    padding-top: 45vw;
  }
  .anchorBox {
    width: 61.8vw;
    flex-flow: column;
    top: -6.5vw;
  }
  .anchorBox > li {
    width: 100%;
  }
  .anchorBox > li + li {
    margin-top: 12px;
  }
}


/* faqWrap
***************************************************************/
.faqWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 140px 0 0;
}
.faqWrap .h2 {
  width: 617px;
  margin: 0 auto;
}
.faqList {
  padding: 70px 0 0;
}
.faqList > li + li {
  margin-top: 60px;
}
.faqList .dl1 .dt1 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-right: 44px;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  cursor: pointer;
  text-indent: -43px;
  padding-left: 43px;
  transition: opacity 0.3s ease;
}
.faqList .dl1 .dt1 .s1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  vertical-align: text-top;
}
.faqList .dl1 .dt1::before,
.faqList .dl1 .dt1::after {
  content: "";
  width: 4px;
  height: 22px;
  background-color: #000;
  position: absolute;
  top: 14px;
  right: 20px;
  margin: auto;
  transition: 0.3s ease;
}
.faqList .dl1 .dt1::after {
  transform: rotate(90deg);
}
.faqList .dl1 .dt1.on::before {
  transform: rotate(90deg);
}
.faqList .dl1 .dt1.on::after {
  opacity: 0;
}
.faqList .dl1 .dd1 {
  display: none;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.78;
  padding: 20px 0 0;
}
@media all and (min-width: 681px) {
  .faqList .dl1 .dt1:hover {
    opacity: 0.7;
  }
}
@media all and (max-width:680px) {
  .faqWrap {
    width: 100%;
    padding: 40px 5% 0;
  }
  .faqWrap:nth-of-type(1n + 2) {
    padding-top: 70px;
  }
  .faqWrap .h2 {
    width: 80%;
  }
  .faqList {
    padding: 35px 0 0;
  }
  .faqList > li + li {
    margin-top: 30px;
  }
  .faqList .dl1 .dt1 {
    font-size: 4.27vw;
    padding-right: 36px;
    text-indent: -26px;
    padding-left: 26px;
  }
  .faqList .dl1 .dt1 .s1 {
    font-size: 22px;
  }
  .faqList .dl1 .dt1::before,
  .faqList .dl1 .dt1::after {
    width: 3px;
    height: 18px;
    top: auto;
    bottom: 9px;
    right: 18px;
  }
  .faqList .dl1 .dd1 {
    font-size: 14px;
    padding: 10px 0 0;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
