@charset "UTF-8";
/* Non-front page specific styles for validation */
/* ブレイクポイント
 =============================================== */
.l-contents {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .l-contents {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .l-contents {
    padding-top: 80px;
  }
}

.smb-information__item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
}

.page .c-entry__title {
  font-family: "Bebas Neue", "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  font-size: 96px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .page .c-entry__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 480px) {
  .page .c-entry__title {
    font-size: 64px;
  }
}

.c-row__col--md-1-4 {
  margin-bottom: 0 !important;
}

.l-contents__sidebar {
  display: none;
}

.l-contents__inner {
  min-height: 800px;
}/*# sourceMappingURL=non-front.css.map */