
#title {
	background-image: url(images/title_bg.jpg);
}

div.about-bg {
	background: url(images/about_bg.png) no-repeat center top 20px;
	height: 288px;
}

div.point ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

div.point ul li {
	border: 5px solid white;
	box-shadow: 4px 4px 3px #ddd2b1;
	margin-right: 7px;
}

div.point h3 {
	border-left: 8px solid #e55314;
	color: #e55314;
	padding-left: 10px;
	text-align: left;
}

div.point h3 em {
	font-size: 16px;
	padding-right: 10px;
}

div.point h3 span {
	padding-left: 10px;
}

div.future {
	background: url(images/future_bg.png) no-repeat top 30px right 100px;
	background-color: white;
	padding: 50px 40px 40px 40px;
}

div.future h2 {
	color: #632809;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 35px;
	font-weight: 500;
}

div.future h3 {
	border-bottom: 1px dotted #c96e47;
	border-top: 1px dotted #c96e47;
	color: #632809;
	font-family: YuMincho, "Yu Mincho", serif;
	padding: 5px;
}

