.contents {
  margin-top: 40px;
  width: 100%;
}

.item {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.item p {
  line-height: 1.6;
  font-size: clamp(16px, 4vw, 18px);
}
.item h3 {
  line-height: 1.6;
  font-size: clamp(18px, 4vw, 26px);
  margin-bottom: 20px;
  font-weight: bold;
}
.item h4 {
  line-height: 1.6;
  font-size: clamp(16px, 4vw, 22px);
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.item ol {
  margin-top: 10px;
  line-height: 1.6;
  font-size: clamp(16px, 4vw, 18px);
}
.item table {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .item table th {
    width: 50%;
  }
}/*# sourceMappingURL=privacy.css.map */