@charset "utf-8";

/* エリア：つなげてねット スイッチングHUB（商品一覧）
--------------------------------------------*/
#anc-switching-HUB .img img {
    width: 200px;
}
@media screen and (max-width: 47.99em) {
    #anc-switching-HUB .img img {
        width: 150px;
    }
}

/* エリア：適合プレート
--------------------------------------------*/
#anc-specifications .specifications__data {
    display: flex;
    flex-wrap: wrap;
}
#anc-specifications .specifications__data dt {
    width: 18%;
    /* text-align: right; */
}
#anc-specifications .specifications__data dd {
    width: 80%;
    text-indent: -1em;
    padding-left: 1.5em;
}
@media screen and (max-width: 47.99em) {
    #anc-specifications table.table_default th {
        width: 35%;
    }
    #anc-specifications .specifications__data dt {
        width: 100%;
        padding-top: 1em;
    }
}