@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.p-entry .p-agree-note {
  margin: 50px auto 20px;
  padding: 0;
}
.p-entry .p-agree {
  padding: 0 0 2.5rem;
}
.recaptcha-note {
  margin: 0 auto;
  font-size: max(10px, 1.4rem);
}
