.section__wrapper--flow--06 .section__ttl{
	margin-bottom: 60px;
}
	.content__block--flow--06 .content__list--vertical{
		justify-content: center;
		gap: 60px 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 #0B4109;
			border-radius: 50%;
			background: #E7F2E7;
			color: #0B4109;
			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: #0B4109;
						text-align: center;
						margin-bottom: 12px;
					}
