.content__block--flow--01 .content__list--horizontal{
	gap: 54px;
}
	.content__items--flow--01{
		width: 244px;
		padding-bottom: 20px;
	}
	.content__items--flow--01::before{
		content: counter(count, decimal-leading-zero);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 35px;
		border: 1px solid var(--page-main-color);
		border-bottom: none;
		color: var(--page-main-color);
		border-radius: 50% / 100% 100% 0 0;
		font-size: 22px;
		font-weight: 500;
		padding-top: 10px;
		margin: 0 auto 16px;
	}
	.content__items--flow--01::after{
		content: '';
		position: absolute;
		top: 0;
		right: -22px;
		display: block;
		width: 1px;
		height: 100%;
		background: #DBDBDB;
	}
	.content__items--flow--01:last-of-type:after{
		content: inherit;
	}