.content__block--strong--03 .content__list--vertical{
	gap: 40px;
}
.content__items--strong--03{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.content__items__inner--strong--03{
	width: 1010px;
	border:1px solid #DBDBDB;
	padding: 60px;
}
.content__items--strong--03:nth-of-type(even){
	flex-direction: row-reverse;
}
	.content__img--strong--03{
		width: 325px;
		height: 244px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.content__items--strong--03:nth-of-type(even) .content__img--strong--03{
		right: 0;
		left: 0;
		margin: auto 0;
	}
	.content__wrap--strong--03{
		width: 705px;
	}
	.content__items--strong--03:nth-of-type(even) .content__wrap--strong--03{
		margin-left: auto;
	}
		.content__subttl--strong--03{
			color: var(--page-main-color);
		}