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

/* customize */
.c-ttl-second {
  font-size: 23px;
}
/* SP */
@media screen and (max-width: 767px) {
  .p-privacy-box{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-ttl-second{
    margin-bottom: 25px;
  }
}