.section__wrapper--strong--01 .section__ttl {margin-bottom: 51px;}


.section__wrapper--strong--01 .section__space {
    padding-bottom: 60px;
}

.l-page .content__subttl--strong--01 {
	color: #002A5C;
	font-weight: bold;
}

.content__block--strong--01 .content__list--vertical{
	gap: 50px;
}
.content__items__inner--strong--01{
	display: block;
}
	.content__items--strong--01{
		width: 100%;
		display: block;
		position: relative;
		min-height: 360px;
	}

	.content__items--strong--01-2 .content__img--strong--01 {height: 360px;}
		.content__img--strong--01{
			width: 800px;
			height: 360px;
			margin: auto;
			position: absolute;
			top: -18px;
			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 #699CD9;
				font-weight: bold;
			}
			
			.content__description--strong--textbox .content__description--strong--01 {
			margin-bottom: 12px;
			line-height: 1.85;
			}