@charset "utf-8";

/* ---------------------------------------- visual */

@media (max-width: 390px) {

	#visual { 
		background: url( ../images/sp/visual-news-sp.jpg );
		background-size: cover;
	}

}

@media (min-width: 391px) {

	#visual { 
		background: url( ../images/pc/visual-news-pc.jpg );
		background-size: cover;
	}

}

/* ---------------------------------------- common */

#news {
	color: #fff;
	background: var( --navy-color ); 
}
#news .inner > ul { 
	border-top: 1px #1B2B38 solid;
}
#news .inner > ul > li {
	border-bottom: 1px #1B2B38 solid;
}
#news .inner > ul > li a {
	display: flex;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#news .inner > ul > li a:hover {
	background: #073B69;
}
#news .inner > ul ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news .inner > ul ul li.cate span {
	display: inline-block;
	color: #008DDF;
	background: #042643;
	text-align: center;
	font-size: clamp(1.2rem, 3vw, 1.4rem);
	font-weight: 600;
	padding: .2em .5em;
}
#news .inner > ul ul li.date {
	font-size: clamp(1.4rem, 2vw + 0.5rem, 1.6rem);
}
#news .cardtt { 
	font-size: clamp(1.4rem, 2vw + 0.5rem, 1.8rem);
	font-weight: 600; 
}

@media (max-width: 767px) {

	#news {
		font-size: clamp(1.3rem, 4vw, 1.6rem);
		padding: 2em 1.142857em 4em; 
	}

	#news .inner > ul > li a {
		padding: 1em 0;
	}

	#news .inner > ul ul { margin: 0 0 .5em; }
	#news .inner > ul ul li.cate span {
		min-width: 6em;
	}

	#news .cardtt {
		line-height: 1.6;
	}

	#news .inner > ul > li a > figure { 
		width: 35.1955%;
	}
	#news .inner > ul > li a > div:not(.icon) { 
		width: 61.4525%;
	}
	#news .inner > ul > li a > div.icon { 
		display: none;
	}

} 

@media (min-width: 768px) {

	#news { 
		font-size: clamp(1.4rem, 2vw - 0.5rem, 1.6rem);
		padding: 7.5em 1.25em;
	}
	#news .inner {
		max-width: 1170px;
		margin: 0 auto;
	}

	#news .inner > ul > li a {
		padding: 1.5em 0 1.5em 2.5em;
	}

	#news .inner > ul ul { margin: 0 0 .5em; }
	#news .inner > ul ul li.cate span {
		min-width: 6em;
	}

	#news .cardtt {
		line-height: 1.8;
	}

	#news .inner > ul > li a > figure { 
		width: 15.6%;
		max-width: 178px;
	}
	#news .inner > ul > li a > div:not(.icon) { 
		width: 72.28%;
		max-width: 824px;
	}
	#news .inner > ul > li a > div.icon { 
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 8.77%;
		max-width: 90px;
	}
	#news .inner > ul > li a > div.icon img {
		width: 24px;
		height: 24px;
	}

} 