@charset "UTF-8";

.widget_menu01 .heading.block_header_2 :before {
    content: "";
    bottom: -13px;
    left: 0;
    height: 17px;
    width: 500px;
    position: absolute;
    background: url(/common/upload_data/chamomile2010jp/image/20200930104920.png) no-repeat left center / contain;
}
@media (max-width: 768px){
.widget_menu01 .heading.block_header_2 :before {
    content: "";
    bottom: -13px;
    left: 0;
    height: 17px;
    width: 100%;
    position: absolute;
    background: url(/common/upload_data/chamomile2010jp/image/20200930104920.png) no-repeat center center / cover;
}
}