@charset "UTF-8";
/*レスポンシブブレイクポイント*/
#face {
  background: #ccd6e0;
  height: 100vh;
  background-image: url(../images/testimonial/top_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #face {
    min-height: auto;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  #face {
    height: calc(100vh - 50px);
    max-height: 400px;
  }
}
#face .face_content {
  margin-left: 25vw;
  padding: 20px;
  width: calc(100% - 25vw);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  #face .face_content {
    margin-left: 0vw;
    padding: 20px;
    width: 100%;
  }
}
#face .face_content .under_h1 {
  color: white;
}
#face .face_content .under_h1 span {
  color: #004e70;
}
#face .face_content .face_txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  #face .face_content .face_txt {
    left: 0px;
    bottom: 0px;
    line-height: 2;
    font-size: 13px;
    text-align: justify;
    margin: 0 20px 20px;
  }
}

/*------------------------
main
------------------------*/
.h2_common span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .h2_common span {
    font-size: 24px;
  }
}

.faq_module {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq_module .faq_dl {
  position: relative;
  background: #f7f9fa;
  padding: 20px;
  box-sizing: border-box;
}
.faq_module .faq_dl:nth-child(n+2) {
  margin-top: 20px;
}
.faq_module .faq_dl dt {
  position: relative;
  color: #0693D2;
  padding-left: 46px;
  box-sizing: border-box;
  margin-bottom: 10px;
  min-height: 46px;
}
.faq_module .faq_dl dt:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #0693D2;
}
.faq_module .faq_dl dt:after {
  position: absolute;
  content: "Q";
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  font-size: 20px;
}
.faq_module .faq_dl dd {
  position: relative;
  padding-left: 46px;
  box-sizing: border-box;
  margin: 20px 0 0;
  min-height: 46px;
}
.faq_module .faq_dl dd:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #13b1f8;
}
.faq_module .faq_dl dd:after {
  position: absolute;
  content: "A";
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  font-size: 20px;
}
.faq_module .faq_dl dd > a {
  text-decoration: underline;
  color: #0693D2;
}
.faq_module .faq_dl dd > a:hover {
  text-decoration: none;
}

.faq_section {
  padding-bottom: 80px;
}
/*# sourceMappingURL=faq.css.map */