@charset "UTF-8";

.privacy-section {
  padding: 60px 0 80px;
  background: #f1faf8;
}
.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}
.privacy-lead {
  font-size: 1.5rem;
  line-height: 2.0;
  color: #555;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.privacy-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-top: 36px;
  margin-bottom: 12px;
  padding-left: 16px;
  border-left: 4px solid #4DB6AC;
}
.privacy-content p {
  font-size: 1.5rem;
  line-height: 2.0;
  color: #555;
  margin-bottom: 12px;
}
.privacy-content ul {
  margin: 12px 0 20px 24px;
}
.privacy-content ul li {
  font-size: 1.5rem;
  line-height: 2.0;
  color: #555;
  position: relative;
  padding-left: 16px;
}
.privacy-content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #4DB6AC;
}
.privacy-contact {
  background: #f9f7f2;
  border-radius: 12px;
  padding: 24px 32px;
  margin: 16px 0;
}
.privacy-contact p {
  margin-bottom: 4px;
}
.privacy-date {
  margin-top: 40px;
  text-align: right;
  font-size: 1.3rem;
  color: #999;
}
