@charset "utf-8";
.mv {
  background-image: url(../img/mv_bg.jpg);
}
.sec .bg-gy {
  margin-top: 120px;
  padding: 90px 0 140px;
}
.sec .num {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c99c52;
  font-size: 155px;
  text-align: center;
  position: absolute;
  top: -168px;
  width: 100%;
  line-height: 1;
}
.center {
  text-align: center;
}
.anchorlink-list li{
  width: 50%;
}
.indent-lr {
  padding: 0;
}
.qa {
  background: none;
  padding: 55px 0 0;
  min-height: 0;
}
.qa .inner {
  padding: 0;
  max-width: 1088px;
  margin: 0 auto;
}
.qa h2 {
  text-align: center;
  color: #c99c52;
  font-size: 31px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 4px;
  height: 175px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 33px 0 70px;
  padding: 0 10px;
}
.qa h2:after {
  position: absolute;
  left: 50%;
  top: -33px;
  content: "";
  background: url(../../img/qa_arrow.png) no-repeat center top;
  height: 90px;
  width: 22px;
}
.qa dl:last-child {
      margin: 0 0 30px;
}
#anchorlink02 {
  margin-bottom: 140px;
}
.qa h2.tit01 {
  background: url(../img/h2_bg01.jpg) no-repeat center top;
}
.qa h2.tit02 {
  background: url(../img/h2_bg02.jpg) no-repeat center top;
}
@media screen and (max-width: 640px) {
  .anchorlink-list li {
    width: 100%;
  }
  .qa .inner {
    padding: 0 10px;
  }
  .qa {
    padding-top: 30px;
  }
  .qa h2 {
    margin: 33px 0 40px;
  }
  .qa h2:after {
    background-size: 70% auto;
  }
  .qa h2 {
    font-size: 26px;
  }
  .qa dl:last-child {
    margin: 0 0 10px;
  }
  #anchorlink02 {
    margin-bottom: 40px;
  }
}
