@charset "UTF-8";
@import url("common.css");

.faq-smooth-scroll {
  position: relative;
  z-index: 1;
  background-color: #f2c84c;
}
.faq-smooth-scroll .scroll-style {
  text-align: center;
}
.faq-smooth-scroll .scroll-style span {
  position: relative;
  font-weight: bold;
}
.faq-smooth-scroll .scroll-style span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.faq-smooth-scroll .scroll-style.is-blue {
  background-color: #016894;
  color: #fff;
}
.faq-smooth-scroll .scroll-style.is-blue span::before {
  border-color: #fff transparent transparent;
}
.faq-smooth-scroll .scroll-style.is-white {
  background-color: #fff;
  color: #006692;
}
.faq-smooth-scroll .scroll-style.is-white span::before {
  border-color: #006793 transparent transparent;
}
.faq-smooth-scroll .scroll-style.is-white:after {
  background: #016894;
}
.faq-smooth-scroll .scroll-style.is-white:hover {
  color: #fff;
}
.faq-smooth-scroll .scroll-style.is-white:hover span::before {
  border-color: #fff transparent transparent;
}

.faq-title {
  background-color: #006692;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.faq-list .answer-wrapper {
  display: none;
}
.faq-list .item {
  color: #333;
}
.faq-list .item-ask,
.faq-list .item-answer {
  position: relative;
}
.faq-list .item-ask::before, .faq-list .item-ask::after,
.faq-list .item-answer::before,
.faq-list .item-answer::after {
  position: absolute;
}
.faq-list .item-ask::before,
.faq-list .item-answer::before {
  font-weight: bold;
}
.faq-list .item-ask::after,
.faq-list .item-answer::after {
  content: "";
}
.faq-list .item-ask {
  border-bottom: 1px solid #016894;
}
.faq-list .item-ask::before {
  content: "Q";
  color: #fff;
  background-color: #016894;
  position: absolute;
}
.faq-list .item-ask::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  transition: all 0.3s;
  border-style: solid;
  border-color: transparent transparent #006793;
}
.faq-list .item-ask.is-active::after {
  transform: translateY(-50%) scaleY(1);
}
.faq-list .item-answer {
  background-color: rgba(1, 104, 148, 0.05);
  line-height: 1.7778;
}
.faq-list .item-answer li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq-list .item-answer::before {
  content: "A";
  color: #016894;
  background-color: #fff;
  border: 1px solid #016894;
  position: absolute;
}

