#stories-wrap {
    padding: 0 15px;
    background: #FFF;
}

.list-group-flush .list-group-item:first-child {
    border-top: 0;
}

.list-group-item .update-date {
    padding: .45em .6em .4em .6em;;
    float: right;
    margin-top: 2px;
    font-weight: normal;
}

.nav-link {
    color: #17a2b8;
}
.nav-link:hover {
    color: #14889a;
}
.toggle {
    min-height: 0rem !important;
}

#stories-wrap nav,
#stories-wrap .tab-content {
    width: 100%;
}

#breadcrumb-container {
    margin-bottom: 0;
}

/* メディアクエリ */
@media screen and (max-width: 1225px) {}
@media screen and (min-width: 769px) and (max-width:1166px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 320px) {}