@charset "UTF-8";

#header {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.privacy-content {
  margin: 60px auto 100px;
  max-width: 800px;
  line-height: 2;
}

.privacy-content h2 {
  font-size: 1.25rem;
  margin: 48px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.privacy-content p {
  margin-bottom: 24px;
  color: #555;
}

.privacy-content ul {
  margin-bottom: 24px;
  padding-left: 1.5em;
}

.privacy-content li {
  list-style: disc;
  margin-bottom: 8px;
}

/* お問い合わせ窓口のボックス */
.privacy-info {
  margin-top: 60px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.privacy-info p {
  margin-bottom: 8px;
  font-weight: 500;
}

.privacy-info a {
  text-decoration: underline; /* 下線をつける */
  text-underline-offset: 3px; /* 下線を文字から少し離して綺麗に見せる */
  color: #333333;
  transition: opacity 0.3s ease;
}

.privacy-info a:hover {
  opacity: 0.5; /* マウスを乗せたら少し薄くする */
}
