/* CSS Document */

#news {
}
#news dl.lead {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 50px;
	padding: 0 10px 35px;
}
#news dl.lead dt {
	width: 560px;
  margin-bottom: -40px;
}
#news dl.lead dd {
	font-size: 110%;
	line-height: 1.8em;
}

#news .newsBox {
	margin: 0 0 80px;
}
#news .newsBox time {
	color: #DCBE00;
	display: block;
  text-align: right;
}
#news .newsBox h2 {
	font-size: 140%;
	line-height: 1.4em;
	color: #fff;
	background: #DCBE00;
	padding: 5px 20px;
  margin: 0 0 30px;
}
#news .newsBox dl {
	display: flex;
	gap: 40px;
	margin: 20px;
}
#news .newsBox dl dt {
	aspect-ratio: 1/1;
  width: 280px;
  flex-shrink: 0;
}
#news .newsBox dl dt img {
	width: 100%;
	max-height: 280px;
	/*height: 100%;*/
	object-fit: cover;
}
#news .newsBox dl dd {
	/*width: calc(100% - 300px);*/
}








@media screen and (max-width: 480px) {
  
	#news dl.lead {
		flex-direction: column-reverse;
		gap: 10px;
		padding: 0 5px 40px;
	}
	#news dl.lead dt {
		width: 160px;
	}
	#news h2 {
		font-size: 140%;
		margin: 0 0 20px;
	}
	
	#news .newsBox {
		margin: 0 0 40px;
	}
	#news .newsBox h2 {
		font-size: 110%;
		padding: 5px 10px;
		margin: 0 0 15px;
	}
	#news .newsBox dl {
		display: flex;
		gap: 10px;
		margin: 0;
		flex-direction: column;
	}
	#news .newsBox dl dt {
		aspect-ratio: auto;
		width: 95%;
		margin: auto;
	}
	
	
	main section table th,
	main section table td {
		display: block;
    width: auto;
	}
	main section table th {
		border-bottom: 0;
	}
	main section table tr:not(:first-of-type) th{
		border-top: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
