@charset "utf-8";
/* News */
.news-list li{display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 0 30px; width: 100%;}
.news-list .date{width: 140px; height: 40px; background: #e60012; text-align: center; color: #fff; padding: 2px 0 0 0;}
.news-list .txt{width: calc(100% - 170px);}
.news-list a{text-decoration: underline; text-underline-offset: 0.25em;}
.news-list a:hover{color: #e60012;}

@media screen and (max-width: 768px){
    .news-list .date{height: 30px; margin: 0 0 5px; width: 120px; padding: 0;}
	.news-list .txt{width: 100%;}
}