@charset "utf-8";


/*===================================================*/
/*SP お知らせ*/
/*===================================================*/

#news .oldnews {
    /*clear: both;*/
    margin: 20px 0;
    /*margin-right: 28px;*/
}

#news .oldnews a:hover {
    opacity: 0.75;
    transition: all 0.3s ease;
}


#news .oldnews p {
    font-size: 0.875rem;
    text-align: right;
    font-weight: 500;
}

#news .cssframe {
    /*height: 496px;*/
    max-height: 360px;
    overflow: auto;
    margin-top: 5px;
}

#news ul.info.hide {
    display: none;
}


/*===================================================*/
/*SP お知らせ詳細*/
/*===================================================*/

ul.news-list span.news-id {
    display: block;
    /*display: flex;*/
    border-bottom: 1px dotted #999999;
    border-bottom: 1px solid #ebebeb;
    border-bottom: 1px dotted #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    /*height: 2.5rem;
    line-height: 2.5rem;*/
    transition: all 0.3s ease;
    padding: 0.7rem 0;
    padding: 0.5rem 0;
    padding: 0.5rem 0 0.1rem 0;
    /*padding: 0.5rem;*/
}


/*ul.news-list li:nth-child(2n) a span.news-id {
    background-color: #f9f9f9;
    background-color: rgba(0, 0, 0, .025);
}*/

ul.news-list span.news-id:hover {
    background-color: rgba(0, 0, 0, .075);
}

ul.news-list span.news-id p {
    margin-bottom: 0;
    font-size: 1rem;
    font-size: 0.875rem;
    color: var(--text-color2);
    /*color: #fff;*/
    font-weight: 500;
}

ul.news-list span.news-id p.news-date {
    margin-left: 0.625rem;
    margin-right: 1.25rem;
    /*display: inline;*/
}

ul.news-list span.news-id p.news-title {
    margin-left: 0.625rem;
    display: flex;
    flex-wrap: wrap;
}

ul.news-list span.news-id p.news-title .news-new {
    font-weight: 500;
    color: #CC0033;
    margin-left: 0.25rem;
}


.hide {
    display: none;
}

.badge {
    display: none;
}


/*===================================================*/
/*PC お知らせ*/
/*===================================================*/

@media (min-width:769px) {


    #news .cssframe {
        /*height: 496px;
        height: 460px;
        height: 315px;*/
        max-height: 294px;
        overflow: auto;
        margin-top: 5px;
    }

    #news .oldnews {
        /*clear: both;*/
        margin: 20px 0;
        /*margin-right: 28px;*/
    }

    #news .oldnews a:hover {
        opacity: 0.75;
        transition: all 0.3s ease;
    }


    #news .oldnews p {
        font-size: 1rem;
        text-align: right;
        font-weight: 500;
    }

    #news ul.info.hide {
        display: none;
    }

    /*===================================================*/
    /*PC お知らせ詳細*/
    /*===================================================*/

    ul.news-list span.news-id {
        display: block;
        display: flex;
        border-bottom: 1px dotted #999999;
        border-bottom: 1px solid #d9d9d9;
        border-bottom: 1px dotted var(--border-color1);
        /*height: 2.5rem;
        line-height: 2.5rem;*/
        padding: 0.7rem 0;
        padding: 0.8rem 0;
        padding: 0.75rem 0;
        transition: all 0.2s ease;
        align-items: center;
        /*padding: 0.5rem;*/
    }

    ul.news-list li:nth-child(even) span.news-id {
        /*background-color: #f9f9f9;*/
    }

    ul.news-list li:nth-child(even) span.news-id:hover,
    ul.news-list span.news-id:hover {
        background-color: rgba(0, 0, 0, .075);
    }

    ul.news-list span.news-id p {
        margin-bottom: 0;
        font-size: 1rem;
        /*font-size: 0.875rem;*/
        /*color: #3b3b3b;
        color: #fff;*/
        font-weight: 500;
        line-height: initial;
    }

    ul.news-list span.news-id p.news-date {
        margin-left: 0.625rem;
        margin-right: 1.25rem;
    }

    ul.news-list span.news-id p.news-title {
        margin-left: 0;
    }


    .hide {
        display: none;
    }
}
