@charset "utf-8";

/*===================
faq
===================*/
.faq__intro-wrap {
  text-align: center;
  padding-bottom: 90px;
}
.faq__intro-ttl {
  color: #123a55;
  font-size: 18px;
  margin-bottom: 30px;
}
.faq__intro-txt {
  font-size: 13px;
  line-height: 1.75;
}

.faq__nav {
  font-size: 13px;
  display: flex;
  justify-content: center;
  gap: 26px;
}

.faq__nav-btn::after {
  top: 25%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.faq__nav-btn::before {
  top: 25%;
  right: 2px;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  width: 40px;
  height: 40px;
}
.faq__nav-btn:hover::before {
  transform: translateY(-50%) scale(1);
}

.faq__section {
  padding-top: 90px;
}
.faq__section-head {
  color: #123a55;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.faq__headttl_ja {
  font-size: 24px;
  padding-bottom: 10px;
}
.faq__headttl_en {
  font-size: 11px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.faq__headttl_en::before {
  display: block;
  content: "［";
  position: absolute;
  top: 0;
  left: 0;
}
.faq__headttl_en::after {
  display: block;
  content: "］";
  position: absolute;
  top: 0;
  right: 0;
}
.faq__list_wrap {
}

.faq__list-item {
  border-bottom: 1px solid #ccc;
}
.faq__list-item-q {
  padding: 30px 58px 30px 18px;
  display: block;
  width: 100%;
  border-bottom: none;
  cursor: pointer;
}
.item_q-txt {
  font-size: 13px;
  padding-left: 36px;
  position: relative;
}
.item_q-txt::before {
  color: #123a55;
  font-size: 19px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: block;
  content: "Q";
  position: absolute;
  top: -7px;
  left: 0;
}
.faq__list-item-a {
  padding: 0 40px 30px 18px;
}
.item_a-txt {
  font-size: 13px;
  line-height: 1.75;
  padding-left: 36px;
  position: relative;
}
.item_a-txt::before {
  color: #123a55;
  font-size: 19px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  display: block;
  content: "A";
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .faq__nav {
    flex-wrap: wrap;
  }
  .faq__nav-btn {
    display: block;
    width: 100%;
    padding-right: 6em;
  }
}

@media screen and (max-width: 750px) {
  .faq__nav {
    max-width: 400px;
    margin: 0 auto;
  }
  .faq__nav li {
    width: calc((100% - 26px) / 2);
  }
}

@media screen and (max-width: 480px) {
  .heading__jp {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 460px) {
  .faq__nav-btn {
    padding-right: 30px;
  }
}
