@charset "UTF-8";

.widget_menu01.add_design3 .category_img {
    padding-right: 0!important;
    width: 20%!important;
}
.widget_menu01.add_design3 .inner_item> .category_img~* {
    width: 78%!important;
}
.widget_menu01 li {
    border-bottom: none!important;
}
.widget_menu01 li:nth-of-type(1) {
    border-top: none!important;
}
.widget_menu01 .inner_item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
.heading.block_header_2 {
    width: 100%;
}
@media screen and (max-width: 800px) {
.widget_menu01.add_design3 .inner_item>*, .widget_menu01.add_design4 .inner_item>*, .widget_menu01.add_design5 .inner_item>*, .widget_menu01.add_design6 .inner_item>* {
    width: 100%!important;
}
a#menu03 + div .category_img.pop img {
    width: 60%;
}
a#menu04 + div .category_img.pop img {
    width: 60%;
}
a#menu05 + div .category_img.pop img {
    width: 60%;
}
.widget_menu01.add_design3 .inner_item> .category_img~* {
    width: 100%!important;
}
}