@charset "UTF-8";
/* privacy.html 固有スタイル */

/*---------------------------------
ページヒーロー 背景画像
---------------------------------*/

.page_hero--privacy {
  background-image: url(../../images/privacy/hero_main.jpg);
  background-position: center 60%;
}

/*---------------------------------
ポリシー制定日バー
---------------------------------*/

.privacy_datebar {
  background: #f5f7fc;
  border-top: 3px solid var(--base_color);
  padding: 1rem 0;
  text-align: center;
  font-size: 0.82rem;
  color: #888;
  letter-spacing: 0.06em;
}

.privacy_datebar span + span::before {
  content: "　／　";
}

/*---------------------------------
ポリシー本文コンテナ
---------------------------------*/

.privacy_doc {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8ecf4;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(22, 52, 139, 0.05);
  padding: 3rem 3.5rem;
}

@media screen and (max-width: 768px) {
  .privacy_doc {
    padding: 2rem 1.4rem;
  }
}

/*---------------------------------
各セクション見出し
---------------------------------*/

.privacy_section {
  margin-bottom: 2.8rem;
}

.privacy_section:last-child {
  margin-bottom: 0;
}

.privacy_heading {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}

.privacy_heading__num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  background: var(--base_color);
  padding: 0.2em 0.6em;
  border-radius: 2px;
  flex-shrink: 0;
}

.privacy_heading__title {
  font-size: 1rem;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.06em;
}

/*---------------------------------
本文テキスト
---------------------------------*/

.privacy_text {
  font-size: 0.92rem;
  color: #555;
  line-height: 2;
  margin: 0 0 0.8rem;
}

.privacy_text:last-child {
  margin-bottom: 0;
}

.privacy_list {
  margin: 0.6rem 0 0.8rem 0;
  padding: 0;
  list-style: none;
}

.privacy_list li {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.9;
  padding-left: 1.2em;
  position: relative;
}

.privacy_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--base_color);
}

/*---------------------------------
お問い合わせ先ブロック
---------------------------------*/

.privacy_contact_box {
  margin-top: 1rem;
  padding: 1.2rem 1.5rem;
  background: #f5f7fc;
  border-left: 3px solid var(--base_color);
  border-radius: 0 4px 4px 0;
  font-size: 0.92rem;
  color: #555;
  line-height: 2;
}
