@charset "UTF-8";
@media screen and (min-width: 992px) {
  .bg-fv {
    height: 480px;
  }
  .fv-img {
    width: 41%;
  }
  .fv-img img {
    width: 100%;
  }
  .required-label {
    right: 0;
  }
  /*位置*/
  .top-lg-n20 {
    top: -20px;
  }
  .top-lg-n100 {
    top: -100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  /*テキスト*/
  .text-lg-center {
    text-align: center;
  }
  /*幅*/
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  /*高さ*/
  .h-lg-300 {
    height: 300px;
  }
  .h-lg-400 {
    height: 400px;
  }
  .h-lg-540 {
    height: 540px;
  }
  /*装飾*/
}/*# sourceMappingURL=style.css.map */