/* Base */
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  background: #f7faff;
  color: #333;
  line-height: 1.8;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* Header */
.header {
  background: #005bac;
  padding: 40px 0;
  text-align: center;
}

.page-title {
  color: white;
  font-size: 28px;
  font-weight: 600;
}

/* Policy Text */
.policy-text {
  padding: 40px 0 80px;
}

.policy-text h2 {
  margin-top: 40px;
  font-size: 22px;
  color: #005bac;
}

.policy-text h3 {
  margin-top: 25px;
  font-size: 18px;
  color: #0070d4;
}

.policy-text p,
.policy-text li {
  font-size: 16px;
}

.policy-text ul {
  padding-left: 20px;
}

/* Footer */
.footer {
  text-align: center;
  padding: 30px 0;
  background: #003f72;
  color: white;
  font-size: 14px;
}
