.point_warning {
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    background: #eca499;
    font-size: 12px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .point_warning {
        display: none;
    }
}

.two_column {
    display: flex;
}
.two_column > div:first-child {
    flex: 0 0 57%;
    font-size: 14px;
}
.two_column > div:last-child {
    flex: 0 0 43%;
    font-size: 9px;
}
.point_warning_inner {
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    background: #eca499;
    font-size: 10px;
    font-weight: bold;
    margin-top: -.5715rem;
}

.kyoritsu-point-row {
    border: none !important;
    text-align: right !important;
}
.kyoritsu-point-row strong {
    font-size: 1.2em;
}

#use_company_point {
    width: 60px;
    text-align: right;
}

.input-error {
    border: 1.5px solid #e74c3c !important;
    background: #fff0f0;
}
.c-form--table__attention-text {
    color: #e74c3c;
    display: block;
    margin-bottom: 4px;
    font-size: 0.95em;
}
