@charset "UTF-8";

@media screen and (min-width: 768px) {
  .h330 {
    height: 330px;
  }
  .h460 {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .w80per {
    width: 80%;
  }
  .mbL-sp {
    margin-bottom: 16px !important;
  }
}
