.mw_wp_form input[type=checkbox] {
	display: none;
}
.mw_wp_form input[type=checkbox] + .wpcf7-list-item-label::before {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/common/checkoff.png) no-repeat 0 0;
	vertical-align: middle;
	content: "";
}
.mw_wp_form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background: url(../images/common/checkon.png) no-repeat 0 0;
}

.mw_wp_form .fm-modoru {
	background-color: #666 !important;
	color: #fff !important;
	border: 1px solid #0860b2 !important;
	border-radius: 32px !important;
}

.mw_wp_form .wpcf7-not-valid-tip {
	display: inline-block;
	margin: 5px 0;
	padding: 10px;
	background-color: #f2dede;
	color: #c50000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	display: flex;
	padding: 10px 0;
	justify-content: center;
	background: #f2dede;
	border: unset !important;
	color: #c50000;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

input[type=submit].wpcf7-submit:disabled {
	opacity: 0.3;
}