.form input,
.form textarea {
  border: solid .1rem;
  width: 100%;
  height: 4rem;
  border-radius: .5rem;
  padding: 1rem;
  background-color: #fff;
}

.label {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: middle;
  margin: 5rem auto 2rem;
}

.req {
  padding-left: .5rem;
  color: red;
}

.form input.your_tel {
  height: 4rem;
  width: 10rem!important;
}

.form textarea {
  height: 35rem;
  margin-bottom: 4rem;
}

p {
  font-size: 2.8rem;
}

.lower_page .submit {
  text-align: center;
  margin: 60px 0 0;
}

.lower_page .submit input {
  background: none;
  padding: 20px 100px;
  color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  transition: .3s;
}

.lower_page .submit input:hover {
  background: #000;
  color: #fff;
}

.mw_checkbox {
  width: fit-content;
  margin: 20px auto;
  font-size: 17px;
}

.mwform-checkbox-field input {
  appearance: auto;
  margin-right: 5px;
}

.underline {
  text-decoration: underline;
}