.tab_box {
    display: flex;
    flex-direction: row;
}
.tab_name_box {
    width: 128px;
    height: 3rem;
    margin-right:2px;
    margin-bottom:2px;
    /*background-color: #228be6;*/
    /*background-color: #ced4da;*/
    /*color: white;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-family: "Jun 501";
    /*font-weight: 500;*/

}
.tab_blue {
    color: #212529;
    border: 2px solid #228be6;
}
.tab_green {
    color: #212529;
    border: 2px solid #5c940d;
}
.tab_red {
    color: #212529;
    border: 2px solid #a61e4d;
}
.tab_silver {
    color: #212529;
    /*border: 2px solid #dee2e6;*/
    border: 2px solid #949699;
}
.tab_fee {
    display: flex;
    flex-direction: row;
}
.tab_detail {
    display: flex;
    flex-direction: row;
}
.tab-detail-fee-standard {
    /*width: 8rem;*/
    /*width: 128px;*/
    height: 82px;
    text-align: center;
    line-height: 82px;
    margin-right:2px;
}
.tab-detail-fee-bg-e {
    background-color: #d0deef;
}
.tab-detail-fee-bg-j {
    background-color: #e9fac8;
}
.tab-detail-fee-bg-h {
    background-color: #fff0f6;
}
.tab-detail-fee-bg-p {
    background-color: #f1f3f5;
}
.xxx {
    background-color: red;
}
#tab_first_detail_id_e {
    /*background-color: goldenrod;*/
}