/* ============================================================
   Privacy Policy
============================================================ */
.pp-section { background: var(--white); padding: 80px 0 120px; }

.pp-intro {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 32px 40px;
  background: var(--cream);
  border-left: 3px solid var(--gold);
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: var(--dark);
}

.pp-body { max-width: 800px; margin: 0 auto; }

.pp-article {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,61,128,0.08);
}
.pp-article:last-child { border-bottom: none; }

.pp-h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--blue-dark);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(245,200,0,0.4);
  display: inline-block;
}

.pp-article p {
  font-size: 14px;
  font-weight: 300;
  color: var(--dark);
  line-height: 2.2;
  margin-bottom: 12px;
}
.pp-article p:last-child { margin-bottom: 0; }

.pp-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.pp-list li {
  font-size: 13px;
  font-weight: 300;
  color: var(--dark);
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
.pp-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold-dark);
}

.pp-contact {
  margin-top: 16px;
  padding: 24px 32px;
  background: var(--cream);
  border-radius: 4px;
}
.pp-contact p {
  margin-bottom: 6px !important;
  font-size: 14px;
}
.pp-contact a {
  color: var(--blue);
  text-decoration: none;
}
.pp-contact a:hover { text-decoration: underline; }
