@charset "UTF-8";
.box {
	color: #183981;
	background-color: #ecf5fc;
	border: 1px solid currentcolor;
	border-radius: 6px;
	padding: 8px 10px;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.box_dList {
	list-style: none;
	display: flex;
	margin-bottom: 0;
	font-size: 1.6rem;
}
.box_dList > dt {
	white-space: nowrap;
}
.box_dList > dd {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.box {}
	.box_dList {}
	.box_dList > dt {}
	.box_dList > dd {}
}
@media screen and (max-width:767px) {
	.box {}
	.box_dList {
		font-size: 1.5rem;
		display: block;
	}
	.box_dList > dt {}
	.box_dList > dd {}
}
