/* breadcrumb
----------------------------*/
.breadcrumb {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    list-style: none;
    margin: 10px 0 0 0;
}

.breadcrumb a {
    color: #0066CC;
}

.breadcrumb li:not(:last-of-type)::after {
    color: #333;
    content: ">";
    margin: 0 .6em;
}
