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

.widget_staff01 .inner_item:nth-of-type(3n+1) {
   margin-left: 20px;
    clear: left;
}

.widget_staff01 .inner_item {
    margin: 0 0 40px;
    padding: 0 5px 0;
    width: 47%;
    box-sizing: border-box;
    margin-left: 2%;
    display: table;
    table-layout: fixed;
}

@media screen and (max-width: 768px) {
.widget_staff01 .inner_item {
    margin: 0 0 25px;
    padding: 0 5px 0;
    width: 47%;
    box-sizing: border-box;
    margin-left: 2%;
    display: table;
    table-layout: fixed;
}
}
@media screen and (max-width: 768px) {
.widget_staff01 .inner_item:nth-of-type(3n+1) {
   margin-left: 0px;
    clear: left;
}
}