.l-page .content__txt--matrix--10{
	text-align: center;
	margin-bottom: 45px;
	line-height: 2;
}
.content__block--matrix--10 .content__list--vertical{
	gap: 38px 30px;
}
.content__items--matrix--10{
	width: 555px;
	border: 1px solid #DBDBDB;
}
[class*="section__wrapper--"]:nth-of-type(odd) .content__items--matrix--10{
	background: #FFFFFF;
}
	.content__items__inner--matrix--10{
		padding: 28px 30px 30px;
	}
		.content__subttl--matrix--10{
			display: flex;
			align-items: center;
			gap: 10px;
			margin-bottom: 10px;
			justify-content: center;
		}
			.content__subttl--matrix--10 span{
				display: block;
				height: 29px;
				background: #0B4109;
				color: #fff;
				text-align: center;
				padding: 0 15px 0 15px;
				letter-spacing: 0.5px;
			}
				.content__subttl--matrix--10 span::after{
					content: '0' counter(count);
					font-weight: 500;
					line-height: 1;
					display: inline-block;
					text-align: center;
				}
		.content__items__inner--matrix--10 .content__count--matrix--10{
			position: absolute;
			right: -5px;
			bottom: -5px;
			line-height: 1;
			opacity: .08;
			font-family: 'Noto Sans JP', sans-serif;
		}
			.content__count--matrix--10::after{
				content: '0' counter(count);
				font-size: 76px;
				font-weight: bold;
				display: block;
				line-height: 1;
				color: #DE7826;
			}
		.l-page .content__description--matrix--10 {
			line-height: 2;
		}
