@charset "utf-8";
/* CSS Document */

/* =========================
  ページトップ位置調整
========================= */
.fs-body-about-privacyPolicy,
.fs-body-about-terms,
.fs-body-about-memberAgreement {
  padding-top:250px;
}

/* =========================
  ページ見出し
========================= */
.fs-c-heading--page {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

/* =========================
  テキストインデント
========================= */
.fs-c-orderedList > li {
  text-indent: unset;
}

/* ==============================
  個人情報保護方針
============================== */

.fs-p-privacyPolicy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  color: #333;
  line-height: 1.9;
  font-size: 15px;
}

.fs-c-documentArticle {
  margin-bottom: 56px;
}

.fs-c-documentArticle:last-child {
  margin-bottom: 0;
}

.fs-c-documentArticle__heading {
  margin: 0 0 32px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #222;
  position: relative;
  background: none;
}

.fs-c-documentArticle__heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  background: #b89b5e;
  border-radius: 999px;
}

/* 制定日・会社名 */
.fs-c-explainList {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin: 0 0 44px;
  border: 1px solid #e6e1d8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.fs-c-explainList dt,
.fs-c-explainList dd {
  margin: 0;
  padding: 16px 22px;
  border-bottom: 1px solid #eee8df;
}

.fs-c-explainList dt {
  background: #f8f5ef;
  font-weight: 700;
  color: #3a3328;
}

.fs-c-explainList dd {
  background: #fff;
}

.fs-c-explainList dt:last-of-type,
.fs-c-explainList dd:last-of-type {
  border-bottom: none;
}

.fs-c-time {
  font-style: normal;
}

/* 各セクション */
.fs-c-documentColumn {
  margin-bottom: 34px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #eee8df;
  border-radius: 14px;
}

.fs-c-documentColumn:last-child {
  margin-bottom: 0;
}

.fs-c-documentColumn__heading {
  margin: 0 0 18px;
  padding-left: 16px;
  border-left: 4px solid #b89b5e;
  font-size: 20px;
  font-weight: 700;
  color: #2f2a22;
  line-height: 1.5;
}

.fs-c-documentColumn__content p {
  margin: 0 0 16px;
}

.fs-c-documentColumn__content p:last-child {
  margin-bottom: 0;
}

/* 番号付きリスト */
.fs-c-orderedList {
  margin: 18px 0 0;
  padding-left: 0;
  counter-reset: privacy-counter;
  list-style: none;
}

.fs-c-orderedList li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 42px;
  line-height: 1.8;
}

.fs-c-orderedList li:last-child {
  margin-bottom: 0;
}

.fs-c-orderedList li::before {
  counter-increment: privacy-counter;
  content: counter(privacy-counter);
  position: absolute;
  /*top: 0.2em;*/
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /*background: #f1eadc;*/
  color: #7b622d;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

/* 住所ブロック */
.fs-p-address {
  display: block;
  margin-top: 20px;
  padding: 22px 24px;
  background: #faf8f3;
  border: 1px solid #eee3d2;
  border-radius: 12px;
  font-style: normal;
}

.fs-p-address span {
  display: block;
  margin-bottom: 6px;
}

.fs-p-address span:last-child {
  margin-bottom: 0;
}

.fs-p-address__companyName {
  font-weight: 700;
  color: #2f2a22;
}

.fs-p-address__name {
  color: #555;
}

.fs-u-zipCode::before {
  content: "〒";
}

/* ==============================
  スマホ対応
============================== */

@media screen and (max-width: 768px) {
  .fs-p-privacyPolicy {
    padding: 40px 16px 64px;
    font-size: 14px;
    line-height: 1.85;
  }

  .fs-c-documentArticle {
    margin-bottom: 44px;
  }

  .fs-c-documentArticle__heading {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .fs-c-explainList {
    display: block;
    margin-bottom: 32px;
    border-radius: 12px;
  }

  .fs-c-explainList dt,
  .fs-c-explainList dd {
    display: block;
    padding: 13px 18px;
  }

  .fs-c-explainList dt {
    border-bottom: none;
    font-size: 13px;
  }

  .fs-c-explainList dd {
    border-bottom: 1px solid #eee8df;
    padding-top: 0;
  }

  .fs-c-documentColumn {
    margin-bottom: 24px;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .fs-c-documentColumn__heading {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 18px;
  }

  .fs-c-orderedList li {
    padding-left: 36px;
  }

  .fs-c-orderedList li::before {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .fs-p-address {
    padding: 18px 16px;
  }
}

@media screen and (max-width: 480px) {
  .fs-p-privacyPolicy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fs-c-documentArticle__heading {
    font-size: 22px;
  }

  .fs-c-documentColumn {
    padding: 20px 16px;
  }

  .fs-c-documentColumn__heading {
    font-size: 17px;
  }
}

