:root {
	--radius: 200;
}
.content__block--business--04{
	display: flex;
	gap: 32px;
}
.section__wrapper--business--04 .section__ttl{
	margin-bottom: 39px;
}
	.content__block--business--04 .content__list--vertical{
		gap: 20px;
	}

    .business__right .content__list--vertical {
        width: 550px;
        max-height: 530px;
    }
    .business__right .simplebar-track.simplebar-vertical {
        right: -18px;
        width: 4px;
        background: #FFE9E3;
    }
    .business__right .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 0;
        bottom: 0;
        opacity: 1;
        background: var(--page-main-color);
        width: 4px;
        left: 0;
        border-radius: 100px;
    }
    .business__right .simplebar-scrollbar:before {
        background: #333333;
        opacity: 1;
    }
    .business__right .simplebar-track.simplebar-vertical {
        right: -30px;
        background-color: #FFE9E3;
        border-radius: 100px;
    }