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

#btn-part + .contents_btn01 .content_wrapper>a{
  width: 30% !important;
  min-width: 346px !important;
}

@media screen and (max-width: 800px){
#btn-part + .contents_btn01 .content_wrapper>a{
  width: 90% !important;
  min-width: 200px !important;
  max-width: 346px !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);
  }
}

