.contents .px2-h2, .contents h2, .contents .px2-h3, .contents h3 {
  display: block;
  color: #c1272d;
  border-bottom: 1px solid #c1272d;
  background-color: transparent;
}
.contents .px2-btn {
  font-size: 140%;
  border-radius: 14px;
  overflow: hidden;
}
.contents .px2-btn.px2-btn.px2-btn--primary {
  border-radius: 2em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contents .px2-btn {
    font-size: inherit;
  }
}
.contents .px2-lp-container__inner {
  max-width: 100%;
  width: 993px;
}
