@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-list {
    height: 200px;
    background: var(--c-white);
    border: solid 1px var(--c-gray-dark);
    padding: 20px;
    overflow: auto;
}

.news-list::-webkit-scrollbar{
   width: 10px;
}
.news-list::-webkit-scrollbar-track{
   background-color: var(--c-beige);
}
.news-list::-webkit-scrollbar-thumb{
   background-color: var(--c-gold);
}

.news-list > section {
    display: flex;
    flex-direction: column;
}

.news-item {
    padding: 20px 0;
    border-bottom: solid 1px var(--c-gray-light);
}

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

.news-item:last-child {
    padding-bottom: 0;
    border: 0;
}

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

.news-cate {
	flex: 1;
	max-width: 100%;
	display: inline-block;
	font-size: clamp(14px, 1.56vw, 16px);
	line-height: 1.25em;
	letter-spacing: 0.05em;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: solid 1px var(--c-gray-light);
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.news-date {
	display: block;
	font-size: clamp(13px, 1.46vw, 15px);
	line-height: 1.33em;
	letter-spacing: 0.05em;
}

.news-title {
    letter-spacing: 0.08em;
    line-height: 1.45em;
    margin: 6px 0 0;
}

.news-img {
    text-align: center;
    margin: 10px 0 0;
}

.news-img:empty {
    display: none;
}

.news-content {
    font-size: clamp(14px, 1.56vw, 16px);
    letter-spacing: 0.08em;
    line-height: 1.56em;
    color: var(--c-dark-light);
    margin: 5px 0 0;
}

.news-content a {
    color: var(--c-primary);
    text-decoration: underline;
}

.news-content a:hover {
    text-decoration: none;
	opacity: 0.65;
}

.news-pdf-btn {
    margin: 20px auto 0;
}

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


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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-list {
    height: 250px;
    padding: 30px;
}

.news-item {
    padding: 30px 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */