@charset "utf-8";

.bnr_service_top {
  text-align: center;
  padding-bottom: 80px;
}

.bnr_service_top a {
  display: block;
  margin: 0 auto;
  width: 653px;
}

@media screen and (max-width: 767px) {
  .bnr_service_top a {
    width: 100%;
  }

  .bnr_service_top {
    padding-inline: 4.1vw !important;
    padding-bottom: 80px;
  }

  .sp-sec02__content-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-2);

    &:has(+ .sp-sec02__content-header) {
      margin-bottom: var(--sp-4);
      padding-bottom: 0 !important;

      &:not(:last-of-type) {
        border-bottom: none !important;
      }
    }
  }

  .sp-sec02__content-btn {
    display: block;
    width: fit-content;
    min-width: 240px;
    text-align: center;
    margin: 0 auto;
    margin: 16px auto 40px;
    background-color: #1b2951;
    border-radius: 6.1vw;
    padding: 3.07vw;
    font-weight: var(--bold);
    color: #fff;
  }
}
