@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.m-grid[data-col="2-1"] .m-grid__content {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .m-grid[data-col="2-1"] .m-grid__content {
    margin-bottom: 50px;
  }
}