/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2026 | 19:20:36 */
.title {
	font-size: 1.2em;
	::before {
		content: "ー・ー　";
	}
	::after {
		content: "　ー・ー";
	}
}
.li-bold {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.li-bold li {
	margin: 1.2rem 0;
}
.li-answer {
	margin: 0;
	padding: 0;
}
.li-answer li {
	margin: 1.2rem 0;
}
.lm-r {
	line-height: 1.9rem;
	width: fit-content;
	background-image: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.5) 60%);
}
.lm-y {
	line-height: 1.9rem;
	width: fit-content;
	background-image: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 60%);
}
.lm-b {
	line-height: 1.9rem;
	width: fit-content;
	background-image: linear-gradient(transparent 60%, rgba(30, 144, 255, 0.5) 60%);
}