<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-globalFooter .globalFooterSp {
    color: #fff;
    background-color: #252525;
    box-sizing: border-box;
    padding: 24px 0;
    width: 100%;
}

.l-globalFooter .globalFooterSp .menuSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}

.l-globalFooter .globalFooterSp .menuSection &gt; li {
    font-size: 14px;
    margin-top: 16px;
}

.l-globalFooter .globalFooterSp .menuSection &gt; li &gt; a {
    color: #fff;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l-globalFooter .globalFooterSp .menuSection &gt; li &gt; a:hover {
    opacity: 0.7;
}

.l-globalFooter .globalFooterSp &gt; p {
    font-size: 14px;
    margin-top: 16px;
}

.l-globalFooter .globalFooterSp .logo {
    display: block;
    margin-top: 24px;
}

.l-globalFooter .globalFooterSp .copyright {
    color: #8d8d8d;
    font-size: 10px;
    margin-top: 20px;
}

.l-globalFooter .globalFooterPc {
    display: none;
}

@media only screen and (min-width:320px) {
    .l-globalFooter .globalFooterSp .menuSection {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 320px;
        margin: 0 auto;
    }

    .l-globalFooter .globalFooterSp .menuSection &gt; li {
        margin-top: 0;
    }
}

@media only screen and (min-width:1024px) {

    .l-globalFooter .globalFooterSp {
        display: none;
    }

    .l-globalFooter .globalFooterPc {
        background-color: #252525;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        padding: 32px 0 16px;
    }

    .l-globalFooter .globalFooterPc &gt; .globalFooterInner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
      }

      .l-globalFooter .globalFooterPc .menuSection {
        width: 100%;
      }
      
      .l-globalFooter .globalFooterPc .menuSection li {
        color: #fff;
        display: inline-block;
        font-size: 12px;
      }

      .l-globalFooter .globalFooterPc .menuSection li a {
        color: #fff;
        text-decoration: none;
      }

      .l-globalFooter .globalFooterPc .menuSection li a:hover {
        text-decoration: underline;
      }

      .l-globalFooter .globalFooterPc .menuSection:not(:first-child) {
        margin-top: 16px;
      }

      .l-globalFooter .globalFooterPc .licenseSectionArea {
        display: flex;
        justify-content: center;
        margin-top: 24px;
        width: 100%;
      }

      .l-globalFooter .globalFooterPc .licenseSectionArea .licenseSection {
        display: flex;
        margin: 0 40px 0 32px;
      }

      .l-globalFooter .globalFooterPc .licenseSectionArea .licenseSection li {
        align-items: center;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        width: 150px;
      }

      .l-globalFooter .globalFooterPc .licenseSectionArea .licenseSection li:first-child {
        width: 50px;
      }

      .l-globalFooter .globalFooterPc .licenseSectionArea .licenseSection li &gt; span {
        padding-left: 16px;
        text-align: left;
      }

      .l-globalFooter .globalFooterPc .copyright {
        color: #fff;
        display: block;
        font-size: 12px;
        margin-top: 32px;
      }
}
</pre></body></html>