.Gf {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.Gf__layoutblock {
  display: none;
}

.Gf__suppl {
  margin-top: 0;
}

@media all and (width >= 1280px) {
  .Gf {
    padding: 20px 0;
  }
}
/* --------------------------------------------------------- */
/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 100px !important;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.15) !important;
}

/* --------------------------------------------------------- */
.mailform-footer {
  margin-top: 40px;
}

.mailform-footer-text {
  line-height: var(--lh-extra-relaxed);
}

.mailform-footer .next-btn {
  min-width: 200px;
}

.mp-form-footer {
  margin-top: 15px;
}
@media all and (width >= 768px) {
  .mp-form-footer {
    margin-top: 25px;
  }
}
@media all and (width >= 1280px) {
  .mp-form-footer {
    margin-top: 35px;
  }
}

.mp-form-footer .c-btn {
  align-items: center;
  height: 50px;
}

.mp-form-footer .next-btn {
  min-width: 200px;
}

@media all and (width >= 1280px) {
  .mailform-footer .next-btn,
.mp-form-footer .next-btn {
    font-size: 1rem;
  }
}
/* --------------------------------------------------------- */
.contact-form-error__intro-message {
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.1);
}

.contact-form-error {
  display: none;
}

/* --------------------------------------------------------- */
.agree {
  box-sizing: border-box;
  padding: 30px 0;
  margin-left: -6px;
}
@media screen and (width >= 768px) {
  .agree {
    padding: 42px 0;
  }
}

.agree .user-notify-wrap {
  margin-top: 0;
}