@charset "UTF-8";

.widget_menu01 .heading.block_header_2 .h{
  padding-top: 5px;
  padding-left: 10px !important;
  background: #E58215;
  color: #fff;
}

.widget_menu01 .category_img a img{
  width: 100%;
}

.widget_menu01 .heading.block_header_2 .h:before{
  display: none;
}

@media screen and (max-width:768px){
#btn-part + div.contents_btn01 a{
    min-width: 240px;
    width: 43vw!important;
}
}

@media screen and (min-width:769px){
  .widget_menu01.add_design3 .category_img {
    width: 35%;
  }

  .widget_menu01.add_design3 .inner_item> .category_img~* {
    width: calc(65% - 2vw);
  }
}