.mail-form {
  margin-top: 24px;
}

.estimate-forward {
  margin-top: 16px;
  border: 1px solid #cfd8e6;
  background: #f5f9ff;
  border-radius: 8px;
  padding: 12px;
}

.estimate-forward__title {
  font-size: 13px;
  font-weight: 700;
}

.estimate-forward__body {
  margin-top: 8px;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.7;
}

.mail-form__status {
  margin-top: 18px;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
}

.mail-form__status.is-ok {
  background: #e7f8ec;
  color: #1d6f35;
}

.mail-form__status.is-error {
  background: #ffeaea;
  color: #9f1d1d;
}

.mail-form__row {
  margin-top: 16px;
}

.mail-form__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.mail-form__label .required {
  color: #d60000;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}

.mail-form__input,
.mail-form__textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  background: #fff;
  padding: 10px 12px;
  line-height: 1.5;
}

.mail-form__textarea {
  resize: vertical;
}

.mail-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mail-form__submit {
  display: block;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  width: min(320px, 100%);
  border-radius: 28px;
  border: 0;
  color: #fff;
  background: #000;
  font-weight: 600;
  padding: 13px 16px;
  cursor: pointer;
}

.mail-form--senkyo {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 481px) {
  .mail-form {
    margin-top: 32px;
  }

  .mail-form__row {
    margin-top: 20px;
  }

  .mail-form--senkyo {
    padding: 28px 30px;
  }
}
