@charset "UTF-8";

.widget_staff01 dl {
  display: none !important;
}

/*カテゴリごとの1記事目のみ表示*/
.widget_staff01 .inner_item:nth-child(n + 2) {
    display: none !important;
}

.widget_staff01 .wrapper_item {
  float: left;
  display: block;
  width: calc(100% / 3)!important;
}

.widget_staff01 .inner_item .inner_item_img {
  width: 100%;
}

.widget_staff01 .inner_item_txt {
    width: 100%;
}
#slide + .widget_gallery01.add_design1 .inner_item .heading p {
    display: block;
}
@media screen and (max-width: 768px) {
.widget_staff01 .wrapper_item .inner_item {
    width: calc(100% / 2);
}
.widget_staff01 .inner_item_img{
  width: 100%;
}
}