@charset "utf-8";

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

.newsFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 15px 20px 15px;
    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: 110px;
    color: #333;
  	font-size: 14px;
  	font-weight: 700;
    letter-spacing: 0;
}

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

.newsCateBox {
    flex: 1;
}

.newsCate {
    display: inline-block;
    padding: 1px 20px 2.5px;
    min-width: 108px;
    font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    background: #FC8885;
  	border-radius: 3px;
}

.newsTit {
    color: #333;
  	font-weight: 700;
    letter-spacing: 0;
    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: 15px 33px 15px 10px;
}

.cateBox{
    margin: 0 15px 0 0
}
  
.newsDate {
    width: 110px;
    font-size: 17px;
}

.newsCate{
    font-size: 16px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsFlex {
	padding: 35px 20px 5px 20px;
}

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

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

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

