@charset "utf-8";

/*********************************************************************
*
*  For news
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap .block {
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.8);
}

.sec_news_wrap .list>ul>li+li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bbbbbb;
}

.sec_news_wrap .list .date {
    margin-bottom: 5px;
    color: #d9534e;
    font-size: 2.0rem;
    font-weight: 700;
}

.sec_news_wrap .list .ttl {
    font-size: 2.0rem;
    font-weight: 700;
}

.sec_news_wrap .list .ttl a {
    text-decoration: underline;
}

.sec_news_wrap .list .ttl a:hover {
    text-decoration: none;
}

.sec_news_wrap .list .desc {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .sec_news_wrap {
        padding-bottom: 0;
    }

    .sec_news_wrap .block {
        padding: 40px 20px;
    }
    .sec_news_wrap .list .date {
        font-size: 1.6rem;
    }
    
    .sec_news_wrap .list .ttl {
        font-size: 1.6rem;
    }
}