@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .pageVisual .image {
	background-image: url(../img/contact/main_img.jpg);
}
#main .centerTxt {
	margin-bottom: 41px;
}
#main .formBox {
	margin: 0 auto;
	padding-top: 54px;
	max-width: 800px;
	border-top: 2px solid #5c4801;
}
#main .tableBox {
	margin: 0 auto;
	max-width: 582px;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.6rem;
	vertical-align: top;
	font-weight: normal;
	line-height: 1;
	box-sizing: border-box;
}
#main .tableBox table th {
	padding-top: 2px;
	width: 29.7%;
}
#main .tableBox input[type="text"],
#main .tableBox input[type="email"],
#main .tableBox input[type="tel"],
#main .tableBox textarea {
	padding-left: 8px;
	color: #fff;
	width: 100%;
	height: 26px;
	font-size: 1.3rem;
	background-color: #000000;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}
#main .tableBox textarea {
	padding: 8px;
	height: 180px;
	resize: vertical;
}
#main .tableBox input[type="tel"] {
	width: 234px;
}
#main .tableBox .must {
	padding: 2px 0 3px;
	margin: -3px 2px 0 0;
	min-width: 25px;
	font-size: 1rem;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	background-color: #b99000;
	text-align: center;
}
#main .inputUl {
	max-width: 236px;
	display: flex;
	justify-content: space-between;
}
#main .inputUl li {
	width: calc(50% - 7px);
}
#main .submit {
	margin-top: 31px;
	text-align: center;
}
#main .submit li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
#main .submit input {
	padding: 7px 10px 8px;
	width: 350px;
	color: #fff;
	font-weight: bold;
	font-size: 2.415rem;
	text-align: center;
	background-color: #b99000;
	border-radius: 13px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	appearance: none;
	-webkit-appearance: none;
}
#main .tableBox input::-webkit-input-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
#main .tableBox input:-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
#main .tableBox input::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
#main .tableBox input:-ms-input-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
@media all and (min-width: 897px) {
	#main .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .tableBox table th,
	#main .tableBox table td {
		width: 100%;
		float: left;
	}
	#main .tableBox {
		max-width: inherit;
	}
	#main .inputUl {
		max-width: inherit;
	}
	#main .tableBox input[type="tel"] {
		width: 100%;
	}
	#main .centerTxt {
		margin-bottom: 34px;
	}
	#main .submit li {
		margin: 0 0 20px;
		display: block;
	}
	#main .submit li:last-child {
		margin-bottom: 0;
	}
	#main .submit input {
		width: 100%;
		max-width: 280px;
		font-size: 1.8rem;
	}
	#main .content {
		margin: 0 20px;
	}
}
