@charset "UTF-8";

html {
  background-color: #f0f8ff;
}
.policy-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  font-size: 1rem;
}

.policy-section h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.policy-section h2 {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #333;
}

.policy-section ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}

.policy-section p,
.policy-section li {
  color: #444;
}

.policy-section a {
  color: #0077cc;
  text-decoration: underline;
}

.policy-section a:hover {
  text-decoration: none;
}

.policy-footer {
  margin-top: 40px;
  font-size: 0.9rem;
  text-align: right;
  color: #666;
}
