.subtitle10 {
    width: 100%;
    padding-top: 50px;
    font-size: 56px;
    font-weight: 900;
    color: #0073cc;
    letter-spacing: -1px;
}
.subtitle12 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 700;
    color: #0073cc;
    letter-spacing: -1px;
    margin-bottom: 8px;
}
.subtable15 {
    position: relative;
    width: 100%;
    border-top: 3px solid #086cb8;
    border-bottom: 1px solid #979797;
}

.subtable15 tr th {
    height: 62px;
    padding: 0 46px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 700;
    color: #111111;
    letter-spacing: -1px;
    background: #fcfcfc;
    border-bottom: 1px solid #e0e1e1;
    border-right: 1px solid #e0e1e1;
    text-align: center;
}

.subtable15 tr td {
    padding: 22px 46px;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 500;
    color: #2c2c2c;
    line-height: 150%;
    border-right: 1px solid #e0e1e1;
    border-bottom: 1px solid #e0e1e1;
    text-align: left;
}

.subtable15 tr td.title {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: #292727;
}

.subtable15 tr td.tdlast {
    border-right: 0px;
    text-align: center;
    color: #086cb8;
    font-weight: 700;
    background: #f3fafc;
}

.subtable15 tr td.tdlast2 {
    border-right: 0px;
    text-align: center;
    padding-right: 70px;
    color: #086cb8;
    font-weight: 700;
    background: #f3fafc;
}

.subtable15 tr td .rustxt {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 4px;
    color: #ffffff;
    background: #0073cc;
}

.subtable15 tr td div:nth-child(1) {
    margin-bottom: 4px;
}


.subtable15 tr th:nth-child(2) {
    text-align: left;
}

.subtable15 tr th:nth-child(3) {
    border-right: 0px;
    text-align: center;
}

