@charset "utf-8";
/* CSS Document */

.sec_box ul li{
	margin-bottom: 0.5em;
}

.topics_img img{
	width: 100%;
}

.news_box dl{
	margin-bottom: 1em;
}

.news_box a{
	display: block;
}

.news_box a.inline{
	display: inline;
}

.news_box a:last-child dl{
	margin-bottom: 0;
}

.news_box dl dd span{
	text-decoration: underline;
}

.news_box dl dd .red{
	color:#ff3127;
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	.news_box a:hover{
		opacity: 0.7;
	}
	
	.news_box dl{
		display: flex;
	}

	.news_box dl dt{
		width: 17%;
	}

	.news_box dl dd{
		width: 83%;
	}
}