@charset "UTF-8";
h1 {
	font-size: 160%;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
#conceptBox {
	display: flex;
	gap: 5vw;
	align-items: center;
}
#conceptBox .inBox {
	flex: 1;
}
#newsBox {
	margin-top: 20px;
}
#newsBox dl {
	display: flex;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 15px 0;
}
#newsBox dl:first-child {
	border-top: 1px solid #DDD;
}
#newsBox dl dt {
	letter-spacing: normal;
	margin-right: 1em;
	white-space: normal;
}
#newsBox dl dt .cat a {
	display: inline-block;
	padding: 0 10px;
	background-color: #bbb;
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	border-radius: 999px;
	margin-left: 5px;
}
#newsBox dl dd {
	flex: 1;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#slideBox .inBox img {
		aspect-ratio: 1/1;
		object-fit: cover;
		width: 100%;
		max-height: calc(100vh - 60px);
	}
	#conceptBox {
		flex-direction: column;
	}
	#newsBox dl {
		flex-direction: column;
		gap: 5px;
	}
}