 .table-sp {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	width: 90%;
	display: block;
 }
.table-sp th {
	padding:5px 10px;
	width:25%;
	font-weight: normal;
	}
.table-sp td {

	padding:5px 10px;
	}


.step{
	list-style-type: none;
	display:table;
	width:99%;
	padding:0;
	overflow:hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.step li{
	display:table-cell;
	position:relative;
	background: #504944;
	color: #fff;
	font-size: 15px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}
span.stp{
	font-size: 13px;	
	}
span.stp2{
	font-size: 14px;	
	}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #d59074;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #d59074;
}
@media screen and (max-width: 768px) {
	.step li{

	font-size: 12px;
}
	span.stp2{
	display: none;
	}
	.table-sp,
	.table-sp tbody,
	.table-sp thead,
	.table-sp tr,
	.table-sp td,
	.table-sp th {display:block;}
	.table-sp th {width:auto;}

}
