dl#contact dd span + input[type=text]{
	width:calc(50% - 4em);
	margin:0 15px 0 0;
	max-width:200px;
}
dl#contact dd span + div.check{
	width:calc(50% - 3em);
	max-width:200px;
	margin:0 15px 0 0;
}

dl#contact input[type=text]:last-child,
dl#contact div.check:last-child{
	margin:0;
}