.p-keisai {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-keisai__header {
  border-bottom: 2px solid var(--primary);
}
.p-keisai__title {
  letter-spacing: 0.1em;
}
.p-keisai__title + .catchphrase {
  margin-top: 1.25rem;
}
.p-keisai .catchphrase {
  padding-bottom: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-keisai .catchphrase {
    font-size: 5vw;
  }
}
.p-keisai__body {
  max-width: 650px;
  margin: 3.5rem auto;
  line-height: 2;
}
.p-keisai__body > * + * {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-keisai__body {
    font-size: 4vw;
  }
}
.p-keisai__footer {
  margin-top: 8rem;
}
/*# sourceMappingURL=p-keisai.css.map */
