.form {
  width: 100%;
}

.form tr th,
.form tr td {
	display:block;
  width: 100%;
}

.form tr th{
	margin-bottom:1rem;
}

.wpcf7 {
  text-align: center;
}

.wpcf7-form {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  border-radius: 25px;
  width: 100%;
}

.wpcf7-form tr {
  vertical-align: text-top;
}

.haveto {
  color: #B91313;
}

span.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

.formError.inline {
  display: block !important;
}

.formErrorContent {
  color: red;
  margin-bottom: 2rem;
}

#form__center_area label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#form__center_area .wpcf7-list-item label {
  margin: 5rem 0;
}

#form__center_area label #privacypolicy {
  order: 1;
}

#form__center_area label .wpcf7-list-item-label {
  order: 2;
}

#form__center_area label .privacypolicyformError {
  order: 3;
  display: block;
  width: 100%;
  text-align: center;
}

#form__privacypolicy {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:960px) {}

@media screen and (max-width:767px) {}