.breadcrumb {
    width: 800px;
    margin: auto;
}
.home a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f015";
    padding-right: 10px;
}
.breadcrumb ul {
    padding: 5px 0px;
    list-style: none;
    margin: 0;
}
.breadcrumb li {
    display: inline;
    font-size: 12px;
    padding-right: 20px;
    color: #000;
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb li:nth-child(2),
.breadcrumb li:nth-child(4) {
    background-image: url(../assets/images/general/greater-than.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb li:nth-child(3),
.breadcrumb li:nth-child(5) {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .breadcrumb ul {
        list-style-type: none;
        display: inline-flex;
        margin: 0;
        padding: 0;
    }

    .breadcrumb {
        width: 90%;
        margin: auto;
    }

    .breadcrumb li {
        padding-right: 2vw;
        font-family: "Noto Sans JP";
        font-size: 12px;
    }

    .breadcrumb a {
        text-decoration: none;
        color: inherit;
        font-family: inherit;
    }
    .breadcrumb li:nth-child(2),
    .breadcrumb li:nth-child(4) {
        background-image: url(../assets/images/general/greater-than.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
