@charset "UTF-8";

.sec-01 {
  margin-top: 120px;
}

.pp-sec {
  margin-top: 35px;
}

.pp-hd {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
  letter-spacing: 0.32px;
}

.pp-p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.1875;
  letter-spacing: 0.32px;
}

.pp-l {
  counter-reset: item;
}

.pp-l li {
  text-indent: -1em;
  padding-left: 1.3em;
}

.pp-l li:before {
  counter-increment: item;
  content: counter(item)'.';
}

.pp-date {
  margin-top: 35px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.1875;
  letter-spacing: 0.32px;
}

@media only screen and (max-width: 1000px) {
  .sec-01 {
    margin-top: 130px;
  }

  .pp-hd {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.50394444444;
    letter-spacing: -0.36px;
  }
}