@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------
FORM
-------------------------------------------------------------- */
.req {
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

#formTable input {
	vertical-align: baseline;
}

#formTable *:last-child {
	margin-bottom: 0;
}

#formTable table {
	width: 100%;
}

#formTable table tr {
	border-bottom: 1px solid;
}

#formTable table tr:first-child {
	border-top: 1px solid;
}

#formTable table tr th, 
#formTable table tr td {
	border: none;
}

#formTable table tr th {
	background-color: transparent;
	width: 240px;
	text-align: left;
	vertical-align: top;
	padding: 30px 30px 30px 0;
}

#formTable table tr td {
	padding: 30px 0 30px 30px;
}

/*
#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;
	border-radius: 4px;
}

#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 input[type="text"].addnumS {
	width: 100px;
}

#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 {
	border: 1px solid;
	border-radius: 6px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	width: 200px;
}

form.wpcf7-form p.submit-button input[type="submit"][disabled] {
	border: 1px solid;
	cursor: not-allowed;
}

.wpcf7-mail-sent-ok {
	border: 2px solid!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-validation-errors {
	border: 2px solid!important;
	text-align: center;
	margin-top: 20px;
}

.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formTable table tr th, 
	#formTable table tr td {
		border: none;
		display: block;
		padding: 0 0 10px;
		width: 100%;
	}

	#formTable table tr th:first-child, 
	#formTable table tr td:first-child {
		padding: 20px 0 10px;
	}

	#formTable table tr td:last-child {
		padding: 0 0 20px;
	}

	#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%;
	}

	form.wpcf7-form p.submit-button .wpcf7-submit {
		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;
	}

}

