.page-head {
  background-image: url("../assets/images/privacy/privacy-head.jpg");
}

.privacy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.privacy__item {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px;
}
.privacy__item:last-child {
  margin-bottom: 0;
}
.privacy__item h2 {
  margin-bottom: 16px;
}
.privacy__item p + p {
  margin-top: 1em;
}

@media screen and (max-width:767px) {
  .page-head {
    background-image: url("../assets/images/privacy/privacy-head-sp.jpg");
  }
}