@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------
FORM
-------------------------------------------------------------- */
.req {
	background: #ce4739;
	/* border-radius: 6px; */
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.kome {
	color: #ce4739;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

#formTable input {
	vertical-align: baseline;
}

#formTable *:last-child {
	margin-bottom: 0;
}

#formTable table {
	width: 100%;
}

#formTable table tr th {
	width: 280px;
	text-align: left;
	vertical-align: top;
}

/*
#formTable table tr td span.wpcf7-list-item {
	display: block;
	margin: 0;
}
*/

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td input[type="tel"], 
#formTable table tr td input[type="date"], 
#formTable table tr td select, 
#formTable table tr td textarea {
	border: 1px solid #aaa;
}

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td textarea {
	padding: 10px;
	/*width: 420px;*/
	width: 100%;
}

#formTable table tr td input[type="tel"] {
	padding: 10px;
	width: 200px;
	/*width: 100%;*/
}

#formTable table tr td input[type="date"] {
	padding: 10px;
}

#formTable table tr td input[type="text"]#addnum {
	width: 200px;
}

#formTable table tr td select {
	padding: 10px;
}

form.wpcf7-form p.submit-button {
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.submit-button .wpcf7-submit {
	padding: 10px 20px;
	background: #ff8b22;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 200px;
}

form.wpcf7-form p.submit-button input[type="submit"]:hover {
	background: #f15a24;
	color: #fff;
}

/* 
form.wpcf7-form p.submit-button input[type="button"]:hover {
	background: #ccc;
}

form.wpcf7-form input[type="button"]:hover, 
form.wpcf7-form input[type="submit"]:hover {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}
 */

.wpcf7-mail-sent-ok {
	border: 2px solid #60C0BD!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color:  #db381d;
}

.wpcf7-validation-errors {
	border: 2px solid #ce4739!important;
	text-align: center;
	margin-top: 20px;
}


/* Contact Form 7 Multi-Step Forms */
form.wpcf7-form p.submit-button .wpcf7-previous {
	padding: 10px 20px;
	background: #aaa;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 120px;
	margin-right: 20px;
}

form.wpcf7-form p.submit-button .wpcf7-previous:hover {
	background: #ccc;
}
/* Contact Form 7 Multi-Step Forms */


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formTable table tr th {
		display: block;
		padding: 5px 10px;
		width: auto;
		float: left\9;
		clear: both\9;
		width: 100%\9;
		border: none;
		/*border-bottom: 5px solid #fff;*/
	}

	#formTable table tr td {
		display: block;
		padding: 15px 10px 20px;
		border: none;
		/*border-bottom: 5px solid #fff;*/
		width: auto;
		float: left\9;
		clear: both\9;
		width: 100%\9;
	}

	#formTable table tr:last-child td {
		padding: 15px 10px 0;
	}

	#formTable table tr td input[type="text"], 
	#formTable table tr td input[type="email"], 
	#formTable table tr td textarea, 
	#formTable table tr td select {
		width: 100%;
	}

	#formTable table tr td input[type="tel"], 
	#formTable table tr td input[type="text"]#addnum {
		width: 100%;
		max-width: 200px;
	}

	form.wpcf7-form p.submit-button .wpcf7-submit {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 20px auto 0!important;
	}

	.wpcf7-mail-sent-ok, 
	.wpcf7-validation-errors {
		text-align: left;
	}

	div.wpcf7 .ajax-loader {
		margin: 10px auto 0;
		display: block;
		text-align: center;
	}

	div.wpcf7-response-output {
		margin: 1.5em 0.5em 1em;
	}


/* Contact Form 7 add confirm */
	form.wpcf7-form p.submit-button .wpcf7-confirm {
	}

	form.wpcf7-form p.submit-button .wpcf7-back {
		width: 100%;
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}
/* Contact Form 7 add confirm */


/* Contact Form 7 Multi-Step Forms */
	form.wpcf7-form p.submit-button .wpcf7-previous {
		width: 100%;
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}
/* Contact Form 7 Multi-Step Forms */

}

