@charset "utf-8";

.topNewsItem {   
    border-bottom: 1px solid #C7C7C7;
}

.newsFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 15px 20px 0;
    transition: all .3s;
}

.topNewsItem:first-child .newsFlex {
    padding-top: 0;
}

.newsCateFlex {
    display: flex;
    align-items: center;
}

.newsTxtBox {
    flex: 1;
    margin: 0 15px 0 0;
}

.newsDate {
    width: 113px;
    margin: 0 5px 0 0;
    color: #fff;
  	font-size: 14px;
  	font-weight: 500;
    letter-spacing: 0.1em;
}

.cateBox {
    width: 100px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsCateBox {
    flex: 1;
}

.newsCate {
    display: inline-block;
    padding: 2px 20px 2.5px;
    min-width: 110px;
    font-size: 14px;
  	font-weight: 600;
  	letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    background: #980000;
}

.newsTit {
    color: #fff;
  	font-weight: 400;
    margin: 10px 0 0;
}

.newsArwBox {
    margin: 0 0 5px 0;
    transition: all .3s;
}

.newsFlex:hover .newsTit {
    text-decoration: underline;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsDate {
    margin: 0 10px 0 0;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsFlex {
    padding: 20px 0 10px 0;
}

.cateBox{
    margin: 0 15px 0 0
}
  
.newsDate {
    width: 113px;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.newsCate{
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsDate {
    font-size: 18px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
