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

/* テンプレートの上書き */
.l-footer {
  text-align: left;
  line-height: 1.8;
  @media screen and (max-width: 880px) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: min(calc(80px + 50em/16*1.75), calc(80px + 16/400*100vw));
  }
  @media screen and (max-width: 767px) {
    text-align: center;
  }
  &amp; .inner {
    margin-inline: auto;
    width: 100%;
    max-width: min(1200px, calc(1200/1400*100vw));
    @media screen and (max-width: 880px) {
      width: calc(360/400*100%);
      max-width: unset;
    }
  }
  &amp; .logo {
    flex-shrink: 0;
    @media screen and (max-width: 1220px) {
      width: 125px;
    }
    @media screen and (max-width: 767px) {
      width: unset;
    }
  }
  &amp; .text a {
    color: #333;
    text-decoration: underline;
    text-underline-offset: unset;
  }
}</pre></body></html>