/* ==========================================================================
   Meihou Theme — entry-thanks.css (エントリー完了 / PC)
   Design width: 1280
   XAML: entry_thanks.xaml
   ========================================================================== */

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.p-entry-thanks-hero {
  width: var(--width-page);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--side);
  box-sizing: border-box;
}

.p-entry-thanks-hero .c-breadcrumb {
  margin: 0 0 98px;
  padding: 0;
}

.p-entry-thanks-hero .c-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.p-entry-thanks-hero .c-breadcrumb a:hover {
  opacity: 0.7;
}

.p-entry-thanks-hero__title {
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-blue-accent);
}

.p-entry-thanks-hero__en {
  margin-top: 8px;
  font-size: 13px;
  color: var(--color-text-soft);
}

/* --------------------------------------------------------------------------
   Body
   -------------------------------------------------------------------------- */

.p-entry-thanks-body {
  width: var(--width-page);
  max-width: 100%;
  margin: 100px auto 0;
  padding: 0 var(--side);
  box-sizing: border-box;
}

.p-entry-thanks-body__catch {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
}

.p-entry-thanks-body__text {
  margin-top: 40px;
  max-width: 720px;
}

.p-entry-thanks-body__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-text);
}

.p-entry-thanks-body__text p + p {
  margin-top: 1.5em;
}

.p-entry-thanks-body__btn {
  margin-top: 56px;
}

.p-entry-thanks .c-cta-boxes {
  margin-top: 100px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1279px) {
  .p-entry-thanks-hero .c-breadcrumb {
    margin-bottom: 64px;
  }

  .p-entry-thanks-body {
    margin-top: 72px;
  }

  .p-entry-thanks-body__catch {
    font-size: 28px;
  }

  .p-entry-thanks .c-cta-boxes {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .p-entry-thanks-hero .c-breadcrumb {
    margin-bottom: 40px;
  }

  .p-entry-thanks-hero__title {
    font-size: 26px;
  }

  .p-entry-thanks-body {
    margin-top: 48px;
  }

  .p-entry-thanks-body__catch {
    font-size: 22px;
  }

  .p-entry-thanks-body__btn {
    margin-top: 40px;
  }

  .p-entry-thanks .c-cta-boxes {
    margin-top: 64px;
  }
}
