

.content__block--worry--04 .content__list--vertical{
	justify-content: center;
	gap: 50px;
}
	.content__items--worry--04{
		width: 188px;
	}
	.content__items--worry--04::after{
		content: '';
		position: absolute;
		top: 0;
		right: -24px;
		display: block;
		width: 1px;
		height: 100%;
		background: #699CD9;
	}
	.content__items--worry--04:last-of-type::after{
		content: inherit;
	}

		.content__img--worry--04{
			width: 188px;
			height: 140px;	
			margin: 0 auto 10px;
		}
			.content__items--worry--04 .content__subttl--worry--04{
				font-size: 16px;
				text-align: center;
				margin-bottom: 8px;
				color: #002A5C;
				font-weight: bold;
				margin-bottom: 0;
			}
			.content__items--worry--04 .content__description--worry--04{
				font-size: 14px;
				line-height: 1.5;
			}


