@charset "UTF-8";
.pc_contents {
  display: block;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none;
  }
}

.sp_contents {
  display: none;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block;
  }
}

html {
  font-size: calc(100vw / 12.8);
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#faq .breadArea ul {
  width: 1020px;
  margin: 20px auto 0;
}

.faq {
  width: 1020px;
  margin: 56px auto 80px;
}

@media (max-width: 768px) {
  .faq {
    width: 100%;
  }
}

.faq h2 {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #222;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .faq h2 {
    width: 89.3%;
    font-size: .26rem;
    margin: 0 auto 25px;
  }
}

.faq__containerArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 1fr;
      grid-template-columns: 220px 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .faq__containerArea {
    display: block;
  }
}

.faq__containerArea--sideMenu {
  -ms-grid-column: 1;
  grid-column: 1;
}

.faq__containerArea--sideMenu .column {
  margin-bottom: 40.5px;
}

.faq__containerArea--sideMenu .column__title {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.64;
  text-align: left;
  color: #222;
  border-bottom: solid 1px #161616;
  padding-bottom: 8.5px;
}

.faq__containerArea--sideMenu .column .row a {
  text-decoration: none;
}

.faq__containerArea--sideMenu .column .row .child-items {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.38;
  text-align: left;
  color: #222;
  padding: 16.5px 0 16.5px 8.5px;
  border-bottom: solid 1px #E3E3E3;
}

.faq__containerArea--sideMenu .active {
  background: #F8F8F8;
}

.faq__containerArea--sideMenu .passive {
  background: none;
}

@media (max-width: 768px) {
  .faq__containerArea--sideMenu {
    display: none;
  }
}

.faq__containerArea--faqContents {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents {
    margin-left: 0;
  }
}

.faq__containerArea--faqContents .column .title {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.22;
  text-align: left;
  color: #222;
  width: 100%;
  background: #F1F8FD;
  padding: 16px 0 16px 24px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .title {
    font-size: .18rem;
  }
}

.faq__containerArea--faqContents .column .row {
  margin: 0 auto 56px;
}

.faq__containerArea--faqContents .column .row__title {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0f0f0f;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row__title {
    font-size: .16rem;
    width: 89.3%;
    margin: 0 auto 24px;
  }
}

.faq__containerArea--faqContents .column .row .par:nth-last-child(1) {
  border-bottom: solid 1px #E5E5E5;
}

.faq__containerArea--faqContents .column .row .par .child-items {
  padding: 24px 0 24px 58px;
  border: solid 1px #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .par .child-items {
    padding: 24px 20px 24px 58px;
  }
}

.faq__containerArea--faqContents .column .row .par .child-items:nth-child(n+1) {
  border-bottom: none;
}

.faq__containerArea--faqContents .column .row .par .child-items p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #222;
  position: relative;
}

.faq__containerArea--faqContents .column .row .par .child-items p::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../images/Q.png") no-repeat;
  background-size: cover;
  left: -37.5px;
  top: 7px;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .par .child-items p::before {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .par .child-items p {
    font-size: .14rem;
    width: 77%;
  }
}

.faq__containerArea--faqContents .column .row .par .child-items .toggleBtn {
  font-size: 0;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .par .child-items .toggleBtn {
    padding: 6px 20px;
  }
}

.faq__containerArea--faqContents .column .row .par .child-items .toggleBtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.faq__containerArea--faqContents .column .row .par .child-items .toggleBtn img {
  width: 14px;
}

.faq__containerArea--faqContents .column .row .par .child-items-Answer {
  padding: 24px 58px 24px 58px;
  background: #E5E5E5;
}

.faq__containerArea--faqContents .column .row .par .child-items-Answer p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #222;
  position: relative;
}

.faq__containerArea--faqContents .column .row .par .child-items-Answer p::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../images/A.png") no-repeat;
  background-size: cover;
  left: -37.5px;
  top: 7px;
}

.faq__containerArea--faqContents .column .row .par .child-items-Answer p a {
  text-decoration: none;
  color: #82ade9;
  font-weight: 500;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .par .child-items-Answer p {
    font-size: .14rem;
  }
}

.faq__containerArea--faqContents .column .row .answer {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #222;
}

@media (max-width: 768px) {
  .faq__containerArea--faqContents .column .row .answer {
    font-size: .14rem;
  }
}
/*# sourceMappingURL=style.css.map */