.team .cont .box.icon05 .item::after {
	content: url(/img/sub/icon_team05.png);
	position:absolute;
	bottom: 26px;
	right: 26px;
}
.pipeline .table_box table tr td ul.w04::after {
	animation: w04 2s 0.1s both;
}
.pipeline .table_box table tr td ul.w20::after {
	animation: w20 2s 0.1s both;
}
.pipeline .table_box table tr td ul.w26::after {
	animation: w26 2s 0.1s both;
}
.pipeline .table_box table tr td ul.w56::after {
	animation: w56 2s 0.1s both;
}
.pipeline .table_box table tr td ul li.logo_pipeline {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: none;
	padding: 0 10px;
}
@keyframes w04{
	0%{width: 0;}
	100%{width: 4.50%;}
}
@keyframes w20{
	0%{width: 0;}
	100%{width: 20.50%;}
}
@keyframes w26{
	0%{width: 0;}
	100%{width: 26.50%;}
}
@keyframes w56{
	0%{width: 0;}
	100%{width: 56.85%;}
}