/* privacy.css  本页专用 */

.privacy-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 10px;
}

#content.privacy-page {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 28px 28px;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.08);
  font-size: 14px;
  line-height: 1.9;
  color: #344059;
}

@media (max-width: 768px) {
  #content.privacy-page {
    padding: 18px 16px 22px;
  }
}

.privacy-header {
  border-left: 4px solid #1f7fd0;
  padding-left: 16px;
  margin-bottom: 20px;
}

.privacy-label-ja {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #7e8fb3;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.privacy-brand {
  font-size: 18px;
  font-weight: 700;
  color: #12345b;
  margin-bottom: 4px;
}

.privacy-meta {
  font-size: 12px;
  color: #7c8aa7;
}

.privacy-intro {
  margin-bottom: 18px;
}

.privacy-intro p {
  margin-bottom: 6px;
}

.privacy-outline {
  background: #f5f9ff;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #dde7f7;
}

.privacy-outline-list {
  margin: 6px 0 0;
  padding-left: 18px;
  font-size: 13px;
}

.privacy-outline-list li {
  margin-bottom: 3px;
}

.privacy-outline-list a {
  color: #246ecf;
  text-decoration: none;
}

.privacy-outline-list a:hover {
  text-decoration: underline;
}

.privacy-section {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #e1e7f2;
}

.privacy-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.privacy-sec-title {
  font-size: 15px;
  font-weight: 600;
  color: #1f5fbe;
  border-bottom: 1px solid #e1ecf7;
  padding-bottom: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.privacy-sec-title .num {
  display: inline-block;
  min-width: 2em;
  font-weight: 700;
  color: #0f4a9a;
  margin-right: 4px;
}

.privacy-sec-body p {
  margin-bottom: 6px;
}

.privacy-list,
.privacy-sublist {
  margin: 4px 0 4px 20px;
}

.privacy-list li {
  list-style: disc;
  margin-bottom: 2px;
}

.privacy-sublist > li {
  margin-bottom: 6px;
}

.privacy-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #295f9e;
  margin: 8px 0 4px;
}

.privacy-sec-body a {
  color: #246ecf;
  text-decoration: none;
}

.privacy-sec-body a:hover {
  text-decoration: underline;
}
