<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.print-logo {
    display: none;
}

.price-none {
    display: none;
}
    .price-none.show {
        display: block;
    }

.priceDisplaySpan {
    margin-left: 2em;
}

    .priceDisplaySpan span {
        display: inline-block;
        margin-right: 1em;
        font-weight: 500;
    }

.priceDisplaySpanNone {
    margin-left: 0em;
}

.toggle-box {
    margin-left: 9.5em;
}
    .toggle-box .toggle-box-label {
        top: -2px;
    }


@media screen and (max-width: 767px) {
    .toggle-box {
        display: none;
    }
}


@media print {
    /* 共通用_ヘッダーフッター */
    .u-inner.sz2 {
        max-width: 100%;
    }

    .print-logo {
        display: inline-block;
        width: 160px;
    }
    
    .l-header {
        display: none;
    }

    .l-footer {
        display: none;
    }

    .l-copyright {
        display: none;
    }

    .l-totop {
        display: none;
    }

    .l-pankz {
        display: none;
    }

    /* 注文詳細画面印刷用 */
    .u-ttlBox1 {
        padding-bottom: 5px;
    }
    
    .u-btn5 {
        display: none;
    }

    .u-bg2 {
        padding: 0;
    }

    .u-boxDetail {
        margin-bottom: 0;
    }

        .u-boxDetail .head {
            padding: 0;
        }
        .u-boxDetail .body {
            padding: 0.3em 1.8em;
        }
        .u-boxDetail .detaliBottom {
            border-top: 1px solid #dddbd7;
            margin-top: 5px;
            padding-top: 0.2em;
        }

    .request-img {
        display: none;
    }

    .u-list4 &gt; li &gt; dl &gt; dd {
        column-count: 5;
    }

        .u-list4 &gt; li {
            padding: 0.3em 1.8em;
        }

    .MT5 {
        /* display: none; */
        margin-top: 0;
    }

    .MT30 {
        margin-top: 0.3em;
    }

    .tais {
        float: none;
    }

    .demo-NA {
        position: relative;
        padding-left: 5px;
        cursor: pointer;
        top: 7px;
        left: 70px;
        font-size: 13px;
        line-height: 1;
        color: #4D4D4D;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        height: 30px;
    }

    .u-list3 {
        margin-top: 0;
        border-radius: 1px;
        border: 1px solid #f0efec;
        padding: 0.2em 1em;
        column-count: 2;
    }
        .u-list3 .row + .row {
            margin-top: 0.3em;
        }

    .u-btnBottom {
        display: none;
    }

    .MB40 {
        display: none;
    }

    .MT50 {
        margin-top: 0;
    }

    .MT20 {
        margin-top: 10px;
    }

    .MT15 {
        margin-top: 5px;
    }

    .row .col3 {
        width: 19%;
    }

    [class^="u-list"] .price dt {
        font-weight: 400;
    }

    [class^="u-list"] .price dd span {
        font-size: 2.0rem;
    }

    .u-ttl2:before {
        margin-right: 0;
    }

    .print-none {
        display: none;
    }

    .print-flex{
        display:flex;
        justify-content: space-between;
    }

    .print-flex-start {
        justify-content: flex-start !important;
    }

    .print-w-100px{
        width: 100px !important;
    }

    .print-w-600px {
        width: 600px !important;
    }

    .print-w-800px {
        width: 800px !important;
    }

    .print-col4 {
        width: 40% !important;
    }

    .print-col6 {
        width: 60% !important;
    }

    .print-MT0 {
        margin-top: 0 !important;
    }

    

}
</pre></body></html>