@charset "utf-8";





#contact_form_box {
	padding: 70px 0 80px;;
	line-height: 1.5;
}

#contact_form {
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
}

#contact_form_text {
	margin-bottom: 30px;
}
#contact_tel {
	font-weight: 600;
	padding: 10px;
	color: #666;
}
#contact_applicationl a {
	text-decoration: underline;
	color: #a6943a;
}
#contact_applicationl a:hover {
	color: #847218;
}




#table_box {
	padding-bottom: 50px;
}

table {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
table#chek_table {
	border: 1px solid #ccc;
}

table#form_table tr td:first-child,
table#chek_table tr td:first-child {
	width: 30%;
	background-color: #f3f3f3;
	box-sizing: border-box;
	line-height: 1;
}

table#form_table tr td,
table#chek_table tr td {
	padding: 16px 14px;
	border-top: 1px dotted #c9c9cb;
	vertical-align: middle;
	box-sizing: border-box;
}

table#form_table tr:first-child td,
table#chek_table tr:first-child td {
	border-top: none;
}


.eng {
	font-size: 65%;
}

.notes {
	color: #9aa;
	font-size: 90%;
}

label {
	display: inline-block;
	margin: 0 2em 0 0;
	padding: 6px 0;
	white-space: nowrap;
}

input[type="text"],input[type="email"], textarea {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #bbb;
	font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 97%;
	box-sizing: border-box;
}

input[type="text"]:focus,input[type="email"]:focus , textarea:focus {
	background-color: #fff;
	border: 1px solid #69f;
}

input[type="text"]#tel {
	max-width: 14em;
}

#message_s {
	min-height: 12em;
}

#submit {
	text-align: center;
}

#submit_text {
	margin-bottom: 40px;
}

#submit input[type="submit"] {
	-webkit-appearance: none;
	width: 8em;
	margin: 0 10px;
	padding: 12px 0;
	border-style: none;
	border-radius: 6px;
	font: inherit;
	font-size: 120%;
	cursor: pointer;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#submit input[type="submit"]:hover {
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.03);
}
#submit input[type="submit"]#comf,
#submit input[type="submit"]#send {
	max-width: 40%;
	background-color: #c92221;
	color: #fff;
}
#submit input[type="submit"]#comf:hover,
#submit input[type="submit"]#send:hover {
	background-color: #e92221;
}
#submit input[type="submit"]#back {
	max-width: 40%;
	background-color: #ddd;
	color: #fff;
}
#submit input[type="submit"]#back:hover {
	background-color: #bbb;
}




.err {
	background-color: #fec;
	border: 1px solid #f96 !important;
}

.message {
	padding: 60px 0 120px;
	text-align: center;
}
.message a {
	text-decoration: underline;
	color: #666;
}
.message a:hover {
	color: #999;
}



/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 768px){



}/* 768pxの閉じカッコ */







/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 640px) {

table#form_table tr td,
table#chek_table tr td {
	vertical-align: middle;
	display: block;
	width: 100%;
}

table#form_table tr td:first-child,
table#chek_table tr td:first-child {
	width: 100%;
}

table#form_table tr td:last-child,
table#chek_table tr td:last-child {
	border: none;
}




#contact_tel {
	font-size: 80%;
}

#submit_text {
	text-align: left;
}

}/* 640pxの閉じカッコ */





