@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;
  }
  /*位置*/
  .pt-lg-100 {
    padding-top: 100px;
  }
  /*テキスト*/
  .text-lg-center {
    text-align: center;
  }
  /*高さ*/
  .h-lg-300 {
    height: 300px;
  }
  .h-lg-400 {
    height: 400px;
  }
  .h-lg-540 {
    height: 540px;
  }
}/*# sourceMappingURL=style.css.map */