#contact {
	padding: 40px 0;
	margin-bottom: 70px;
}
#contact .desc {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#subHeader {
		background-position-x: calc(100% + 90px) !important;
	}
	#contact {
		margin-bottom: 0;
	}
	#contact .form table {
		border: 1px solid #D3D3D3;
		padding: 5px 15px;
		display: block;
	}
	#contact th {
		display: block;
		width: 100%;
		border: 0;
		background: none;
		padding: 10px 0;
	}
	#contact td {
		display: block;
		width: 100%;
		border: 0;
		padding: 0;
		margin-bottom: 10px;
	}
	#nameForm input {
		float: none;
		width: 100%;
	}
	#nameForm input:first-child {
		float: none;
		margin-bottom: 10px;
	}
	#contact .btn_submit input {	
		font-size: 16px;	
		float: none;	
		width: 158px;
		height: 46px;
		margin: 0 auto;
	}
	.btn_submit {
		margin: 20px 0 0 0;
	}
	.mw_wp_form .error {
		left: 55px!important;
		top: 11px !important;
	}
	#contact .mw_wp_form tr:nth-child(4) .error {
		left: 60px!important;
    	top: 10px !important;
	}
	#contact .mw_wp_form tr:last-child .error {
		top: 11px !important;
		left: 65px !important;
	}
	html[lang="ja"] #contact .mw_wp_form tr:nth-child(4) .error {
		left: 120px!important;
		top: 12px !important;
	}
	html[lang="ja"]	#contact .mw_wp_form tr:last-child .error {
		top: 12px !important;
		left: 140px !important;
	}

	html[lang="km"] #contact .mw_wp_form tr:nth-child(4) .error {
		left: 130px!important;
		top: 10px !important;
	}
	html[lang="km"]	#contact .mw_wp_form tr:last-child .error {
		top: 10px !important;
		left: 60px !important;
	}
	#contact .form .box {
		width: 100%;
		margin-bottom: 0;
	}
	#contact .form .box h2 {
		font-size: 29px;
	}
	#contact .form .box a.link {
		color: #fff;
		background: #2F5051;
		padding: 10px 50px;
		font-size: 16px;
		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;
	}
}