@charset "utf-8";
/* ===================================================================
 ERPソリューション
=================================================================== */
.l-service > div {
	position: relative;
}
.l-service > div::after {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -6px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: .8em 1em 0 1em;
	border-style: solid;
	border-color: #14A0DC transparent transparent transparent;
	content: "";
}
.l-service > div:last-child::after {
	border: none;
}
@media screen and (min-width: 48em) {
	.l-service{
		margin-top: 1em;
	}
	.l-service > div::after {
		top: 0;
		right: -9px;
		bottom: 0;
		left: auto;
		border-width: 1em 0 1em 1em;
	border-color: transparent transparent transparent #14A0DC;
	}
}