@charset "UTF-8";
/* =========================================================
   プライバシーポリシー本文
   ========================================================= */
.p-privacy {
  padding: 50px 0 80px;
}
@media only screen and (min-width: 992px) {
  .p-privacy {
    padding: 70px 0 100px;
  }
}

.p-privacy__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 各セクション（間に区切り線） */
.p-privacy__block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #A8BED1;
}
@media only screen and (min-width: 992px) {
  .p-privacy__block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-privacy__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* 見出し */
.p-privacy__ttl {
  margin-bottom: 14px;
  color: #0E63C4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  .p-privacy__ttl {
    margin-bottom: 18px;
    font-size: 24px;
  }
}

/* 本文 */
.p-privacy__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 992px) {
  .p-privacy__body {
    font-size: 16px;
  }
}
.p-privacy__body p + p,
.p-privacy__body p + .p-privacy__gray,
.p-privacy__body .p-privacy__gray + p {
  margin-top: 1em;
}

/* グレーエリア（中のコンテンツは c-text） */
.p-privacy__gray {
  padding: 20px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 992px) {
  .p-privacy__gray {
    padding: 40px;
  }
}

.p-privacy__list {
  margin-top: 0.8em;
}
.p-privacy__list li {
  line-height: 2;
}
/*# sourceMappingURL=privacy.css.map */