.content__block--matrix--04{
	position: relative;
	display: flex;
	gap: 32px;
}
.content__subttl--matrix--04::before{
	content: '';
    display: block;
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 67px;
    width: 783px;
    height: 26px;
    background: url(/pg-sale/images/top_arrow.webp) no-repeat center center / cover;
	z-index: 0;

}
.content__subttl--matrix--04:last-of-type:before{
	background: url('/pg-sale/images/bottom_arrow.webp') no-repeat center center / cover;
	top: 73px;
}
	.content__subttl--matrix--04{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 68px;
		min-height: 172px;
		text-align: center;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: var(--page-sub-color);
		color: #fff;
		letter-spacing: 5px;
		padding-top: 5px;
	}
	.content__subttl--matrix--04:not(:last-of-type){
		margin-bottom: 30px;
	}
	.content__subttl--matrix--04:last-of-type {
		background-color: #afacac;
	}
	
	.content__block--matrix--04 .content__list--vertical{
		gap: 20px;
		justify-content: flex-end;
	}
	.content__items--matrix--04{
		text-align: center;
		width: 86px;
		height: 405px;
		background: #fff;
		border: 1px solid var(--page-main-color);
		flex-wrap: wrap;
		padding: 17px 10px 10px;
	}
	.content__items--matrix--04.content__items--matrix--secondary{
		height: 292px;
	}
	.content__items--matrix--04:last-of-type{
		position: relative;
		z-index: -1;
	}

	.content__items__inner--matrix--04 .content__count--matrix--04{
		width: 66px;
		text-align: center;
		line-height: 1;
		color: var(--page-main-color);
		padding-bottom: 6px;
		margin: 0px auto 16px;
		border-bottom: 1px solid #DBDBDB;
		display: grid;
		letter-spacing: 1.6px;
		font-size: 16px;
	}
		.content__items__inner--matrix--04 .content__count--matrix--04::after{
			display: inline-block;
			content: counter(count, decimal-leading-zero);
			font-size: 22px;
			line-height: 1.4;
			color: var(--page-main-color);
			font-weight: 500;
		}
		.l-page .content__description--matrix--04{
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			text-align: center;
			margin: 0 auto;
			color: #212121;
			font-size: 20px;
			font-weight: 500;
			letter-spacing: 5px;
		}
