@charset "utf-8";

/*ステップ間の矢印*/
.step-maru.arrow-maru .list-maru::before,
.step-float-maru.arrow-maru .list-maru::before {
	content: "▼";
/*	color: var(--primary-color);*/
	color: #fff;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -4.5rem;
	left: 0;
	font-size: 3rem;
	transform: scale(1, 0.6);
}
.step-maru.arrow-maru .list-maru:last-child::before,
.step-float-maru.arrow-maru .list-maru:last-child::before {
	content: none;
}
