.l-content .fs-11 {
    font-size: 11px;
}

.l-content .fs-12 {
    font-size: 12px;
}

.l-content .fs-14 {
    font-size: 14px;
}

.l-content .fs-16 {
    font-size: 16px;
}

.l-content .sectionInner {
    margin: auto;
    width: 910px;
}

.l-content .contents .h3Ttl{
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #bcbcbc;
}

.l-content .contents .point {
    padding-top: 2px;
    width: 166px;
    height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    background-color: #dd0000;
}

.l-content .contents .flex {
    display: flex;
}

.l-content .tableWrapper {
    margin: auto;
    width: 864px;
}

.l-content .m-listTable th,
.l-content .m-listTable td {
    text-align: center;
}

.l-content .m-listTable.table_01 > tbody > tr > td {
    padding: 15px 20px;
}

.l-content .m-listTable .empty {
    border: none;
    background-color: #ffffff;
}

.l-content .m-listTable .bg-blue {
    background-color: #0f218b;
    color: #ffffff;
    border-color: #ffffff;
}

.l-content .m-listTable .bg-gray {
    background-color: #bcbcbc;
}

.l-content .m-listTable .p-0 {
    padding: 0;
}

.l-content .m-listTable .fullWidth {
    padding-top: 2px;
    display: inline-block; width: 100%;
}