.privacy-section {
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto; /* 中央寄せ */
}

.privacy-titleArea {
  margin: 7em 0 5em 0;
}

.privacy-title {
  text-align: center; /* 見出しを中央寄せ */
  color: #333; /* 見出しの色 */
  font-family: "Zen Old Mincho";
  font-size: 2em;
  font-weight: 550;
  letter-spacing: 0.05em;
}

.privacy-title::before {
  content: '';
  display: inline-block;
  width: 25px;  /* 画像サイズ */
  height: 7px;
  margin-right: 8px;  /* 文字との間隔 */
  vertical-align: middle;
  background-image: url('images/title-en-before.svg'); /* 画像のパス */
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy-title-en {
  text-align: center;
  color:#26516D;
  font-family: "Libre Baskerville";
}

.privacy-number {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Noto Sans JP";
  color: #333;
}

.privacy-text {
  margin-bottom: 3em;
}