#contents .service {
  padding-top: 65px;
}
.service h4{
	text-align: center;
	line-height: 2.2;
	padding: 0 0 65px;
}

.sections .sec_inner{
	width: 900px;
	margin: 0 auto;
}

.sections .txt_inner{
	position: relative;
	padding: 0 0 50px;
}


.sections .sec_inner.sec01{
	margin: 85px auto 0;
}

.sections .txt_inner:after{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 30px solid #a68146;
}

.sections .txt_inner:first-child:after{
	border-top: 30px solid #cb1f10;
}
.sections .txt_inner:last-child:after{
	border-top: none;
}

.sections .txt_inner .txt_area{
	position: relative;
	background: url(../images/flow_list_bg.png) no-repeat right center;
	width: 573px;
	height: 366px;
	left: -25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.sections .txt_inner .txt_area .inner{
	position: relative;
}

.sections .txt_inner .txt_area_l{
	left: -25px;
}

.sections .txt_inner .txt_area_r{
	left: 25px;
}

.sections .txt_inner .txt_area_l .inner{
	left: 70px;
}

.sections .txt_inner .txt_area_r .inner{
	left: -50px;
}

.sections .sec_inner .step_ico{
	padding: 0 0 5px;
}

.sections .txt_inner:first-child p{
	color: #a68146;
}

