@charset "UTF-8";
/*=======================================
プライバシーポリシー
=========================================*/
.p-privacy__lead {
  padding-bottom: 60px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 60px;
}
.p-privacy__content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 170%;
  font-weight: normal;
  margin-top: 66px;
  margin-bottom: 30px;
}
.p-privacy__content h3:first-child {
  margin-top: 0;
}
.p-privacy__content li li {
  padding-left: 1em;
}
.p-privacy__content .block1 {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 67px;
  margin-bottom: 60px;
}
.p-privacy__content .box1 {
  text-align: center;
  background: #f6f6f6;
  padding: 40px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-privacy__content h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .p-privacy__content .block1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-privacy__content .box1 {
    padding: 20px;
    text-align: left;
  }
}
