/*---------------------------------------------------------------------*/
/*                                                                     */
/*              privacy/index.html 用 CSS                              */
/*                                                                     */
/*---------------------------------------------------------------------*/


/* ===== コンテンツ幅・余白 ===== */

.privacy-body {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ===== イントロ文 ===== */

.privacy-intro p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
}


/* ===== 各セクション ===== */

.privacy-section p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
  margin-bottom: 1em;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}


/* ===== 番号付きリスト ===== */

.privacy-list {
  padding-left: 1.5em;
  margin-top: 1em;
}

.privacy-list li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
}


/* ===== 連絡先ブロック ===== */

.privacy-contact {
  margin-top: 1.5em;
  padding: 1.5em 2em;
  background: #f7f7f7;
  border-left: 3px solid #222;
}

.privacy-contact p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
  margin-bottom: 0;
}

.privacy-contact a {
  color: #222;
  text-decoration: underline;
}

.privacy-contact a:hover {
  text-decoration: none;
}


/* ===== 改定日 ===== */

.privacy-revised {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.privacy-revised p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #666;
  text-align: right;
}


/* ===== Googleアナリティクスリンク ===== */

.privacy-section a {
  color: #222;
  text-decoration: underline;
}

.privacy-section a:hover {
  text-decoration: none;
}


/* ===== スマホ ===== */

@media (max-width: 767px) {

  .privacy-body {
    width: 90%;
  }

  .privacy-contact {
    padding: 1.2em 1.2em;
  }

  .privacy-revised {
    margin-top: 40px;
    padding-top: 20px;
  }

  .privacy-revised p {
    text-align: left;
  }

}
