/* ============================================================
   GingerLab — legal pages (privacy-policy, terms, etc.)
   ============================================================ */


/* ---- Page title -------------------------------------------- */

.page-title-area.legal-title .page-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-title-area.legal-title .legal-subtitle {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.65);
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "Noto Serif JP", "Times New Roman", serif;
}


/* ---- Article container ------------------------------------- */

.legal-page {
  padding-top: 60px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .legal-page {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.legal-article {
  max-width: 880px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .legal-article {
    font-size: 14px;
    line-height: 1.95;
  }
}


/* ---- Intro paragraph -------------------------------------- */

.legal-article .legal-intro {
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


/* ---- Sections ---------------------------------------------- */

.legal-article .legal-section {
  margin-bottom: 48px;
}
.legal-article .legal-section:last-of-type {
  margin-bottom: 0;
}

.legal-article .legal-section-title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .legal-article .legal-section-title {
    font-size: 17px;
    margin-bottom: 14px;
  }
}

.legal-article .legal-subsection-title {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fae54d;
}
@media only screen and (max-width: 767px) {
  .legal-article .legal-subsection-title {
    font-size: 15px;
  }
}

.legal-article p + p {
  margin-top: 16px;
}

.legal-article .legal-emphasis {
  margin-top: 24px;
  font-weight: 500;
  color: #ffffff;
}


/* ---- Bullet lists ----------------------------------------- */

.legal-article .legal-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.legal-article .legal-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.legal-article .legal-list li:last-child {
  margin-bottom: 0;
}
.legal-article .legal-list li::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 6px;
  width: 6px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}


/* ---- Inline links ----------------------------------------- */

.legal-article a {
  color: #fae54d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.legal-article a:hover {
  opacity: 0.75;
}


/* ---- Revision footer -------------------------------------- */

.legal-article .legal-revision {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.9;
}
