/* パンくずリスト */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f105";
}

#breadcrumb-container {
    padding: 0 15px;
}

#article-nav {
    padding: 0;
}

.breadcrumb {
    color: #6c757d;
    background: none;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 0;
    border: none;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}

.breadcrumb-item a {
    color: #62B6CB;
}
