.content__block--case--04 .content__list--vertical{
	justify-content: center;
	gap: 30px;
}
	.content__items--case--04{
		width: 360px;
		padding-bottom: 20px;
	}
	.content__items--case--04::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 1px;
		height: 100%;
		background: #DBDBDB;
	}

		.content__img--case--04{
			width: 110px;
			height: 110px;
			margin: 0 auto 22px;
			border-radius: 50%;
		}
		.content__img--case--04 img{
			border-radius: 50%;
			object-fit: cover;
		}
			.content__subttl--case--04{
				margin-bottom: 6px;
				text-align: center;
			}
