.container {
    width: 100% !important;
    padding: 0 20px !important;
    display: block !important;
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 18px !important;
    }
}

@media only screen and (max-width: 1099px) {
    .header .header__toggle::after {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 768px) {
    .l-wrapper-full .l-main {
        padding: 0 !important;
    }
}

#all_wrap {
    padding-top: 100px !important;
}
@media only screen and (max-width: 768px) {
    #all_wrap {
        padding-top: 95px !important;
    }
}

#all_wrap.sub_page #topCases,
#all_wrap.single_page #topCases,
#all_wrap.full_page #topCases {
    background: none;
}

.sec-5 {
    background: none;
}

#all_wrap.sub_page:has(#page-news) .newsList li .title,
#all_wrap.sub_page:has(#page-news) .newsList li .tags,
#all_wrap.sub_page p.inner.wide,
#all_wrap.single_page p.inner.wide,
#all_wrap.full_page p.inner.wide,
a.materialsCustomButton,
header.featureHead,
#all_wrap .minHead.mb50,
.features-box *,
#all_wrap.sub_page:has(#page-news) .contHead h1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
    a.materialsCustomButton {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #all_wrap .breadcrumb .container {
        display: flex !important;
        padding: 0 !important;
    }
}

#all_wrap #header #logo {
    width: 128px !important;
    height: 35px !important;
}
@media screen and (max-width: 767px) {
    #all_wrap #header #logo {
        width: 128px !important;
        height: 35px !important;
    }
}
