@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    text-align: center;
  }
}
.secAnchorArea .anchorLink {
  color: #707070;
}

@media only screen and (max-width: 767px) {
  .secAnchorArea {
    display: flex;
    flex-direction: column;
    border-top: solid 1px #CACACA;
    padding: 42px 0 48px 0;
    row-gap: 10px;
  }
  .secAnchorArea .anchorLink {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAnchorArea {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 46px 0 62px 0;
  }
  .secAnchorArea .anchorLink {
    border-right: solid 1px #707070;
    line-height: 1.1;
    padding: 0 20px;
    font-size: 12px;
  }
  .secAnchorArea .anchorLink:last-of-type {
    border-right: none;
  }
}
.secFaq .secFaqTitle {
  font-family: "Shippori Mincho B1", serif;
}
.secFaq .faqListWrap .faqList {
  border-top: solid 1px #CACACA;
}
.secFaq .faqListWrap .faqList:last-of-type {
  border-bottom: solid 1px #CACACA;
}
.secFaq .faqListWrap .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.secFaq .faqListWrap .faqList .questionRow .head {
  color: #CACACA;
}
.secFaq .faqListWrap .faqList .questionRow .title {
  font-family: "Shippori Mincho B1", serif;
}
.secFaq .faqListWrap .faqList .questionRow .arrow {
  background: url(../../shared/images/arrow_down_gray.svg) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  transition: transform 0.5s;
}
.secFaq .faqListWrap .faqList .answerRow {
  overflow: hidden;
  transition: max-height 0.4s, opacity 0.4s;
  max-height: 0;
  opacity: 0;
}
.secFaq .faqListWrap .faqList .answerRow .answerRowIn {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-top: solid 1px #CACACA;
}
.secFaq .faqListWrap .faqList .answerRow .answerRowIn .text a {
  text-decoration: underline;
}
.secFaq .faqListWrap .faqList.on .questionRow .arrow {
  transform: rotateX(180deg);
}
.secFaq .faqListWrap .faqList.on .answerRow {
  max-height: 600px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 0 0 84px 0;
  }
  .secFaq .secFaqTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 34px 0;
  }
  .secFaq .faqListWrap .faqList .questionRow {
    padding: 24px 7% 24px 7%;
  }
  .secFaq .faqListWrap .faqList .questionRow .head {
    width: 42px;
    font-size: 12px;
  }
  .secFaq .faqListWrap .faqList .questionRow .title {
    width: min(100% - 42px - 12px);
    font-size: 13px;
    padding-right: 10px;
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn {
    padding: 20px 7% 20px 7%;
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn .head {
    width: 42px;
    font-size: 12px;
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn .text {
    width: calc(100% - 42px);
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 0 0 104px 0;
  }
  .secFaq .secFaqTitle {
    font-size: 20px;
    padding: 0 0 50px 0;
  }
  .secFaq .faqListWrap .faqList .questionRow {
    padding: 26px 5.6% 26px 4.9%;
  }
  .secFaq .faqListWrap .faqList .questionRow .head {
    width: calc(100% - min(86%, 676px) - 12px);
    font-size: 12px;
  }
  .secFaq .faqListWrap .faqList .questionRow .title {
    width: min(86%, 676px);
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn {
    padding: 28px 5.6% 28px 4.9%;
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn .head {
    width: calc(100% - min(86%, 676px) - 12px);
    font-size: 12px;
  }
  .secFaq .faqListWrap .faqList .answerRow .answerRowIn .text {
    width: min(86%, 676px);
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */