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

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

ul.point li {
	background-color: #fdf9da;
	margin: 0 5px;
	padding: 10px 20px;
	width: 230px;
}

ul.point li h3 {
	color: #426de9;
	display: table-cell;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}

ul.point li p {
	font-size: 14px;
	line-height: 1.5em;
}

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

ul.flow li {
	border: 1px solid #426de9;
	margin: 10px;
	position: relative;
	width: 300px;
}

ul.flow li h3 {
	background-color: #426de9;
	color: white;
	padding: 10px;
	text-align: center;
}

ul.flow li h3 em {
	background-color: white;
	border: 3px solid #426de9;
	border-radius: 50%;
	color: #426de9;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	height: 60px;
	left: -10px;
	line-height: 1.4em;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 60px;
}

ul.flow li h3 em strong {
	display: block;
	font-size: 20px;
}

ul.flow li div.text {
	padding: 10px 20px;
}

ul.flow li div.text p strong {
	font-size: 16px;
}