/* 2つ目のパネルのhover挙動を無効化 */
#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(2))
.cmp-feature-panel__type{
    pointer-events:none;
}
/* 2つ目のリンクマーク「>」を消す */
#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(2))
.cmp-feature-panel__type::after{
    display:none;
}