/* イオンカードセレクトの特徴 */
/* 1つ目のパネルのhover挙動を無効化 */
#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(1))
.cmp-feature-panel__type{
    pointer-events:none;
}
/* 1つ目のリンクマーク「>」を消す */
#feature-panel-link-disabled1 
.cmp-panel-list__item:is(:nth-child(1))
.cmp-feature-panel__type::after{
    display:none;
}

/* イオン銀行の特徴 */
/* 1つ目のパネルのhover挙動を無効化 */
#feature-panel-link-disabled2 
.cmp-panel-list__item:is(:nth-child(1))
.cmp-feature-panel__type{
    pointer-events:none;
}
/* 1つ目のリンクマーク「>」を消す */
#feature-panel-link-disabled2 
.cmp-panel-list__item:is(:nth-child(1))
.cmp-feature-panel__type::after{
    display:none;
}
