#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(5))
.cmp-feature-panel__type{
    pointer-events:none;
}
/* 5つ目ののリンクマーク「>」を消す */
#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(5))
.cmp-feature-panel__type::after{
    display:none;
}