/* ===============================================
# privacy
=============================================== */
.c-page-mv--privacy {
  background-image: linear-gradient(135deg, #f7f8fa 0%, #e9edf3 100%);
}

.c-page-mv--privacy .c-page-mv__title,
.c-page-mv--privacy .c-page-mv__title-en {
  color: #333;
  text-shadow: none;
  font-size: 3rem;
  font-weight: 500;
}

.c-page-mv.c-page-mv--privacy {
  height: 150px;
}

.p-privacy__content h2 {
  font-weight: 500;
}

/* ===============================================
# privacy content
=============================================== */

.p-privacy {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-privacy {
    margin-top: 6rem;
  }
}

.p-privacy__content {
  max-width: 800px;
}

/* 見出し */
.p-privacy__content h2 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

.p-privacy__content h2:first-child {
  margin-top: 0;
}

/* 本文 */
.p-privacy__content p {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
}

/* リスト */
.p-privacy__content ul {
  margin-top: 1.2rem;
  padding-left: 1.6rem;
}

.p-privacy__content li {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
}

/* セクション間の余白 */
.p-privacy__content h2 + p {
  margin-top: 1rem;
}

/* 区切り（軽く） */
.p-privacy__content h2 {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
