@charset "UTF-8";

.title-wrap {
  background-image: url(../img/privacy/main.jpg);
  background-position: center;
  background-size: cover;
}

/* privacy */
.pp {
  width: 80%;
  margin: 80px auto 0 auto;
}
.privacy-txt {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.8;
}
.privacy-txt a {
  border-bottom: 1px solid #1e1e1e;
}
.privacy-head {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pp {
    width: 90%;
    margin: 60px auto 0 auto;
  }
}