/**
 * Solution Report
 */
.item-03 .l-navi-local .list-item:nth-child(2) a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #A7AD94;
}
