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

.table5 th {
	color:#883330;
	background-color:#f3eaea;
	font-weight:bold;
	font-size:1.16em;
}
.table5 tr:last-child th,.table5 tr:last-child td {
	border-bottom:0;
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {

.table5 th {
	border-bottom:0 !important;
}
.table5 tr:last-child td {
	margin-bottom:0 !important;
}
}</pre></body></html>