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


/* -------------------------------------------------
特定商取引法に基づく表示
-------------------------------------------------- */
.fs-body-about-terms #terms table tr{
	display:block;
	border-bottom:1px solid #b5b5b5;
}
.fs-body-about-terms #terms table th {
    width: 180px;
    padding: 10px;
    text-align: left;
}
.fs-body-about-terms #terms table td {
    padding: 10px;
}
.fs-body-about-terms #terms table td dt{
	font-weight:bold;
}
.fs-body-about-terms #terms table td dd{
	margin:0;
}
.fs-body-about-terms #terms h4{
	font-weight:bold;
}</pre></body></html>