.news__title {
    text-align: center;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.news__col {
    flex-basis: 100%;
    padding: 0 10px 20px;
}

.news__slider-wrapper {
    flex-direction: column;
}

.news__list_pagination {
    width:100%;
}

.news__slide {
    margin-bottom: 30px;
}

.news__slide:nth-child(n + 3) {
    display: none;
}

.news-item__picture {
    display: block;
    margin-bottom: 22px;
}

.news-item__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.3542;
    object-fit: cover;
    border-radius: 30px 0 0 0;
}

.global_img-disabled .news-item__img {
    display: none;
}

.news-item__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #463B3F;
}

.global_font-1 .news-item__title {
    font-size: 18px;
}

.global_font-2 .news-item__title {
    font-size: 20px;
}

.global_font-3 .news-item__title {
    font-size: 22px;
}

.news-item__date {
    font-size: 14px;
    line-height: 140%;
}

.news__button-next,
.news__button-prev {
    display: none;
}

.news__buttons_pc {
    display: none;
}

.news__all {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .news__col {
        flex-basis: 50%;
    }
}

@media (min-width: 869px) {
    .news__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news__title {
        text-align: left;
    }

    .news__grid {
        display: flex;
        margin-left: -20px;
    }

    .news__column {
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    .news__column_left {
        order: -1;
        padding-top: 55px;
    }

    .news__col {
        flex-basis: calc(100% / 3);
    }

    .news__slider {
        padding-right: 20px;
        padding-left: 20px;
    }

    .news__slider-wrapper {
        flex-direction: row;
    }

    .news__slide {
        margin-bottom: 0;
    }

    .news__slide:nth-child(n + 3) {
        display: block;
    }

    .news__button-prev,
    .news__button-next {
        display: flex;
        width: 24px;
        height: 24px;
    }

    .news__button-prev::after,
    .news__button-next::after {
        font-size: 14px;
        font-weight: 700;
        color: #666666;
    }

    .news__button-prev {
        left: 0 !important;
    }

    .news__button-next {
        right: 0 !important;
    }

    .news__buttons_pc {
        display: block;
    }

    .news__buttons_mobile {
        display: none;
    }

}

@media (min-width: 1189px) {
    .news__grid {
        margin-left: -26px;
    }

    .news__column {
        margin-left: 26px;
    }

    .news__column_left {
        width: 287px;
    }

    .news__column_right {
        width: 789px;
    }

    .news__slider {
        padding-right: 37px;
        padding-left: 37px;
    }
}

.news__col_news {
    flex-basis: calc(100% + 20px);
    padding-top: 10px;
    margin-left: -20px;
}

.clinic-news .news__col:not(news__col_show):nth-child(n + 4) {
    display: none;
}

.news_sub-list .subscribe {
    max-width: 275px;
}


.news_sub-list .news__col {
    padding-bottom: 40px;
}
