

.text-box dl {
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
}

.text-box dl dt {
	width: 200px;
	font-weight: 700;
}

.text-box dl dd {
	width: 560px;
}

.text-box dl dd small {
	font-size: 11px;
}

@media (max-width:767px) {

	.text-box dl {
		margin-bottom: 1em;
		display: block;
	}

	.text-box dl dt {
		width: auto;
	}

	.text-box dl dd {
		width: auto;
	}
}