.content__block--flow--05 .content__list--vertical{
	justify-content: center;
	gap: 30px;
}
	.content__items--flow--05{
		width: 100%;
		padding: 40px 48px 40px 40px;
		background: #F0F7FF;
	}
	.content__list--vertical .content__items--flow--05::before{
		content: '0'counter(count);
		display: block;
		width: 70px;
		height: 70px;
		padding: 14px 18px 17px;
		font-size: 26px;
		background: #075BBE;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		font-weight: bold;
	}
		.content__items__inner--flow--05{
			display: flex;
			align-items: center;
			gap: 30px;
		}
		.content__img--flow--05{
			width: 340px;
			height: 255px;
			flex-shrink: 0;
		}

				.l-page .content__subttl--flow--05{
					display: flex;
					gap: 20px;
					border-bottom: 1px solid #699CD9;
					padding-bottom: 14px;
					margin-bottom: 14px;
					font-weight: bold;
				}

				.l-page .content__description--flow--05 {
					line-height: 1.8;
				}
