@charset "utf-8";
/*------------------------------------------------
プライバシーポリシー
------------------------------------------------*/


/*========== 序章 ==========*/

#privacy-policy {
  margin: 50px auto;
}


.preface-txt {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 769px) {
  #privacy-policy {
    margin: 70px auto;
  }
  .preface-txt {
    text-align: center;
    font-size: 1.8rem;
  }
}


/*========== プライバシーポリシーリスト ==========*/

.privacy-policy-list {
  margin: 25px 0;
}

.privacy-policy-item {
  margin-bottom: 15px;
  font-weight: 700;
}

.privacy-policy-item-ttl {
  font-size: 1.8rem;
  margin-top: 45px;
}

.privacy-policy-item-txt {
  font-size: 1.4rem;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {

  .privacy-policy-list {
    text-align: center;
  }

  .privacy-policy-item-ttl {
    font-size: 2.4rem;
    margin-top: 70px;
  }

  .privacy-policy-item-txt {
    font-size: 1.8rem;
  }

}

/*========== 詳細 ==========*/

.privacy-detail {
  margin: 15px 0;
}

ul.privacy-detail {
  margin-bottom: 25px;
}

.privacy-detail-ttl {
  font-size: 1.6rem;
  font-weight: normal;
}

.privacy-detail-item {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: normal;
}

/*ナンバー*/
.privacy-detail-item .item-no {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.privacy-detail-item .item-no::before {
  margin-right:8px;
}

.privacy-detail-item:nth-of-type(1) > .item-no::before {
  content: "1.";
}

.privacy-detail-item:nth-of-type(2) > .item-no::before {
  content: "2.";
}

.privacy-detail-item:nth-of-type(3) > .item-no::before {
  content: "3.";
}

.privacy-detail-item:nth-of-type(4) > .item-no::before {
  content: "4.";
}


@media print, screen and (min-width: 769px) {

  .privacy-detail {
    margin: 20px 0;
  }

  ul.privacy-detail {
    margin-bottom: 50px;
  }

  .privacy-detail-ttl {
    font-size: 1.8rem;
  }

  .privacy-detail-item {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}

/*========== 署名 ==========*/

.signature {
  margin-top: 25px;
  text-align: right;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .signature {
    text-align: center;
    font-size: 1.8rem;
  }
}
