@charset "utf-8";

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

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

.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: 105px;
    margin: 0 20px 0 0;
    color: var(--base-body-color);
  	font-family: var(--font-famly04);
  	font-size: 14px;
  	font-weight: 500;
    max-width: max-content;
}

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

.news-cate {
    display: inline-block;
    min-width: 95px;
    padding: 3px 10px 3px;
    font-size: 14px;
    font-weight: 500;
    color: var(--base-body-color);
    text-align: center;
    background: rgba(51, 29, 8, 5%);
	flex: 1;
}

.news-title {
    color: var(--base-body-color);
    font-size: 16px;
  	font-weight: 500;
  	letter-spacing: 0.03em;
    margin: 15px 0 0;
}

.news-arrow-box {
	max-width: 19px;
    width: 10%;
	margin: 0 10px 0 0;
    transition: all .3s;
}

.news-item: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: 105px;
		font-size: 15px;
	}

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


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

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

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

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

    .news-cate {
		font-size: 16px;
    }
  
    .news-date {
		font-size: 18px;
    }
  
    .news-title {
		font-size: 18px;
    }


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

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