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



/* Text
********************************************************************************/
html {
	font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.dlList dt span,
.tableList dt span,
.tableList table th,
.tableList table td:first-child { 
	font-weight:700;
}

/* normal
**************************************/
.normal, p,
.tableList table td:last-child span {
	font-weight:400 !important;
}

/* medium
**************************************/
.medium {
	font-weight:500 !important;
}

/* bold
**************************************/
.bold,
.tableList table td:last-child span.lrg  {
	font-weight:700 !important;
}
</pre></body></html>