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

/* -------------------------
  10:header
------------------------- */
.u-colorChange {
  width: 23rem;
}

/*.u-fontSize*/
.u-fontSize {
  width: 16rem;
}

/* -------------------------
  40:footer
------------------------- */
.footer_number li:nth-of-type(2) {
  margin-right: 15px;
}
.footer_number li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer_number_email {
  width: auto;
}
.footer_number_email:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 7px;
  background: url(../img/icon-email.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
  vertical-align: -2px;
}
</pre></body></html>