@charset "UTF-8";

@media screen and (min-width:801px) and ( max-width:1000px){
     .widget_staff01 .inner_item .inner_item_txt dt, .widget_staff01 .inner_item .inner_item_txt dd {
         width: auto !important;
         display: block;
         padding: 10px 0 !important;
     }
}

@media screen and (min-width:501px) and ( max-width:600px){
     .widget_staff01 .inner_item:nth-of-type(3n+1), .widget_staff01 .inner_item:nth-of-type(2n+1) {
      margin-left: 0;
      clear: none;
    }

    .widget_staff01 .inner_item {
      margin: 0 0 40px;
      padding: 0 5px 0;
      width: 100%;
      float: none;
      box-sizing: border-box;
    }
}