@charset "UTF-8";
@media screen and (min-width: 770px) {
  .conts_fv_common {
    background-image: url(../img/contact/fv_img.jpg?20251218);
    margin-bottom: 74px;
  }
  .h2_title {
    margin-bottom: 30px;
  }
  .text {
    text-align: center;
    margin-bottom: 64px;
  }
  .common_btn {
    width: 520px;
    font-size: 20px;
  }
  .common_btn a {
    padding: 20px 50px 18px 20px;
  }
  .common_btn a::after {
    width: 18px;
    height: 11px;
  }
}
@media screen and (max-width: 769px) {
  .conts_fv_common {
    background-image: url(../img/contact/fv_img.jpg?20251218);
  }
  .h2_title {
    margin-bottom: 18px;
    padding-top: 50px;
  }
  .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .common_btn a {
    padding: 15px 50px 13px 20px;
  }
}