/* privacy.css */
.privacy-section {
  background-color: #fff;
  padding: 80px 20px;
}

.privacy-section h1.en_title {
  text-align: center;
}

.privacy-section .circle {
  margin: 0 auto 20px;
}

.privacy-section p.jp_title {
  text-align: center;
}

.privacy-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--color-font-base);
}

.privacy-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--color-font-base);
}

.privacy-section p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.privacy-section ul {
  margin-left: 1em;
  margin-bottom: 20px;
  list-style: disc;
}

.privacy-section ul li {
  margin-bottom: 8px;
}

/* 小見出しの余白 */
.privacy-section ul + h2 {
  margin-top: 40px;
}

/* お問い合わせセクションとの間隔 */
.contact-section {
  margin-top: 60px;
}

.text_top{
    margin-bottom: 40px;
}