@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.common-main__ttl {
  top: 45%;
  left: 23.5cqw;
}
@media (width < 1681px) {
  .common-main__ttl {
    left: 23cqw;
  }
}
@media (width < 1201px) {
  .common-main__ttl {
    left: 22.5cqw;
  }
}
@media screen and (max-width: 767px) {
  .common-main__ttl {
    top: 41%;
    left: 20.5cqw;
  }
}
@media all and (max-width: 480px) {
  .common-main__ttl {
    top: 34%;
    left: 26.5cqw;
  }
}

.faq-box {
  border: 3px solid #0073bc;
  border-radius: 10px;
  margin: 40px auto;
}
@media all and (max-width: 480px) {
  .faq-box {
    border: 2px solid #0073bc;
    margin: 20px auto;
  }
}
.faq-box .common-head__middle {
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 1em;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 0 1.6em;
  flex: 1 1 auto;
  cursor: pointer;
  padding: 2rem 3.5rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .faq-box .common-head__middle {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
@media all and (max-width: 480px) {
  .faq-box .common-head__middle {
    gap: 0 0.9em;
    padding: 1.2rem 3rem 1.2rem 1.5rem;
  }
}
.faq-box .common-head__middle::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 3rem;
  width: 11px;
  height: 14px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .faq-box .common-head__middle::after {
    right: 2rem;
  }
}
@media all and (max-width: 480px) {
  .faq-box .common-head__middle::after {
    right: 1.5rem;
  }
}
.faq-box .common-head__middle.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.faq-box__wrap .faq-box:nth-child(odd) {
  border-color: #0073bc;
}
.faq-box__wrap .faq-box:nth-child(even) {
  border-color: #29abe2;
}
.faq-box__wrap .faq-box:nth-child(even) .faq-q, .faq-box__wrap .faq-box:nth-child(even) .faq-a {
  color: #29abe2;
}
.faq-box__wrap .faq-box:nth-child(even) .common-head__middle::after {
  background: url(../../assets/images/common/icon_arrow_lb.svg) center center/cover no-repeat;
}
@media all and (max-width: 480px) {
  .faq-box__wrap .width {
    width: 100%;
  }
}
.faq-a {
  flex-shrink: 0;
}
.faq-a__detail {
  flex: 1 1 auto;
}
.faq-q, .faq-a {
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  vertical-align: middle;
  color: #0073bc;
  flex-shrink: 0;
}
.faq-txt {
  padding-top: 1rem;
}
@media all and (max-width: 480px) {
  .faq-txt {
    padding-top: 0.5rem;
    line-height: 1.8;
  }
}
.faq-list {
  padding-top: 2rem;
}
@media all and (max-width: 480px) {
  .faq-list {
    padding-top: 1.5rem;
    line-height: 1.8;
  }
}
.faq-list ul {
  list-style: none;
  counter-reset: numlist;
}
.faq-list ul li {
  counter-increment: numlist;
  display: flex;
  gap: 0.25em;
  align-items: flex-start;
}
.faq-list ul li::before {
  content: ".";
  flex-shrink: 0;
  line-height: 1;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  display: flex;
  gap: 1.8em;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .panel {
    padding: 0 2rem;
  }
}
@media all and (max-width: 480px) {
  .panel {
    gap: 1em;
    padding: 0 1.5rem;
  }
}
.panel.show {
  position: relative;
  padding: 2rem 3.5rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .panel.show {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
@media all and (max-width: 480px) {
  .panel.show {
    padding: 1.2rem 3rem 1.2rem 1.5rem;
  }
}
.panel.show::before {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .panel.show::before {
    width: 90%;
  }
}

.footer {
  margin-top: 100px;
}
@media screen and (max-width: 1367px) {
  .footer {
    margin-top: 50px;
  }
}