/* ===== block 1 (from footer.php) ===== */
@media (min-width: 768px) {
  .margin_top {
    margin-top: 8rem;
  }
}

@media (max-width: 767px) {
  .margin_top {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  #shopdetail .shop__detail--services .colBox__col06 > .col .text {
    font-size: 0.775rem;
  }

  #shopdetail .shop__detail--services .colBox.sp__col04 > .col {
    text-align: center;
  }
}

/* ===== block 2 (from footer.php) ===== */
.contents {
  margin: 4rem auto 2rem;
}

section.page-link,
.cta + section {
  margin-top: 2rem;
}

.contents__left section + section,
.contents__left section + * + section {
  margin-top: 0;
}

#mock_app section {
  margin-top: 2rem;
}

.cta {
  margin: 2rem auto 0;
}

.ctaAdd__list dl {
  margin-bottom: 0rem;
}

#app_contents .column__wrap {
  margin-bottom: 0rem;
}

.titleMain--wrapper {
  margin-top: 2rem;
}

.margin_top {
  margin-top: 2rem;
}

.sidebar__nav--wrapper + .sidebar__nav--wrapper {
  margin: 0;
}

.flex + .btn__wrap.btn__red,
.flex__content + .btn__wrap.btn__red {
  margin-top: 1rem !important;
}
