@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1800px) {
    /* 1024pxまでの幅の場合に適応される */
    .news_tile_box {
        max-width: 1300px;
        padding: 160px 0 100px 0;
        margin: 0 auto;
        text-align: right;
        position: relative;
        z-index: 2;
    }

    .news_tile_box_contentarea {
        max-width: 1110px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 45px 30px;
    }

    .news_tile_t_left_img {
        width: 160px;
        position: absolute;
        top: 220px;
        left: -60px;
    }
    .news_tile_t_top_img {
        position: absolute;
        top: 20px;
        left: 90px;
    }

    .news_tile_area_2_new:before {
        content: "";
        position: absolute;
        top: 70px;
        left: 0;
        background: #FD96AC;
        width: 70%;
        height: 80%;
        border-right: #FFF 10px solid;
        border-bottom: #FFF 10px solid;
        border-top: #FFF 10px solid;
        border-radius: 0px 20px 20px 0;
        z-index: 1;
    }
    .news_tile_area_2_new:after {
        content: "";
        position: absolute;
        bottom: 70px;
        right: 0;
        background: #EBEDF3;
        width: 70%;
        height: 75%;
        border-radius: 20px 0px 0px 20px;
        z-index: 1;
    }
}