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

footer {
    background-color: rgba(0,0,0,.0001);
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; td {
    white-space: normal;
}
footer#footer {
    height: 100%;
}
section#wrap {
    padding-bottom: 0;
}

/*クリアボタン*/
[class$="btn--clear"]::before {
    content: '';
    position: absolute;
    display: block;
    border-top: #8e8e8e 3px solid;
    transform: rotate(-45deg);
    width: 35px;
    top: 50%;
}
[class$="btn--clear"]::after {
    content: '';
    position: absolute;
    display: block;
    border-top: #8e8e8e 3px solid;
    transform: rotate(45deg);
    width: 35px;
    top: 50%;
}
[class$="btn--clear"] {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25%;
    right: 147px;/*122+25*/
    cursor: pointer;
    z-index: 2;
}
@media screen and (max-width:768px) {
    [class$="btn--clear"]::before {
        content: '';
        width: 25px;
    }
    [class$="btn--clear"]::after {
        content: '';
        width: 25px;
    }
    [class$="btn--clear"] {
        right: 45px;
        width: 25px;
        height: 25px;
        top: 7%;
    }
}
</pre></body></html>