@media print, (min-width: 768px) {
  .faq-main-title {
    padding: 45px 0 50px;
    font-size: 40px;
    text-align: center;
  }

  .section-faq {
    padding-bottom: 120px;
  }

  .faq-content .wrapper {
    padding: 0 55px 0 45px;
  }

  .faq-smooth-scroll {
    margin-bottom: 80px;
    padding: 50px 0 10px;
  }
  .faq-smooth-scroll .scroll-style {
    border: 2px solid #016894;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px 5px 10px;
    width: 322px;
    height: 62px;
  }
  .faq-smooth-scroll .scroll-style span {
    padding-left: 15px;
    font-size: 20px;
  }
  .faq-smooth-scroll .scroll-style span::before {
    border-width: 12px 7px 0;
    left: -9px;
    top: 9px;
  }
  .faq-smooth-scroll .scroll-style.is-blue {
    margin-top: -70px;
    margin-bottom: 15px;
  }
  .faq-smooth-scroll .scroll-style.is-white {
    transition: all 0.3s;
  }
  .faq-smooth-scroll .scroll-style.is-white:hover {
    color: #fff;
  }
  .faq-smooth-scroll .scroll-style.is-white:hover span::before {
    border-color: #fff transparent transparent;
  }
  .faq-smooth-scroll .scroll-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px;
    position: relative;
    left: 15px;
  }
  .faq-smooth-scroll .scroll-list li {
    margin: 0 40px 30px;
  }
  .faq-smooth-scroll .scroll-list li.text-long .scroll-style {
    padding-left: 35px;
  }
  .faq-smooth-scroll .scroll-list li.text-long span {
    letter-spacing: -0.05em;
  }

  .content-group:not(:last-child) {
    margin-bottom: 110px;
  }

  .faq-title {
    margin-bottom: 40px;
    padding: 5px 20px 4px;
    font-size: 25px;
  }

  @supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
    .trans:hover {
      opacity: 1;
    }
  }
  .faq-list .item-ask,
  .faq-list .item-answer {
    font-size: 18px;
  }
  .faq-list .item-ask::before,
  .faq-list .item-answer::before {
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq-list .item-ask {
    cursor: pointer;
    padding: 15px 75px 15px 50px;
  }
  .faq-list .item-ask::before {
    padding-bottom: 3px;
    top: 14px;
    left: 10px;
  }
  .faq-list .item-ask::after {
    right: 14px;
    border-width: 0 7px 12px;
  }
  .faq-list .item-answer {
    padding: 15px 75px 15px 50px;
  }
  .faq-list .item-answer::before {
    top: 14px;
    left: 10px;
  }
  .faq-list .phone {
    display: inline-block;
    pointer-events: none;
    text-indent: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq-main-title {
    font-size: 0.5rem;
    padding: 1rem 0;
    text-align: center;
  }

  .section-faq {
    padding-bottom: 1.4rem;
  }

  .faq-smooth-scroll {
    margin-top: 0.4rem;
    margin-bottom: 1rem;
    padding: 1.2rem 0 0.1rem;
  }
  .faq-smooth-scroll .scroll-style {
    display: block;
    border: 1px solid #016894;
    padding: 0.22rem 0.4rem 0.2rem;
  }
  .faq-smooth-scroll .scroll-style span {
    padding-left: 0.3rem;
    font-size: 0.32rem;
  }
  .faq-smooth-scroll .scroll-style span::before {
    border-width: 0.24rem 0.14rem 0;
    top: 50%;
    transform: translateY(-50%);
    left: -0.2rem;
  }
  .faq-smooth-scroll .scroll-style.is-blue {
    margin-top: -1.7rem;
    margin-bottom: 0.4rem;
  }
  .faq-smooth-scroll .scroll-list li {
    margin-bottom: 0.3rem;
  }

  .content-group:not(:last-child) {
    margin-bottom: 1rem;
  }

  .faq-title {
    margin-bottom: 0.2rem;
    padding: 0.22rem 0.4rem 0.2rem;
    font-size: 0.32rem;
  }

  .faq-list .item-ask::before,
  .faq-list .item-answer::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
  }
  .faq-list .item-ask {
    padding: 0.36rem 0.6rem 0.3rem 1rem;
    line-height: 1.7778;
  }
  .faq-list .item-ask::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
    left: 0.2rem;
    padding-bottom: 0.04rem;
  }
  .faq-list .item-ask::after {
    right: 0.2rem;
    border-width: 0 0.14rem 0.24rem;
  }
  .faq-list .item-answer {
    padding: 0.36rem 0.6rem 0.3rem 1rem;
  }
  .faq-list .item-answer::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
    left: 0.2rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .faq-main-title {
    padding: 45px 0 45px;
  }

  .faq-title {
    padding: 10px 20px 0;
  }

  .faq-list .item-ask,
  .faq-list .item-answer {
    padding: 18px 75px 11px 50px;
  }
  .faq-list .item-ask::before {
    padding: 3px 0 0;
  }
  .faq-list .item-answer::before {
    padding: 7px 0 0;
  }

  .faq-smooth-scroll .scroll-style span {
    padding-top: 8px;
  }
  .faq-smooth-scroll .scroll-style span::before {
    top: 13px;
  }
}

/*# sourceMappingURL=faq.css.map */
