/* ==========================================================================
   Meihou Theme — terms.css (サイトのご利用について / PC)
   Design width: 1280
   XAML: terms.xaml
   ========================================================================== */

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

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

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

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

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

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

.p-terms-body {
  /* XAML content x150 → side 100 + inset 50 */
  width: var(--width-page);
  max-width: 100%;
  margin: 100px auto 0;
  padding: 0 calc(var(--side) + 50px);
  box-sizing: border-box;
}

.p-terms-body__lead {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.p-terms-list {
  display: flex;
  flex-direction: column;
}

.p-terms-item {
  padding: 0 0 40px;
  border-bottom: 1px solid var(--color-line);
}

.p-terms-item + .p-terms-item {
  padding-top: 40px;
}

.p-terms-item__title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue-accent);
}

.p-terms-item__num {
  margin-right: 0.4em;
}

.p-terms-item__body {
  margin: 0;
  max-width: 980px;
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
}

.p-terms-body__note {
  margin: 80px 0 0;
  font-size: 14px;
  line-height: 2;
  color: var(--color-text);
  text-align: center;
}
