.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}


.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.contact_us_form {
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000000;
  text-align: center;
  margin-top: 2rem;
}

.form_text {
  font-size: 2rem;
  line-height: calc(29em / 20);
  color: #000000;
  margin-left: 20rem;
}

.contact_form {
  margin: 5rem 0;
}

.contact_form_container {
  width: 100%;
}

.br_sp {
  display: none;
}

.content {
  display: flex;
  vertical-align: top;
}

.req {
  width: 60rem;
  display: inline-block;
}

.submit_btn {
  font-size: 2rem;
  color: #ffffff;
  background-color: #35B98A;
  padding: 0.5rem 1.8rem;
  margin-bottom: 2rem;
}

.pre {
  font-size: 2rem;
  color: #ffffff;
  background-color: #4f4f4f;
  padding: 0.5rem 1.8rem;
  margin-bottom: 2rem;
}

.submit_btn_box {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.name_req {
  margin-left: 13rem;

}

.add_req {
  margin-left: 15rem;
}

.tel_req {
  margin-left: 11rem;
}

.mail_req {
  margin-left: 5rem;
}

.content_req {
  margin-left: 3rem;

}

.underline {
  margin-bottom: 1.5rem;
}
.content_req{
  word-break: break-all;
  white-space: pre-wrap;
}
@media screen and (max-width: 699.98px) {
  .form_text {
    margin-left: 2.8rem;

  }

  .contact_us_form {
    font-size: 2.8rem;
  }

  .br_sp {
    display: block;
  }

  .req {
    display: block;
    width: 30rem;

  }

  .content {
    display: block;
  }

  .name_req {
    margin-left: 5rem;
  }

  .add_req {
    margin-left: 5rem;
  }

  .tel_req {
    margin-left: 5rem;
  }

  .content_req {
    margin-left: 2.3rem;
  }
  .underline{
    margin-bottom: 2.5rem;
  }
}