.p-policy__ttl {
  margin: 10px 0 40px 0;
   text-align: center;
  font-size: 3.0rem;
}

@media screen and (max-width: 1030px) {
 .p-policy__ttl {
 margin-bottom: 40px;
  font-size: 2.8rem;
}
}
@media screen and (max-width: 767px) {
  .p-policy__ttl {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
}
.p-privacy {
   width: 70%;
  margin: 0 auto;
  max-width:1100px;
  padding-top: 60px;
  text-align:left;
}

@media screen and (max-width: 1030px) {
  .p-privacy {
    font-size:1rem;
      padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    font-size:1rem;
    padding-top: 40px;
      width: 95%;
  }
}

.p-privacy-box {
  margin-top: 60px;
  margin-bottom: 60px;
}
