@charset "UTF-8";
.faq-Content_wrap {
  padding: 80px 5.2%;
  background: #e9e9e9;
}
.faq-Content_bg {
  padding: 95px 5.8% 90px;
  max-width: 1380px;
  background: #fff;
}
.faq-Dl {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.faq-Dl_dt {
  margin: 0 0 25px;
  font-size: 3em;
  line-height: 1.73;
  letter-spacing: .3em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #00835e;
  white-space: nowrap;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.faq-Dl_dd {
  padding: 0 0 89px;
  font-size: 1.5em;
  line-height: 2.13;
  letter-spacing: .1em;
}
.faq-Dl_dd:last-child {
  padding: 0;
}
.faq-Switch {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.faq-Switch_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 100px;
  font-size: 2.2em;
  letter-spacing: .2em;
  text-indent: .2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #fff;
  background: #00835e;
  cursor: pointer;
  transition: opacity .3s;
}
.faq-Switch_en {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: .175em;
  text-indent: .175em;
  line-height: 1;
}
.faq-Switch_ja {
  line-height: 1.3;
}
.faq-Switch_btn:hover {
  opacity: .7;
}
.faq-Switch_btn-active {
  color: #00835e;
  background: #fff;
  transition: background .3s;
  cursor: default;
}
.faq-Switch_btn-active:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .faq-Content_wrap {
    padding: 2.4vw 2.666% 16vw;
  }
  .faq-Content_bg {
    padding: 12.666vw 5.63% 12vw;
  }
  .faq-Dl_dt {
    margin: 0 0 7.3vw;
    font-size: 4.5vw;
    line-height: 1.636;
    letter-spacing: .28em;
    white-space: normal;
  }
  .faq-Dl_dd {
    padding: 0 0 20vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .faq-Switch_btn {
    height: 17.6vw;
    font-size: 3.466vw;
    letter-spacing: .1em;
    text-indent: .1em;
  }
  .faq-Switch_en {
    font-size: 2.5vw;
  }
}