.site-body .c-h2 {
  margin-bottom: var(--scale-56);
}

.site-body p {
  color: var(--on-surface, #132f4e);
  font-feature-settings: "palt" on;

  /* body */
  font-family: "Noto Sans JP";
  font-size: var(--scale-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  margin-bottom: 2em;
}
.site-body p a {
  text-decoration: underline;
}

.site-body form {
  padding: var(--scale-40, 40px) var(--padding-inline);
  background: var(--surface-variant, #f5f7f8);
}

.site-body form p {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  line-height: 130%;
  margin-bottom: 0.5em;
}

.site-body form p .required {
  background: #f95a4b;
  color: #fff;
  font-size: 0.9em;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  line-height: 100%;
  margin-right: 0.4em;
}

input[type="submit"] {
  font-size: var(--scale-24);
  margin-inline: auto;
  display: block;
  min-width: 240px;
}
