<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----newslist-----------------------*/
#online-shop{
width: 100%;
}
.online-shop-wrapper{
    max-width: 1080px;
    margin: 0 auto;
    padding: 3em 0.5em;
}
.online-shop_2{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 2em 1em;
}
.online-shop_2 figcaption{
    text-align: center;
}
.online-shop_2 a:hover{
    text-decoration: underline;
    opacity: 0.8;
}
.online-shop_5{
    margin-left: 1em;
    font-size: 1.1em;
    width: 55%;
}
.online-shop_5 ul{
    margin-left: 2em;
    margin-top: 1em;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .online-shop_2{
        flex-wrap: wrap;
        }
        .online-shop_4{
            width: 100%;
            text-align: center;
            }
        .online-shop_5{
            width: 100%;
            margin: 1em 0.5em;
            }        
    }


    .online-shop-product02{
        border-collapse: collapse;
        margin: 0 auto 2em;
        width: 100%;
        font-size: 0.9em;
        border: 1px solid #999999;
    }
    .online-shop-product th{
        border: 1px solid #999999;
        padding: 0.5em;
        background-color: powderblue}
    .online-shop-product td{
        border: 1px solid #999999;
        padding: 0.5em;    
    }
    .online-shop-product a:hover{
        text-decoration: underline;
    }
    @media screen and (max-width: 900px){
        .online-shop-product{
        overflow-x: scroll;
        font-size: 1.0em;
        white-space: nowrap;
        width:100%;
        }
    }
    @media screen and (max-width: 767px){
        .online-shop-product{
        overflow-x: scroll;
        font-size: 1.0em;
        white-space: nowrap;
        width:100%;
        }
    }
    @media screen and (max-width: 767px){
        .online-shop-product:before {
        content: "※ 横にスクロールできます。";
        color: #ff0d00;
        font-size: 1.2em;
        }
    }
    .onlineshop_photo{
        text-align: center;
        font-size: 1em;
    }
    .datasheet_link{
        text-align: center;
    }
    .datasheet_link span{
        display: block;
        font-size: 0.5em;
    }
    .online_link{
        text-align: center;
    }
    .online_link span{
        display: block;
        font-size: 0.5em;
    }

.online_note{
    margin: 1em 1em;
    overflow-wrap: normal;
}
/*-------contact-btn--------------------*/
.contact-btn4 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}
.contact-btn4 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em auto;
    padding: 0.5em 2em;
    width: 100%;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    background-color: #f3981d;
    border-radius: 15px;
    transition: 0.4s;
    box-shadow: 0 5px 0 #995f12;
}
.contact-btn4 a:hover {
    opacity: 0.7;
    box-shadow: none;
    transform: translateY(5px);
    text-decoration: none;
}
@media screen and (max-width: 767px){
    .contact-btn4 a{
    width: 100%;
    }
}</pre></body></html>