.no-link:hover {
    pointer-events: none !important;
    opacity: 1 !important;
    color: initial !important;
    text-decoration: none !important;
}

.no-link:hover img {
    opacity: 1 !important;
}

.p-feature__linkbox__list a.no-link:hover::after {
    background-color: transparent;
}

.p-feature__brand__list__inner a.no-link:hover::after {
    background-color: rgba(135,149,150,0.04);
}

.p-feature__itemset__list a.no-link:hover::after {
    background-color: transparent;
}


/* バナー下に説明文を追加する際の指定 */

.p-feature__itemset__list__ttl {
    font-weight: bold;
}

.p-feature__itemset__list__txt {
    font-size: 1.4rem;
    line-height: 1.3;
}