@import url("global.css");

section .image {
	border: #f2f2f2 10px solid;
	margin-bottom: 30px;
}
section .image img {
	width: 100%;
}
.entrytitle {
	padding: 10px 0 10px 40px;
}

section.flow {
	clear: both;
	position: relative;
	margin-top: 50px;
}
section.flow h1 {
	text-align: center;
	margin-bottom: 50px;
}
.flow ol {
	background: url(../flow/img/flowbg.png) repeat-y left top;
	padding-bottom: 10px;
	background-position-x: -4px;
}
.flow ol li {
	margin-bottom: 30px;
}
.flow ol li .title {
	height: 60px;
	margin-bottom: 10px;
}
.flow ol li .title .step {
	width: 60px;
	height: 50px;
	background-color: #cc1e06;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.1;
	padding-top: 10px;
	float: left;
	margin-right: 15px;
}
.flow ol li .title .step span {
	font-size: 26px;
}
.flow ol li .title h2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
	color: #cc1e06;
	font-size: 16px;
}
.flow ol li p {
	margin-left: 75px;
}

.flow .img {
	position: absolute;
	top: 180px;
	right: 0;
	width: 220px;
}
.flow .img img {
	display: block;
	margin-bottom: 95px;
}

