.column-news-top {
    background-color: #E36F1C; 
    width: 100%;
    height: 12.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-banner-block .block-container {
    border-top: 2px solid #E36F1C;
    border-bottom: 2px solid #E36F1C;
    padding: 5vw 0;
}


.section-column {
    width: 100%;
}

.banner-sub {
    margin-top: 0;
}

.column-date{
    font-size: 0.83vw;
    line-height: 1.3vw;
}

.column-image{
    padding-left: 3vw;
    padding-top: 4vw;
}

.column-image-pc{
    width: 17.5vw;
    height: auto;
}

.column-items {
    display: flex;
    justify-content: center;
    gap: 3.13vw
}

.column-title {
    font-size: 1.46vw;
    line-height: 1.5vw;
    padding-bottom: 6px;
    font-weight: 700;
    margin-bottom: 1.5625vw;
}

.column-text-content {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.875vw;
    letter-spacing: 0.075vw;
    margin-bottom: 2.6vw;
    text-align: justify;
}

.column-text {
    display: flex;
    justify-content: space-between;
}

p.text-group {
    margin-bottom: 30px;
}

.btn-more {
    gap: 2.6vw;
    display: flex;
    justify-content: right;
    padding-right: 1.3vw;
    font-size: 1.04vw;
    padding-top: 2vw;
}

.item-more{
    display: block;
    position: relative;
}

.item-priv::before{
    position: absolute;
    width: 1.56vw;
    height: 1.56vw;
    bottom: 0;
    left: -2vw;
    content: "";
    display: block;
    background: url("../../images/column/icon_prev_orange.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.item-next::before{
    position: absolute;
    width: 1.56vw;
    height: 1.56vw;
    bottom: 0;
    right: -2vw;
    content: "";
    display: block;
    background: url("../../images/column/icon_next_orange.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.block-content-title {
    font-weight: 700;
}

@media only screen and (min-width: 600px) and (max-width: 820px){
    .column-title {
        font-size: 1.8vw;
        line-height: 2.5vw;
    }

    .column-date {
        font-size: 1.5vw;
        line-height: 3.5vw;
    }

    .column-text-content {
        font-size: 1.5vw;
        line-height: 2.5vw;
        letter-spacing: 0.1vw;
    }   

    .column-image-pc {
        width: 20vw;
    }

    .btn-more {
        font-size: 1.8vw;
        gap: 4vw;
        padding-right: 2vw;
    }

    .item-priv::before {
        width: 2.5vw;
        height: 2.5vw;
        left: -3vw;
        bottom: -0.2vw;
    }

    .item-next::before {
        width: 2.5vw;
        height: 2.5vw;
        bottom: 0;
        right: -3vw;
        bottom: -0.2vw;
    }
}

@media only screen and (max-width: 600px) {

    .block-content-title{
        margin-bottom: 12.72vw!important;
    }

    .column-news-top{
        height: 34.35vw;
    }

    .column-image-sp{
        margin-bottom: 11vw;
        width: 80vw;
        height: auto;
    }

    .column-title {
        font-size: 4.5vw;
        width: 100%;
        letter-spacing: 0.1vw;
        padding-bottom: 7.6vw;
        line-height: 6.4vw;
        text-align: center;
    }

    .column-text-content {
        font-size: 4.07125vw;
        line-height: 7.634vw;
        letter-spacing: 0.285vw;
        margin-bottom: 12.723vw;
    }

    .btn-more{
        font-size: 4.32vw;
        justify-content: center;
        padding-right: 0;
        gap: 11.6vw;
    }

    .info-banner-block .block-container{
        width: 81.425vw;
        overflow: hidden;
        padding: 12.7vw 0;
    }

    .item-priv::before , .item-next::before{
        height: 7.63vw;
        width: 7.63vw;
        bottom: -1.3vw;
    }

   .item-priv::before {
        left: -10vw;
    }

    .item-next::before {
        right: -10vw;
    }

    p.text-group {
        margin-bottom: 0;
    }

    .column-text {
        flex-direction: column;
        text-align: center;
    }

    .column-date{
        font-size: 3.6vw;
        line-height: 5.6vw;
        margin-bottom: 12.72vw;
    }
}


