/* CSS Document */
div dl {
	display: flex;
	justify-content: center;
}

div dl dt {
	white-space: nowrap;
}


div dl dt::after {
	content: "：";
}

@media only screen and (max-width : 999px){
	div dl dd {
		text-align: justify;
	}
}
