@charset "utf-8";

.o-title-lv2::after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 1px;
    background: #0072BC;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}

.o-table__th, .o-table__td {
    padding: 4px 8px;
    border: solid 1px #AAA;
}