@charset "UTF-8";

.widget_staff01 .inner_item .inner_item_txt dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-color: var(--i_border_color);
    display: none;
}

@media screen and (max-width: 768px) {
.widget_staff01 .inner_item .inner_item_txt dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-color: var(--i_border_color);
    display: block;
}
}
