@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;
}
}

/*-----ヘッダー電話番号-----*/
header .header_contents .header_col1 .tel.tel_wrap00 + .tel_wrap00 + .tel {
    display: none!important;
    opacity: 0;
    pointer-events: none;
}