@charset "utf-8";

/* Table Of Contents
----------------------------------------

# form

----------------------------------------*/


/* # form
---------------------------------------------------------------------------- */

div#main div.form table {
	border-collapse: separate;
	border-spacing: 1px;
	border-left: 0;
	border-top: 0;
	font-size: 12px;
	margin-bottom: 20px;
	width: 100%;
}
div#main div.form table th {
	background: rgba(40,112,39,0.3);
	border-bottom: 0;
	border-right: 0;
	color: #287027;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
div#main div.form span.required {
	color: #ff0000;
	font-weight: normal;
	font-size: 10px;
}
div#main div.form table td {
	background: rgba(40,112,39,0.1);
	border-bottom: 0;
	border-right: 0;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
div#main div.form table table {
	border: 0;
	margin-bottom: 0;
}
div#main div.form table table th {
	background: 0;
	border: 0;
	color: #333;
	font-weight: normal;
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: top;
	width: auto;
}
div#main div.form table table td {
	border: 0;
	padding: 5px 0;
}
div#main div.form table td p {
	margin-bottom: 5px;
}
div#main div.form table td p:last-child {
	margin-bottom: 0;
}
div#main div.form label {
	font-weight: normal;
}
div#main div.form input,
div#main div.form textarea,
div#main div.form select {
	background: #fff;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 5px;
}
@media only screen and (max-width:768px) {
	div#main div.form select,
	div#main div.form input,
	div#main div.form textarea {
		font-size: 16px;
	}
}
div#main div.form input,
div#main div.form textarea {
	width: 100%;
}
div#main div.form textarea {
	height: 300px;
	resize: none;
}
div#main div.form input[type="checkbox"],
div#main div.form input[type="radio"] {
	border: inherit;
	padding: 0;
	margin: 0;
	width: inherit;
}
div#main div.form select {
	background: #fff;
	color: #333;
}
div#main div.form .w50 {
	width: 50px!important;
}
div#main div.form .w100 {
	width: 100px!important;
}
div#main div.form .w150 {
	width: 150px!important;
}
div#main div.form .wMax {
	width: 100%!important;
}
div#main div.form .rows100 {
	height: 100px;
}
div#main div.form .wpcf7-list-item {
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}
div#main div.form div.form_btn {
	margin-top: 20px;
	text-align: center;
}
div#main div.form div.form_btn input {
	-webkit-appearance: button;
	background: #287027 url(../common/img/bg_form_btn_01.png)  repeat;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, Arial, Verdana,  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	min-width: 200px;
	padding: 0 20px;
	width: auto;
}
div#main div.form div.form_btn input:hover {
	opacity: 0.7;
}
div#main div.form p.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
div#main div.form p.tel img {
	margin-right: 5px;
	vertical-align: 0!important;
}
div#main div.form p.tel span {
	font-size: 14px
}
div#main div.form p.note {
	color: #999;
	font-style: italic;
}
@media only screen and (max-width:768px) {
	div#main div.form table th {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 5px 10px;
		text-align: center;
		width: 100%;
	}
	div#main div.form table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 10px;
		width: 100%;
	}
}

span.wpcf7-not-valid-tip {
	color: #333;
}
@media only screen and (max-width:640px) {
	span.wpcf7-not-valid-tip {
		left: 0%!important;
		width: 100%!important;
	}
}

div.wpcf7 img.ajax-loader{
	display:block;
	margin: 10px auto auto !important;	
}

@media only screen and (min-width:641px) {
div#main div.form p.tel a{
pointer-events:none;
cursor:default;
text-decoration:none;
}
}