<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.box .child {
	margin-top: 6rem;
}

.box .child .tit-24 {
	margin-bottom: 2rem;
}

.box .child .sp-scroll {
	margin-top: 2rem;
}

.tb td {
	width: 26%;
}

.tb td:first-child {
	width: 22%;
}

.tb td:nth-child(1) {
	background: #fef3df;
	text-align: center;
}

.tb td:nth-child(3) {
	background: #eff6ec;
}

.tb td:nth-child(4) {
	background: #eaf6fd;
}


.tb tr:first-child td {
	text-align: center;
}

.tb tr:first-child td:nth-child(1) {
	background: #d77e00;
	color: #fff;
}

.tb tr:first-child td:nth-child(3) {
	background: #2b8015;
	color: #fff;
}

.tb tr:first-child td:nth-child(4) {
	background: #0c4097;
	color: #fff;
}

@media (max-width: 768px){
	.box {
		margin-bottom: 6rem;
	}
}</pre></body></html>