.privacy-mv .mv {
  background-image: url(/assets/img/privacy/mv_bg.jpg);
}

.privacy-detail {
  padding: 130px 0;
}

.privacy-detail-lead {
  line-height: 1.7;
}

.privacy-detail-lead > p {
  margin-bottom: 30px;
  font-size: 1.3rem;
  text-align: right;
}

.privacy-detail-list {
  margin-top: 60px;
  counter-reset: cnt;
}

.privacy-detail-list > dl {
  padding: 30px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.privacy-detail-list > dl:first-of-type {
  border-top: 1px solid #dfdfdf;
}

.privacy-detail-list > dl > dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.privacy-detail-list > dl > dt > p {
  position: relative;
  padding-left: 2em;
}

.privacy-detail-list > dl > dt > p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
  content: counter(cnt) ".";
  counter-increment: cnt;
}

.privacy-detail-list > dl > dd {
  margin-top: 15px;
  line-height: 1.7;
}

.privacy-detail-signature {
  margin-top: 60px;
  line-height: 1.7;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .privacy-detail {
    padding: 65px 0;
  }
  .privacy-detail-lead > p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .privacy-detail-list {
    margin-top: 30px;
  }
  .privacy-detail-list > dl {
    padding: 20px 5px;
  }
  .privacy-detail-list > dl > dt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .privacy-detail-list > dl > dt > p {
    padding-left: 1.5em;
  }
  .privacy-detail-signature {
    margin-top: 30px;
  }
}
