.note-1em-red {
    display: block;
    font-size: 1.4rem;
    color: #f00;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/*--法人--*/
.bcs {
    font-family: "Arial",sans-serif;
    font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
    .bcs {
        font-size: 1.4rem;
    }
    .tbl-w50{width: 100%;}
}
.cap-rb caption{
    caption-side:bottom;
    text-align: right;
}

/*--ローン--*/
.box-r-line {
    display: block;
    width: 100%;
    border: 1px solid #CB0013;
    padding: 15px;
    margin: 5px 0;
}

.table-hu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.table-hu-box .table-hukidashi {
    position: relative;
    width: 200px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    border: 1px solid #CB0013;
    color: #CB0013;
    font-size: 1.8rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 20px;
    position: relative;
}
.table-hu-box .table-hukidashi p {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.table-hu-box .table-hukidashi:before, .table-hu-box .table-hukidashi::after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
}
.table-hu-box .table-hukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    border-right-color: #FFFFFF;
}
.table-hu-box .table-hukidashi:before {
    border-color: rgba(203, 0, 19, 0);
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color: #CB0013;
}

.table-gakushi04 {
    border-collapse: collapse;
    width: 740px;
}
@media screen and (max-width: 768px) {
    .table-gakushi04 {
        width: 460px !important;
    }
}
.table-gakushi04 thead th {
    background-color: #F8F4E6;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .table-gakushi04 thead th {
        padding: 10px 15px;
    }
}
.table-gakushi04 thead th span {
    font-size: 1.4rem;
}
.table-gakushi04 tbody th, .table-gakushi04 tbody td {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
}
.table-gakushi04 tbody th {
    background-color: #F8F4E6;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .table-gakushi04 tbody th {
        padding: 10px 15px;
    }
}
.table-gakushi04 tbody td {
    text-align: left;
    background-color: #FCFAF3;
    padding: 0;
    padding: 15px 20px;
    border-right: 1px solid #e6e1cf;
}
.table-gakushi04 tbody td:last-child {
    border-right: none;
}

.under-line {
    text-decoration: underline;
}
