.news_type22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    .news_type22 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 3.125rem;
        line-height: 60px;
        text-transform: uppercase;
        color: #1f1f1f;
        margin-bottom: 67px;
    }

    .news_type22 .read_more_box {
        text-align: right;
    }

    .news_type22 .decorate_icon {
        position: relative;
        /* overflow: hidden; */
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .news_type22 .decorate_icon::before {
            width: 8px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            right: 2px;
            transform: rotate(38deg);
        }

        .news_type22 .decorate_icon::after {
            width: 44px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }

    .news_type22 .slider-for .item {
        position: relative;
    }

        .news_type22 .slider-for .item .item_text_box {
            background-color: #000000b6;
            visibility: visible;
            width: 90%;
            left: 5%;
            bottom: 5%;
            transform-origin: left bottom;
            transform: scale(1) translate3d(0px, 0px, 0px);
            opacity: 1;
            position: absolute;
            margin: 0;
        }

            .news_type22 .slider-for .item .item_text_box .item_text_title {
                color: #fff;
                margin-bottom: 0;
                padding: 10px;
            }

    .news_type22 .sp-box a:hover .title {
        color: var(--color-primary);
    }

    .news_type22 .sp-box a .title {
        font-weight: 700;
        font-size: 1.25rem;
        color: #000;
        margin-bottom: 30px;
    }

    .news_type22 .sp-box a .day {
        display: block;
        font-size: 1rem;
        color: #575757;
        margin-bottom: 10px;
    }

    .news_type22 .slider-for .slick-slide {
        padding: 0 15px;
    }

    .news_type22 .slider-nav .slick-slide {
        padding: 16px 8px;
    }

@media screen and (max-width: 768px) {
    .news_type22 .slider-for .slick-slide {
        padding: 0;
    }

    .news_type22 .slider-nav .slick-slide {
        padding: 8px 4px;
    }

}