/* =========================================================
   TEAM ONE
   プライバシーポリシー
   privacy.css
   ========================================================= */

.subpage {
  background: #fff;
}

.page-section {
  padding: 68px 0;
}

.page-section.alt {
  background: var(--soft);
}

.wrap.narrow {
  max-width: 920px;
}

.section-eyebrow {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.section-eyebrow.center,
.page-heading.center {
  text-align: center;
}

.page-heading {
  margin: 0 0 16px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 900;
}

.page-heading span {
  color: var(--red);
}

.page-lead {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
}

.privacy-card {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.privacy-section {
  padding: 26px 28px;
  border-bottom: 1px solid #eee;
}

.privacy-section:last-child {
  border-bottom: 0;
}

.privacy-section h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}

.privacy-section p {
  margin: 0 0 10px;
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

.privacy-section ul {
  margin: 10px 0 0;
  padding-left: 1.4em;
}

.privacy-section li {
  margin-bottom: 6px;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

.privacy-contact {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.privacy-contact div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid #eee;
}

.privacy-contact div:last-child {
  border-bottom: 0;
}

.privacy-contact dt,
.privacy-contact dd {
  margin: 0;
  padding: 11px 14px;
  font-size: 12px;
}

.privacy-contact dt {
  background: #fafafa;
  font-weight: 900;
}

.privacy-contact dd {
  font-weight: 700;
}

.privacy-note {
  margin: 14px 0 0;
  color: #777;
  text-align: right;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .page-section {
    padding: 48px 0;
  }

  .privacy-intro {
    padding-top: 32px;
  }

  .page-heading {
    font-size: 23px;
  }

  .page-lead {
    font-size: 13px;
  }

  .privacy-section {
    padding: 20px 16px;
  }

  .privacy-section h2 {
    font-size: 16px;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 12px;
  }

  .privacy-contact div {
    grid-template-columns: 1fr;
  }

  .privacy-contact dt {
    padding: 9px 12px 3px;
    background: #fafafa;
  }

  .privacy-contact dd {
    padding: 3px 12px 10px;
  }
}
