#contact_form .readonly{
	color:#12abeb;
	font-size:16px;
}

.textbox{
	width:480px;
}

.privacy_block{
/* 	height:250px; */
	margin-top:10px;
/* 	background-color:#555555; */
}

.contact_main_bottom{
	margin-top:47px;
	padding-bottom:88px;
}

.contact_detail{
	width:320px;
	height:200px;
}

.error_checkbox .error_boxtext{
	top:30px;
}

#agreement{
	font-weight:800;
	padding: 20px 30px;
	border-bottom:solid 2px #e92360;
}

.allow_right{
/* 	opacity:0.9; */
/* 	position: absolute; */
/* 	width: 6px; */
/* 	height: 6px; */
/* 	top: 25px; */
/* 	right: 22px; */
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
/* 	transform: rotate(-45deg); */
}

.allow_left{
/* 	opacity:0.9; */
/* 	position: absolute; */
/* 	width: 6px; */
/* 	height: 6px; */
/* 	top: 25px; */
/* 	left: 22px; */
	border-bottom: 2px solid #e92360;
	border-right: 2px solid #e92360;
/* 	transform: rotate(135deg); */
}


button{
	padding: 17px 100px;
	position:relative;
	border:none;
	font-size:17px;
	width:320px;
}

.contact_complete{
	margin:0 auto;
	font-size:15px;
	padding-bottom:85px;
}

#sendmail_icon{
	padding-top:78px;
}

#sendmail_icon > div{
	height:180px;
	background-image:url("../css/images/sendmail.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.complete_message{
	margin-top:18px;
}

.complete_message p{
	margin:0px;
	font-size:24px;
}

.complete_notice{
	margin-top:50px;
}

.complete_notice > .text_c{
	line-height: 30px;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {

	.contact_detail{
		width:90%;
		height:150px;
	}

	.post_number + span{
		padding: 1px 3px;
	}

	button{
		width:90%;
		font-size:4vw;
		padding: 10px 0;
	}

}
