<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content .m-numList li{
  margin-top: 30px;
}
.l-content .m-numList li a{
  text-decoration: none;
  text-indent: 0;
}
.l-content .m-numList li a:hover{
  text-decoration: underline;
}
.l-content .m-numList li .tel,
.l-content .m-numList li .fax,
.l-content .m-numList li .email{
  text-indent: 0;
  margin-left: 2px;
}
.l-content .m-numList li .tel &gt;  dt,
.l-content .m-numList li .fax  &gt;  dt,
.l-content .m-numList li .email  &gt;  dt{
  display: inline-block;
}
.l-content .m-numList li .tel &gt;  dt,
.l-content .m-numList li .fax  &gt;  dt{
  width: 18px;
}
.l-content .m-numList li .tel &gt;  dd,
.l-content .m-numList li .fax  &gt;  dd,
.l-content .m-numList li .email  &gt;  dd{
  display: inline-block;
}
.l-content .m-numList li .tel &gt;  dd span,
.l-content .m-numList li .fax  &gt;  dd span,
.l-content .m-numList li .email  &gt;  dd span{
  margin-right: 8px;
}
.l-content .m-dataList &gt; dt {
  margin: 22px 0 5px;
}
.l-content .m-dataList &gt; dd .line {
  text-decoration: underline;
  font-weight: bold;
}
.l-content .m-dataList &gt; dd .name {
  padding: 0 10px;
}
</pre></body></html>