@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #005679;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.fqa {
  padding: 130px 0 0;
}
.fqa .fqa_section {
  margin-bottom: 60px;
}
.fqa h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fqa h1 {
    font-size: 24px;
  }
}
.fqa h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fqa h2 {
    font-size: 20px;
  }
}
.fqa h2:after {
  background-color: #fff;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.fqa .fqa_wrapper {
  background-color: #f4f4f4;
  margin: 60px auto 0;
  padding: 50px;
}
@media screen and (max-width: 959px) {
  .fqa .fqa_wrapper {
    padding: 18px;
  }
}
.fqa .fqa_wrapper dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.fqa .fqa_wrapper .fqa_item {
  border-bottom: 1px dotted #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .fqa .fqa_wrapper .fqa_item {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.fqa .fqa_wrapper .fqa_item dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .fqa .fqa_wrapper .fqa_item dt {
    font-size: 16px;
  }
}
.fqa .fqa_wrapper .fqa_item dd {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 25px;
}
@media screen and (max-width: 959px) {
  .fqa .fqa_wrapper .fqa_item dd {
    font-size: 14px;
    padding-left: 0px;
  }
}
/*# sourceMappingURL=sourcemaps/fqa.css.map */