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

@media screen and (max-width: 1030px) {
 .p-tokusho__ttl {
 margin-bottom: 40px;
  font-size: 2.8rem;
}
}
@media screen and (max-width: 767px) {
  .p-tokusho__ttl {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
}
.p-info-contents {
  width: 80%;
  margin: 0 auto;
  max-width:1100px;
  padding-top: 90px;
}
@media screen and (max-width: 1030px) {
  .p-info-contents {
      padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-contents {
    padding-top: 40px;
      width: 95%;
  }
}
