<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** ========================================================
 * @class Local:Define
** ====================================================== */
@media print, screen and (min-width: 768px) {
html, :root {
font-family: "Clarimo UD PE Regular";
}
}
@media screen and (max-width: 767px) {
html, :root {
font-family: "Clarimo UD PE Regular";
}
}
h1 {
font-family: "Clarimo UD PE DemiBold";
}
h2 {
font-family: "Clarimo UD PE Light";
}
h3 {
font-family: "Clarimo UD PE Light";
}
h4 {
font-family: "Clarimo UD PE Light";
}
h5, h6 {
font-family: "Clarimo UD PE DemiBold";
}
b, strong {
font-family: "Clarimo UD PE DemiBold";
}
body {
  line-height: 1.666666;
}
@media (min-width: 992px) {
  body {
    line-height: 1.875;
  }
}

#content h1 {
  line-height: 1.166666;
}
#content h2 {
  line-height: 1.133333;
}
#content h3,
#content h4 {
  line-height: 1.2;
}
.link.link-l {
  line-height: 1.6;
  padding-top: 0;
  padding-bottom: 0;
}
</pre></body></html>