.section__wrapper--flow--06 .section__ttl{
	margin-bottom: 60px;
}
	.content__block--flow--06 .content__list--vertical{
		justify-content: center;
		gap: 58px 30px;
	}
		.content__items--flow--06{
			width: 360px;
		}
		.content__list--vertical .content__items--flow--06::before{
			content: counter(count);
			display: flex;
			align-items: center;
			justify-content: center;
			width: 60px;
			height: 60px;
			margin: auto;
			font-size: 26px;
			border: 1px solid #333;
			border-radius: 50%;
			background: #fff;
			color: #333;
			position: absolute;
			top: -30px;
			left: 0;
			right: 0;
			z-index: 1;
		}
			.content__img--flow--06{
				width: 360px;
				height: 248px;
				margin-bottom: 14px;
			}
					.content__subttl--flow--06{
						color: #333;
						text-align: center;
						margin-bottom: 7px;
					}
					.content__description--flow--06 {
						padding: 0 5px;
					}