@media screen and (min-width: 1024px) {
    .t778__wrapper {
        box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    }
    .t778__wrapper:hover {
        box-shadow: 1px 1px 18px rgba(0,0,0,.15);
    }
    .t778__col_right.t778__wrapper {
        box-shadow: none;
    }
    .t778__col_right.t778__wrapper:hover {
        box-shadow: none;
    }
    .t554__card {
        box-shadow: 0 2px 20px rgba(0,0,0,.15);
    }
    .t229__list_item {
        position: relative;
    }
    a.t-menu__link-item {
        display: block;
        height: 50px;
        line-height: 50px;
    }
    a.t-menu__link-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(0);
        transform-origin: 0 0;
    }
    a.t-menu__link-item:hover::after {
        content: "";
        transform:scaleX(1);
        transition: all .3s ease;
        transform-origin: 0 0;
    }
    #rec287907416 .t-menu__link-item.t-active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #bb0000;
        transform:scaleX(1);
    }
}
.t-uptitle {
    letter-spacing: normal;
    color: #333;
}
.t498__title.t-name > p {
    display: inline-block;
    background-color: #c83333;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 5px;
}