:root {
  --header-height: 112px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: min(17.0666666667vw, 64px);
    --header-height: 17.0666666667vw;
  }
}
.area_faq {
  margin-top: 42px;
  padding: 1.8em 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFEFEF;
  gap: 0 1em;
}
.area_faq .text a {
  color: #B90101;
  text-decoration: underline;
}
.area_faq .text a:hover {
  opacity: 0.7;
}
.area_faq .box_btn {
  width: 220px;
  min-width: 190px;
  height: 44px;
  position: relative;
  left: 0.5em;
}
.area_faq .box_btn a {
  border: none;
}
.area_faq .box_btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/icon_arrow_hori.svg);
          mask: url(../img/common/icon_arrow_hori.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 1em;
}
@media screen and (max-width: 768px) {
  .area_faq .box_btn a::after {
    width: min(3.7333333333vw, 16px);
    height: min(3.7333333333vw, 16px);
  }
}
.area_faq .box_btn a span {
  font-size: min(3.7333333333vw, 16px);
}
.area_faq .box_btn a:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .area_faq {
    margin: 8vw auto 0;
    padding: 1.3em 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em 0;
  }
  .area_faq .box_btn {
    width: 75%;
    min-width: auto;
    height: 2.9em;
    left: 0;
  }
  .area_faq .box_btn::after {
    right: 0.8em;
  }
}

.area_contact {
  margin: 40px 0 80px;
  padding: 1em 1em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .area_contact {
    margin: 7vw calc(5.4% - 15px) 0;
    padding: 0;
  }
}

#formArea {
  height: 1750px;
}
@media screen and (max-width: 768px) {
  #formArea {
    height: 2300px;
  }
}
/*# sourceMappingURL=contact.css.map */