@charset "utf-8";
/* CSS Document */

/* Contact Form 7 */
input[type="submit"].wpcf7-submit {	
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #3b9d48;
	padding: 12px;
	width: 320px;
	border-radius: 5em;
	font-size: 1.8rem;
	display: block;
	margin: 15px auto 0;
	background: #fff;
	cursor: pointer;
	border: 1px solid #3b9d48;
}
input[type="submit"].wpcf7-submit:disabled {
	background: #eee;
	color: #333;
	cursor: not-allowed;
	border: 1px solid #ccc;
}
.c-form-01__input-file {
    width: 100%;
    max-width: unset;
}
.codedropz-upload-handler {
    margin-bottom: 0!important;
}