
#title {
	background: #b8e1f1 url(images/title_bg.jpg) no-repeat center top;
}

div.point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.point ul li {
	background-size: 10px;
	border: 1px solid #b8e2f2;
	display: inline-block;
	height: 200px;
	margin: 0 10px;
	padding: 30px 20px 0 20px;
	text-decoration: none;
	width: 220px;
}

div.point ul li h3 {
	border-bottom: 1px solid #467297;
	color: #467297;
	font-size: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

div.point ul li p {
	font-size: 14px;
}