@charset "UTF-8";

/* よくある質問
========================================*/

#main .anchor {
  background-color: #fff;
}

#main .anchor>ul {
  display: flex;
  flex-wrap: wrap;
}

#main .anchor>ul>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f3ac35;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
}

#main .faq .-title {
  font-weight: 700;
  line-height: 1;
  position: relative;
}

#main .faq .-title:before {
  background-color: #f3ac35;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#main .faq .-title span {
  display: block;
  position: relative;
  z-index: 2;
}

#main .faq-list>li:last-of-type {
  margin-bottom: 0;
}

#main .faq-list>li>dl>dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  font-weight: 700;
  position: relative;
}

#main .faq-list>li>dl>dt ._content {
  line-height: 1.4;
}

#main .faq-list>li>dl>dt:before {
  background-color: #f3ac35;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

#main .faq-list>li>dl>dt:after {
  background-image: url(../img/common/icon_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

#main .faq-list>li>dl>dd {
  display: flex;
  flex-wrap: wrap;
  background-color: #fef6e8;
  font-weight: 500;
}

#main .faq-list>li>dl ._label {
  color: #f3ac35;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -.3em;
  scale: 1.1 1;
}

#main .faq-list>li>dl ._content {
  flex: 1;
  line-height: 1.6;
}

#main .faq-list>li>dl.is-hide>dd {
  display: none;
}

#main .faq-list>li>dl.is-open>dt:after {
  background-image: url(../img/common/icon_close.svg);
}

@media print, screen and (min-width: 768px) {
  #main .l-lower-mv {
    background-image: url(../img/common/bg_mv_pc.svg);
    overflow-x: hidden;
    position: relative;
    margin-bottom: 80px;
  }

  #main .l-lower-mv:after {
    background-image: url(../img/faq/img_mv.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 60px;
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 140px);
    top: 0;
    height: 650px;
    width: 1100px;
  }

  #main .l-lower-mv-inr {
    height: 650px;
  }

  #main .anchor {
    padding: 40px 0 20px;
  }

  #main .anchor>ul {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }

  #main .anchor>ul>li {
    margin-right: 32px;
    margin-bottom: 20px;
  }

  #main .anchor>ul>li:nth-of-type(4n) {
    margin-right: 0;
  }

  #main .anchor>ul>li>a {
    border: 2px solid #f3ac35;
    border-radius: 30px;
    font-size: 1.125rem;
    padding: 3px 15px;
    height: 60px;
    width: 226px;
    transition: .3s ease;
  }

  #main .anchor>ul>li>a:hover {
    background-color: #fff;
    color: #f3ac35;
  }

  #main .faq {
    padding: 80px 0 60px;
  }

  #main .faq .-title {
    font-size: 2.375rem;
    margin-bottom: 60px;
    padding: 30px 0 0 30px;
  }

  #main .faq .-title:before {
    height: 60px;
    width: 60px;
  }

  #main .faq .-title._mb0 {
    margin-bottom: 0;
  }

  #main .faq-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  #main .faq-title .c-button {
    font-size: 1rem;
    margin: 20px 0 0;
    width: 240px;
  }

  #main .faq-list {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }

  #main .faq-list>li {
    margin-bottom: 25px;
  }

  #main .faq-list>li>dl>dt {
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 20px 90px 20px 40px;
  }

  #main .faq-list>li>dl>dt:before {
    top: calc(50% - 17px);
    right: 40px;
    height: 34px;
    width: 34px;
  }

  #main .faq-list>li>dl>dt:after {
    top: calc(50% - 7px);
    right: 49px;
    height: 15px;
    width: 15px;
  }

  #main .faq-list>li>dl>dd {
    border-radius: 50px;
    font-size: 1.125rem;
    padding: 25px 60px 25px 70px;
  }

  #main .faq-list>li>dl ._label {
    font-size: 3.5rem;
    margin-right: 30px;
  }

  #main .faq-list>li>dl.is-open>dt:after {
    top: calc(50% - 6px);
    right: 48px;
    height: 10px;
    width: 17px;
  }
}

@media screen and (max-width: 767px) {
  #main .l-lower-mv {
    background-image: url(../img/common/bg_mv_sp.svg);
  }

  #main .l-lower-mv-inr {
    padding: 34.6666666667vw 5.3333333333vw 16vw;
  }

  #main .anchor {
    padding: 8vw 4vw 4vw;
  }

  #main .anchor>ul {
    justify-content: space-between;
  }

  #main .anchor>ul>li {
    margin-bottom: 4vw;
  }

  #main .anchor>ul>li>a {
    border-radius: 8vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    padding: 1.3333333333vw 2.6666666667vw;
    height: 13.8666666667vw;
    width: 44.8vw;
  }

  #main .faq {
    padding: 16vw 0 8vw;
  }

  #main .faq .-title {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
    padding: 5.3333333333vw 0 0 5.3333333333vw;
  }

  #main .faq .-title:before {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }

  #main .faq-title {
    margin-bottom: 8vw;
  }

  #main .faq-title .-title {
    margin-bottom: 5.3333333333vw;
  }

  #main .faq-title .c-button {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    margin: 0 0 0 auto;
    padding: 2.1333333333vw 1.3333333333vw;
    width: 49.3333333333vw;
  }

  #main .faq-title>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .faq-title>div .c-button {
    margin: 0;
    max-width: 49%;
  }

  #main .faq-list>li {
    margin-bottom: 5.3333333333vw;
  }

  #main .faq-list>li>dl>dt {
    border-radius: 8vw;
    font-size: 4.2666666667vw;
    padding: 4vw 13.3333333333vw 4vw 5.3333333333vw;
  }

  #main .faq-list>li>dl>dt:before {
    top: calc(50% - 3.2vw);
    right: 4vw;
    height: 6.4vw;
    width: 6.4vw;
  }

  #main .faq-list>li>dl>dt:after {
    top: calc(50% - 1.6vw);
    right: 5.6vw;
    height: 3.2vw;
    width: 3.2vw;
  }

  #main .faq-list>li>dl>dd {
    border-radius: 8vw;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw 9.3333333333vw;
  }

  #main .faq-list>li>dl ._label {
    font-size: 9.6vw;
    margin-right: 5.3333333333vw;
  }

  #main .faq-list>li>dl.is-open>dt:after {
    top: calc(50% - 1.0666666667vw);
    right: 5.6vw;
    height: 2.1333333333vw;
    width: 3.2vw;
  }
}
/*# sourceMappingURL=../../../_sourcemap/customer/assets/css/faq.css.map */