<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header img {
  max-width: 180px;
  max-height: initial;
}
.environment-section .env p {
    font-weight: bold;
    margin-bottom: 0.75em;
}

.environment-section .env {
    margin: 0 0 2em 0;
}

@media screen and (min-width: 768px) {
.environment-section .env {
    text-align: center;
}
}

.other-section li {
  margin-bottom: 1em;
}


/** https://www.kirishima-product.com/ ã‹ã‚‰ä¸€éƒ¨æŠœç²‹ **/

footer {
    text-size-adjust: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6","HiraKakuPro-W6","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .02em;
    min-width: 320px;
    color: #332f2e;
    background: #fff;
}

.l-footer {
    background-color: #fff;
    margin-top: 60px;
}

.l-footer__nav-wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f2efed;
    border-bottom: 1px solid #f2efed;
    padding: 26px 30px 21px;
}

.l-footer__nav-list {
    display: flex;
}

@media screen and (max-width: 767px) {
.l-footer__nav-wrap {
    justify-content: center;
    padding: 11vw 0 5vw;
    border-bottom: none;
}

.l-footer__nav-list {
    display: none;
}
}


@media screen and (min-width: 768px) and (max-width: 1130px) {
.l-footer__nav-list {
    flex-wrap: wrap;
}
}

.l-footer__nav-list ul {
    list-style: none:
}

.l-footer__nav-list li {
    margin-right: 25px;
    line-height: initial;
}

.l-footer__nav-list a {
    text-decoration: none;
    word-break: break-all;
}

.l-footer__nav-list li a {
    position: relative;
    display: block;
    padding-right: 25px;
    font-size: 1.3rem;
    color: #332f2e;
}

.l-footer__nav-list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    border-top: 1px solid #332f2e;
    border-right: 1px solid #332f2e;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.l-footer__sns {
    display: flex;
    align-items: center;
}

.l-footer__sns li {
    margin-right: 13px;
    line-height: initial;
}

.l-footer__sns li.facebook {
    width: 26px;
}

.l-footer__sns li.youtube {
    width: 28px;
}

@media screen and (max-width: 767px) {
.l-footer__sns li {
    margin-right: 4vw;
}
.l-footer__sns li.facebook {
    width: 6.9333333333vw;
}
.l-footer__sns li.youtube {
    width: 7.4666666667vw;
}
}

.l-footer__sns li:last-child {
    margin-right: 0;
}

.l-footer__foot-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 27px 63px 31px;
}

.l-footer__foot-body {
    display: flex;
    align-items: center;
}

.l-footer__logo {
    width: 287px;
    margin-right: 28px;
}

.l-footer__logo img {
    letter-spacing: 0;
    font-size: 12px;
    max-width: 100%;
    vertical-align: middle;
}

.l-footer__foot-txt {
    padding-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
}

.l-footer__copyright small {
    font-size: 1.2rem;
    font-family: "Roboto",serif;
    color: #807773;
}

@media screen and (max-width: 767px) {
.l-footer__foot-inner {
    flex-direction: column;
    padding: 0 0 13vw;
}
.l-footer__foot-body {
    flex-direction: column;
}
.l-footer__logo {
    width: 47.8666666667vw;
    margin-right: 0;
}
.l-footer__foot-txt {
    margin-top: 3vw;
    padding-top: 0;
    font-size: 2.4vw;
}
.l-footer__copyright small {
    font-size: 2.1333333333vw;
}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.l-footer__foot-inner {
    flex-direction: column;
    justify-content: center;
}

.l-footer__copyright {
    margin-top: 20px;
}
}
</pre></body></html>