.ttl {
  background: url(../images/privacypolicy/bg_title.jpg) no-repeat center;
}

.privacypolicy_content {
  margin: 0 auto 60px;
  text-align: left;
  width: 1000px;
}

.privacypolicy_content:first-of-type {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .ttl {
    background: url(../images/privacypolicy/bg_title_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .privacypolicy_content {
    margin: 0 15px 25px;
    width: calc(100% - 30px);
  }
  .privacypolicy_content:first-of-type {
    padding-top: 0;
  }
  .privacypolicy_content p {
    font-size: 14px;
  }
}
