/* =============================================
   プライバシーポリシー — privacy.css
   青ペン×ノート
   ============================================= */

.privacy-wrap {
  max-width: 780px;
}

.privacy-lead {
  font-size: .92rem;
  line-height: 2.2;
  color: var(--ink-soft);
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px dashed var(--gray-200);
}

.privacy-block {
  margin-bottom: 44px;
}
.privacy-block__title {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--blue-deep, var(--text));
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px dashed rgba(43,92,201,.3);
  display: inline-block;
}
.privacy-block p {
  font-size: .88rem;
  line-height: 2.2;
  color: var(--ink-soft);
}
.privacy-block p a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-list {
  margin-top: 14px;
}
.privacy-list li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: .88rem;
  line-height: 1.8;
  color: var(--ink-soft);
}
.privacy-list li + li { border-top: 1px dashed var(--gray-100); }
.privacy-list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
}

.privacy-date {
  margin-top: 56px;
  font-size: .78rem;
  color: var(--gray-400);
  text-align: right;
}

@media (max-width: 768px) {
  .privacy-lead { margin-bottom: 40px; padding-bottom: 28px; }
  .privacy-block { margin-bottom: 34px; }
}
