@charset "UTF-8";
@media (min-width: 768px) {
    .breadcrumb li:first-child:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        vertical-align: middle;
        margin: -4px 0px 0px 0;
        background: url(/pc/images/icon_home.svg) center bottom / 12px 12px no-repeat;
    }
    .breadcrumb {
        margin: 20px 0;
    }
}