@charset "utf-8";

.news-item {   
    border-bottom: 1px solid #595959;
}

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

.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;
    width: 96%;
}

.news-date {
    width: 105px;
    margin: 0 20px 0 0;
    color: var(--gray02);
    font-size: 14px;
    font-weight: 500;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 86px;
    display: inline-block;
    /* width: 100%; */
    padding: 0 11px 0 10px;
    background: var(--gray01);
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-family03);
    color: var(--base-body-color);
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	min-width: 0;
}

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

.news-arrow-box {
	max-width: 7px;
	width: 7px;
	margin: 0 7px 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 ここまで */

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