#page_title{
	background:url('../images/contact/bg_h2.jpg') no-repeat center center;
	background-size:100% auto;
}
.item{
	width:960px;
	margin:0 auto;
}
.item article{
	margin:0 0 80px 0;
}
.item article dl{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 45px 0;
}
.item article dt{
	width:300px;
	padding:30px 0 0 30px;
	min-height:110px;
	font-size:26px;
	line-height:1.8em;
	background:url('../images/house/contents_h4.png') no-repeat;
}
.item article dd{
	width:620px;
	padding:0 10px 0 0;
	font-size:16px;
	line-height:1.8em;
}
th,
td{
	padding:10px 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
th{
white-space: nowrap;

}
td input,
td textarea{
width:100%;
}
th span,
td span{
	display:block;
	color:#ff0000;
}
#submit{
	background:#00adff;
	width:100%;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	border:0 !important;
	border-radius:3px;
}