.stepFlow{margin-bottom: 150px;}
.stepFlow li{
	position: relative;
	line-height: 1;
	margin-bottom: 40px;
	border: 3px solid #1d758d;
	font-size: 13px;
	font-weight: bold;
	color: #1d758d;
	padding: 15px 30px;
	float: right;
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -o-calc(100% - 25px);
}
.stepFlow li .tit{
	font-size: 18px;
	margin-bottom: 10px;
}
.stepFlow li a{
	color: #ff9e13;
	text-decoration: none;
}
.stepFlow li a:hover{text-decoration: underline;}
.stepFlow li:last-child{
	color: #ff9e13;
	border-color: #ff9e13;
}
.stepFlow li:not(:last-child):after{
	content: "";
	background: url(images/flow/arrow.png) no-repeat;
	position: absolute;
	bottom: -25px;
	width: 25px;
	height: 22px;
	left: 50%;
	margin-left: -12px;
}
.stepFlow li .icon_step{
	position: absolute;
	left: -25px;
	top: -25px;
}
@media screen and (max-width: 768px) {
	.stepFlow{margin-bottom: 50px;}
}