@charset "utf-8";

.top-news-item {   
    border-bottom: 1px solid var(--bg-grey-secondary);
}

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

.top-news-item:first-child .news-flex {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    flex: 1;
    margin: 0 15px 0 0;
}

.news-date {
    width: 113px;
    margin: 0 5px 0 0;
    color: #383838;
  	font-size: 14px;
  	font-weight: 500;
    letter-spacing: 0.05em;
	flex: 1;
    max-width: max-content;
}

.news-cate {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-cate {
    display: inline-block;
    max-width: 200px;
    min-width: 82px;
    padding: 0px 10px 1px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    text-align: center;
    background: var(--bg-grey-secondary);
}

.news-title {
    color: #383838;
  	font-weight: 700;
    margin: 10px 0 0;
}

.news-arrow-box {
	max-width: 200px;
    width: 20%;
    transition: all .3s;
}

.news-flex:hover .news-title {
    text-decoration: underline;
}

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

@media screen and (min-width: 414px) {
  
	.news-date {
		margin: 0 10px 0 0;
	}

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

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

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

@media screen and (min-width: 768px) {
  
	.news-flex {
		padding: 20px 0;
	}

	.news-cate {
		margin: 0 15px 0 0
	}
	
	.news-date {
		width: 88px;
		margin: 0 18px 0 0;
		font-size: 15px;
	}

	.news-cate{
		font-size: 15px;
	}


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

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

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

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



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

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