
.section__wrapper--strong--01 .section__ttl {
    margin-bottom: 45px;
}
.content__items__inner--strong--01{
	display: block;
}
	.content__items--strong--01{
		width: 100%;
		display: block;
		position: relative;
	}
		.content__img--strong--01{
			width: 800px;
			height: 309px;
			margin: auto;
			position: absolute;
			top: 3px;
			bottom: 0;
			left: -390px;
		}
		.content__items--strong--01:nth-of-type(even) .content__img--strong--01{
			left: inherit;
			right: -390px;
		}
		.content__wrap--strong--01{
			width: 700px;
			margin-left: auto;
		}
		.content__items--strong--01:nth-of-type(even) .content__wrap--strong--01{
			margin-left: inherit;
			margin-right: auto;
		}
			.content__subttl--strong--01{
				color: var(--page-main-color);
				padding-bottom: 20px;
				margin-bottom: 20px;
				border-bottom: 1px solid #DBDBDB;
			}
