@charset "utf-8";

/* ============================================
   プライバシーポリシー (Policy)
   ============================================ */

.policy-body .lead-text {
  margin-bottom: 50px;
}

.policy-item {
  margin-bottom: 40px;
}

.policy-item h2 {
  margin-bottom: 16px;
  font-size: var(--fs-20);
  font-weight: bold;
}

.policy-item p {
  margin-bottom: 20px;
  text-align: justify;
}

.policy-item ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.policy-item ol li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .policy-body {
    font-size: 15px;
  }
  .policy-item h2 {
    font-size: 18px;
  }
}
