@charset "UTF-8";
/* CSS Document */
.privacy-section {
  padding: 0 20px 120px;
}
.privacy-wrap {
  max-width: 900px;
  text-align: left;
}
.privacy-lead {
  line-height: 1.9;
  margin-bottom: 60px;
}
.privacy-item {
  margin-bottom: 50px;
}
.privacy-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gry);
}
.privacy-item__text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.privacy-item__text a {
  color: var(--orn);
  text-decoration: underline;
}
.privacy-item__list {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.privacy-item__list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
  padding-left: 1.5em;
  margin-bottom: 8px;
}
.privacy-item__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--orn);
}
.privacy-date {
  text-align: right;
  font-size: 1.4rem;
  color: #666;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .privacy-item__title {
    font-size: 1.6rem;
  }
}
