@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

main {
  overflow: hidden;
}

section.sec-faq {
  padding: 15vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-faq {
    padding: 74px 0;
  }
}
section.sec-faq div.sec-faq-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  section.sec-faq div.sec-faq-inner {
    width: 90%;
  }
}
section.sec-faq h2 {
  color: var(--clred01);
  margin-bottom: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: 4.7vw;
}
@media screen and (min-width: 768px) {
  section.sec-faq h2 {
    margin-bottom: 2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-faq h2 {
    font-size: 25px;
  }
}
section.sec-faq .faq-list {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list {
    margin-bottom: 175px;
  }
}
section.sec-faq .faq-list.mr-none {
  margin-bottom: 0;
}
section.sec-faq .faq-list > li {
  border-top: solid 1px var(--clgray02);
}
section.sec-faq .faq-list > li dl .icon {
  display: block;
  width: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl .icon {
    width: 35px;
  }
}
section.sec-faq .faq-list > li dl .txt-area {
  width: 85%;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl .txt-area {
    width: calc(100% - 50px);
  }
}
section.sec-faq .faq-list > li dl dt button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 7vw 7vw 7vw 0;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dt button {
    padding: 29px 30px 29px 0;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dt button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dt button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dt button:hover {
    color: var(--clred01);
    background-color: var(--clred02);
  }
}
section.sec-faq .faq-list > li dl dt button .plus {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  transform: translate(0, -50%);
}
section.sec-faq .faq-list > li dl dt button .plus::after, section.sec-faq .faq-list > li dl dt button .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--clred01);
  transition: all 0.3s;
}
section.sec-faq .faq-list > li dl dt button .plus::after {
  width: 100%;
  height: 1px;
}
section.sec-faq .faq-list > li dl dt button .plus::before {
  width: 1px;
  height: 100%;
}
section.sec-faq .faq-list > li dl dt button.active .plus::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
section.sec-faq .faq-list > li dl dt button .txt-area {
  margin-top: 0.1em;
}
section.sec-faq .faq-list > li dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd {
    padding-bottom: 29px;
  }
}
section.sec-faq .faq-list > li dl dd h3 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd h3 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd h3 {
    font-size: 16px;
  }
}
section.sec-faq .faq-list > li dl dd p, section.sec-faq .faq-list > li dl dd ul {
  margin-bottom: 1.6em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd p, section.sec-faq .faq-list > li dl dd ul {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.81em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd p, section.sec-faq .faq-list > li dl dd ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd p.note, section.sec-faq .faq-list > li dl dd ul.note {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd p.note, section.sec-faq .faq-list > li dl dd ul.note {
    font-size: 14px;
  }
}
section.sec-faq .faq-list > li dl dd ul.dots li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
section.sec-faq .faq-list > li dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.sec-faq .faq-list > li dl dd .borber-box {
  border: solid 1px #000;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd .borber-box {
    width: 300px;
  }
}
section.sec-faq .faq-list > li dl dd .borber-box p {
  text-align: center;
  margin-bottom: 0;
  padding: 1em 0;
}
section.sec-faq .faq-list > li dl dd div.table-wrap {
  overflow-x: scroll;
  width: 107.7%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd div.table-wrap {
    overflow-x: revert;
    width: 100%;
    margin-bottom: 48px;
  }
}
section.sec-faq .faq-list > li dl dd table {
  width: 250%;
  margin-top: 7vw;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table {
    width: 100%;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    font-size: 1.6vw;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd table {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd table {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd table {
    font-size: 18px;
  }
}
section.sec-faq .faq-list > li dl dd table th, section.sec-faq .faq-list > li dl dd table td {
  border: 2px solid var(--clgray02);
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 1em 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table th, section.sec-faq .faq-list > li dl dd table td {
    padding: 1em 1.4em;
  }
}
section.sec-faq .faq-list > li dl dd table td {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table td {
    font-size: 14px;
  }
}
section.sec-faq .faq-list > li dl dd table td {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table td {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
    font-size: 1.4vw;
    text-align: center;
    padding: 1em 0.8em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table td {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table td {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd table td {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
    text-align: center;
    padding: 1em 1.4em;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table td {
    font-size: 16px;
  }
}
section.sec-faq .faq-list > li dl dd table .bold {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table .bold {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-faq .faq-list > li dl dd table .bold {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-faq .faq-list > li dl dd table .bold {
    font-size: 16px;
  }
}
section.sec-faq .faq-list > li dl dd table .block {
  background-color: #000;
  color: #fff;
}
section.sec-faq .faq-list > li dl dd table .left {
  text-align: left;
}
section.sec-faq .faq-list > li dl dd table .red01 {
  background-color: var(--clred01);
  color: #fff;
  border-bottom: none;
}
section.sec-faq .faq-list > li dl dd table .red02 {
  background-color: var(--clred02);
}
section.sec-faq .faq-list > li dl dd table .red04 {
  background-color: var(--clred04);
}
section.sec-faq .faq-list > li dl dd table .none {
  border: none;
}
section.sec-faq .faq-list > li dl dd table .dashed {
  border: dashed 1px var(--clgray02);
}
section.sec-faq .faq-list > li dl dd table .top-none {
  border-top: 0;
}
section.sec-faq .faq-list > li dl dd table .btm-none {
  border-bottom: 0;
}
section.sec-faq .faq-list > li dl dd table .right-border {
  border-right: 2px solid var(--clgray02);
}
section.sec-faq .faq-list > li dl dd table .pd-l-r-none {
  padding-right: 0;
  padding-left: 0;
}
section.sec-faq .faq-list > li dl dd table .w01 {
  width: 18%;
}
section.sec-faq .faq-list > li dl dd table .w02 {
  width: 52%;
}
section.sec-faq .faq-list > li dl dd table .w03 {
  width: 30%;
}
section.sec-faq .faq-list > li dl dd table .w04 {
  width: 33%;
}
section.sec-faq .faq-list > li dl dd table .w05 {
  width: 25%;
}
section.sec-faq .faq-list > li dl dd table .w06 {
  width: 14%;
}
section.sec-faq .faq-list > li dl dd table .w07 {
  width: 13.5%;
}
section.sec-faq .faq-list > li dl dd table .w08 {
  width: 7.5%;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table .w08 {
    width: 5%;
  }
}
section.sec-faq .faq-list > li dl dd table .em01 {
  display: inline-block;
  width: 1em;
}
section.sec-faq .faq-list > li dl dd table .em01-sp {
  display: inline-block;
  width: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-faq .faq-list > li dl dd table .em01-sp {
    width: auto;
  }
}/*# sourceMappingURL=faq.css.map */