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

.productInfo ul {
    margin-bottom: 20px;
}
.productInfo ul li {
    font-size: 16px;
    padding-left: 30px;
}
.productInfo ul li + li {
    margin-top: 5px;
}

.strongWrap .accessories {
    margin-bottom: 20px;
}
.strongWrap .accessories ul {
    width: 50%;
}
.strongWrap .accessories.flex li {
    width: 100%;
}
.strongWrap .photoWrap p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
    color: #005694;
}

/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 768px) {
    .productInfo ul li {
        font-size: 14px;
        padding-left: 25px;
    }
    .productInfo ul li + li {
        margin-top: 0;
    }
    .strongWrap .photoWrap p {
        font-size: 14px;
        margin-top: 10px;

    }

    .strongWrap .accessories ul {
        width: 100%;
    }
}</pre></body></html>