@charset "UTF-8";
/* FAQ */
#lead {
  position: relative;
  z-index: 1;
  padding: 80px 10px 40px;
}

#sec1 {
  padding: 200px 0 60px;
  overflow: hidden;
}
#sec1 > div {
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: '';
  position: absolute;
  top: 380px;
  left: 0;
  width: 200%;
  height: 100%;
  margin: 0 -50%;
  background: #eff1ef;
  -webkit-transform-origin: left center;
  transform: rotate(5deg);
  -moz-transform-origin: left center;
  transform: rotate(5deg);
  -o-transform-origin: left center;
  transform: rotate(5deg);
  transform-origin: left center;
  transform: rotate(5deg);
}
#sec1 .faq_box {
  border-bottom: 1px solid #a7a7a7;
}
#sec1 .faq_box .q {
  position: relative;
  padding: 25px 25px 25px 90px;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#sec1 .faq_box .q:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 25px;
  display: block;
  width: 20px;
  height: 26px;
  background: url(../img/faq/icn_q.png) no-repeat;
  background-size: 100%;
}
#sec1 .faq_box.active .q,
#sec1 .faq_box .q:hover {
  background: #a7a7a7;
  color: #fff;
}
#sec1 .faq_box.active .q:before,
#sec1 .faq_box .q:hover:before {
  background: url(../img/faq/icn_q_on.png) no-repeat;
  background-size: 100%;
}
#sec1 .faq_box .a {
  display: none;
  position: relative;
  padding: 30px 30px;
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec1 .faq_box .a:before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  margin-bottom: 20px;
  background: url(../img/faq/icn_a.png) no-repeat;
  background-size: 100%;
}
#sec1 .faq_box a {
  color: #000;
  text-decoration: underline;
}

#sec2 {
  position: relative;
  padding: 100px 0;
  z-index: 1;
  background: #fff;
}
#sec2 .contact_box {
  padding: 30px 40px;
  border: 1px solid #a7a7a7;
  align-items: center;
}
#sec2 .contact_box .content .tit {
  margin-bottom: 10px;
  font-size: 1.467em;
  line-height: 1.4;
}
#sec2 .contact_box .content .txt {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec2 .contact_box .btn_wrap {
  width: 36%;
  max-width: 280px;
  text-align: right;
}
#sec2 .contact_box .btn_wrap a.btn_default {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 35px 10px 0;
  }

  #sec1 {
    padding: 80px 0 30px;
  }
  #sec1:before {
    top: 14%;
  }
  #sec1 .faq_box .q {
    padding: 10px 10px 10px 35px;
  }
  #sec1 .faq_box .q:before {
    left: 10px;
    top: 12px;
    width: 14px;
    height: 18px;
  }
  #sec1 .faq_box .a {
    padding: 12px 15px;
  }
  #sec1 .faq_box .a:before {
    margin-bottom: 6px;
    width: 14px;
    height: 18px;
  }

  #sec2 {
    padding: 30px 0;
  }
  #sec2 .contact_box {
    display: block;
    padding: 20px 20px;
  }
  #sec2 .contact_box .content {
    margin-bottom: 15px;
    text-align: center;
  }
  #sec2 .contact_box .content .tit {
    font-size: 1.333em;
  }
  #sec2 .contact_box .btn_wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
