@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.mont {
  font-family: "Montserrat", sans-serif;
}

.contents {
  max-width: 8.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabFaq {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0 0.15rem;
}
@media screen and (max-width: 768px) {
  .tabFaq {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.tabFaq li {
  width: calc((100% - 0.3rem) / 3);
  cursor: pointer;
  height: 0.47rem;
  border: 1px solid #006ABB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006ABB;
  font-size: 0.18rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .tabFaq li {
    font-size: 0.13rem;
    height: 0.35rem;
  }
}
.tabFaq li.active {
  cursor: initial;
  background: #006ABB;
  color: #fff;
}

.areaFaq {
  min-height: 3rem;
}
.areaFaq .itemBox {
  display: none;
  visibility: hidden;
  transition: linear all 0.2s;
}
.areaFaq .itemBox.show {
  display: block;
  visibility: visible;
}
.areaFaq .itemBox dl {
  width: 100%;
}
.areaFaq .itemBox dl dt {
  display: flex;
  color: #006ABB;
  font-size: 0.18rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .areaFaq .itemBox dl dt {
    font-size: 0.15rem;
    line-height: 1.5;
  }
}
.areaFaq .itemBox dl dt:before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  background: #969696;
  color: #fff;
  border-radius: 50%;
  margin-top: 0.05rem;
}
@media screen and (max-width: 768px) {
  .areaFaq .itemBox dl dt:before {
    margin-top: 0;
  }
}
.areaFaq .itemBox dl dt span {
  width: calc(100% - 0.3rem);
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  .areaFaq .itemBox dl dt span {
    padding-left: 0.1rem;
  }
}
.areaFaq .itemBox dl dd {
  display: flex;
  font-size: 0.16rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #006ABB;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .areaFaq .itemBox dl dd {
    font-size: 0.13rem;
  }
}
.areaFaq .itemBox dl dd:before {
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  background: #006ABB;
  color: #fff;
  border-radius: 50%;
  margin-top: 0.05rem;
}
.areaFaq .itemBox dl dd p {
  width: calc(100% - 0.3rem);
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  .areaFaq .itemBox dl dd p {
    padding-left: 0.1rem;
  }
}/*# sourceMappingURL=faq.css.map */