@charset "UTF-8";

dl dd .ruby {
	position: relative
}
dl dd .ruby:before {
	position: absolute;
	content: "いのち";
	top: -10px;
	left: 0;
	right: 0;
	font-size: 0.5em;
	text-align: center;
}
@media only screen and (max-width: 767.98px) {
	dl dd .ruby:before {
		top: -8px;
	}
	.ruby:before {
		top: -12px;
	}
}