@charset "utf-8";



/*-- 

content_news

====================================================== --*/

/* box_news */

.box_news dt{
	width:28rem;
	float:left;
}
.box_news dt time{
	width:13rem;
	display:inline-block;
}
.box_news dd{
	width:100%;
	float:none;
	border-bottom:0.1rem solid var(--c-gray4);
	padding-left:28rem;
	margin-bottom:2rem;
	padding-bottom:2rem;
}
.box_news dd:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
/* tb */
@media screen and (max-width:853px){
	.box_news dt{
		width:100%;
		float:none;
		margin-bottom:1rem;
	}
	.box_news dd{
		padding-left:0;
	}
}
/* sp */
@media screen and (max-width:767px){
	.box_news{
		padding-right:1rem;
		font-size:1.4rem;
	}
	.box_news dt{
		display:block;
	}
	.box_news dt time{
		width:auto;
		margin-right:0.5rem;
	}
	.box_news dd{
		margin-bottom:1rem;
		padding-bottom:1rem;
	}
	.box_news dd:last-child{
		margin-bottom:0;
	}
}