@charset "utf-8";
/* vision.css */
#header {
	margin-bottom: 40px;
}
.mainvisual {
	width: 1145px;
	margin: 0 auto 90px;
	position: relative;
	height: 935px;
}
.mainvisual h2 {
	position: absolute;
	top: 134px;
	left: 651px;
	float: none;
}
.mainvisual img {
	float: left;
}
#content {
	width: 965px;
	color: #231815;
	letter-spacing: 0.1em;
	overfow: hidden;
	_zoom: 1;
}
#left-content {
	width: 238px;
	float: left;
}
#left-content li {
	color: #c9161e;
	border-bottom: 1px dashed #c7c8c8;
	padding: 10px;
	font-weight: bold;
}
#right-content {
	width: 705px;
	float: right;
	border-left: 1px solid #8e3f3f;
	padding-left: 65px;
	box-sizing: border-box;
}
#content h3 {
	margin-bottom: 90px;
}
#content p {
	font-size: 18px;
	line-height: 2.0;
	margin-bottom: 2em;
}
.item-image {
	text-align: center;
	margin-bottom: 65px;
}