@charset "UTF-8";

.form__chance label:nth-child(odd) {
  width: auto;
}
@media screen and (max-width: 767px) {
  .form__chance label:nth-child(odd) {
    width: auto;
  }
}
.form__chance label:nth-child(even) {
  width: auto;
}
@media screen and (max-width: 767px) {
  .form__chance label:nth-child(even) {
    width: auto;
  }
}
.form__chance label:last-child {
  margin-bottom: 0;
}

.form__chance .mwform-checkbox-field:nth-child(odd) {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .form__chance .mwform-checkbox-field:nth-child(odd) {
    width: auto;
  }
}
.form__chance .mwform-checkbox-field:nth-child(even) {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .form__chance .mwform-checkbox-field:nth-child(even) {
    width: auto;
  }
}
.form__chance .mwform-checkbox-field:last-child {
  margin-bottom: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
	margin-bottom: 1rem !important;
}
.mw_wp_form_confirm .input_only {
	display: none !important;
}
.mw_wp_form_confirm .form__item-label {
	padding-top: 0 !important;
}
.form__flex-item,
.form__item-input,
.form__tel {
	font-size: 1.125rem;
}
.mw_wp_form .error {
	margin:0 !important;
	top:auto !important;
}
.mw_wp_form .error:before {
	content:none !important;
}
.opacity {
	opacity: 0.4;
}