.block-center p:not(.module-detail-title) {
  margin-top: 0;
}

h1 + .section {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  h1 + .section {
    margin-top: 20px;
  }
}

#section-message.is-error {
  color: #8b0005;
}

.module-fieldset .fieldset-item > p[role='alert'] {
  margin-top: 0;
  color: #8b0005;
}

.goiken-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 18px;
}

.block-center p.goiken-title {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .goiken-title {
    font-size: 1.125rem;
    text-align: left;
  }
}

#section-message .goiken-title {
  text-align: left;
}

#block-center > .module-text--center {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #block-center > .module-text--center {
    margin-bottom: 14px;
    text-align: left !important;
  }
}

#block-center > .module-text--center .module-text--note {
  display: inline-block;
  margin-top: 0;
}

#block-center .section:nth-last-child(1) .module-button-wrap {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  #block-center .section:nth-last-child(1) .module-button-wrap {
    padding-top: 16px;
  }
}

#block-center .section:nth-last-child(1) .module-button-wrap:nth-last-of-type(1) {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  #block-center .section:nth-last-child(1) .module-button-wrap:nth-last-of-type(1) {
    padding-top: 40px;
  }
}

.confirm-display:not(.input-display) {
  display: none;
}

#confirm .module-fieldset__body {
  padding-top: 0;
  background-color: #f1f1f1;
}

.footer .footer-pagetop {
  bottom: 75px;
}
