#contact {
	padding: 70px 0;
	margin-bottom: 70px;
}
#contact .desc {
	text-align: center;
	margin-bottom: 80px;
}
#contact .form {
	position: relative;
}
#contact th {
	background: #F9F9F9;
	border: 1px solid #D3D3D3;
	padding: 15px 30px;
	text-align: left;
	font-size: 16px;
	width: 30%;
}
#contact td {
	padding: 10px;
	border: 1px solid #D3D3D3;
}
#contact input {
	border: 0;
	background: #F7F7F7;
	outline: none;
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 15px;
}
#contact textarea {
	border: 0;
	background: #F7F7F7;
	outline: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px;
}
.btn_submit {
	display: block;
	margin-top: 35px;
}
#contact .btn_submit input {
	background: #2F5051;
	float: right;
	width: 250px;
	height: 60px;
	color: #fff;
	border-radius: 6px;
	font-size: 24px;
	cursor: pointer;
}
#contact th>p>span {
	color: #FC5C5C;
}
#nameForm input {
	width: calc(100% / 2 - 5px);
	float: right;
}
#nameForm input:first-child {
	margin-right: 10px;
	float: left;
}
.mw_wp_form .error {
	left: 80px!important;
	top: 19px !important;
	position: absolute;
	font-weight: 600;
	color: #FC5C5C !important;
}
#contact tr {
	position: relative;
}
#contact .mw_wp_form tr:nth-child(4) .error {
	left: 83px!important;
	top: 19px !important
}	
#contact .mw_wp_form tr:last-child .error {
	top: 52px !important;
	left: 87px !important;
}

html[lang="ja"] #contact .mw_wp_form tr:nth-child(4) .error {
    left: 160px!important;
    top: 20px !important;
}
html[lang="ja"]	#contact .mw_wp_form tr:last-child .error {
	top: 48px !important;
    left: 170px !important;
}

html[lang="km"] #contact .mw_wp_form tr:nth-child(4) .error {
    left: 150px!important;
    top: 20px !important;
}
html[lang="km"]	#contact .mw_wp_form tr:last-child .error {
	top: 52px !important;
    left: 90px !important;
}
#contact .form .box {
	width: 500px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 26px;
    margin: 0 auto -70px;
    text-align: center;
}
#contact .form .box h2 {
	font-size: 60px;
	margin-bottom: 10px;
}
#contact .form .box a.link {
	color: #fff;
	background: #2F5051;
	padding: 10px 50px;
	font-size: 27px;
	border-radius: 9px;
	transition: all 0.5s;
	display: block;
	width: 130px;
	text-align: center;
	margin: 50px auto 10px;
}
#contact .form .box a:hover {
	border-radius: 0;
}