.txtContainer{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 3rem;
    padding-right: 3rem;
}

.txtContainer span,
.txtContainer .txtHidden span{
    color: #F05E1E;
    background: #FFFF00;
    font-weight: bold;
}

.txtHidden {
    display: none;
    padding-top: 1rem;
}

.btn{
    position: relative;
}

.showMore{
    font-size: 2.6rem;
    font-weight: bold;
    background: none;
    display: block;
    margin: 0 auto;
    padding-top: 3rem;
    color: #000000 !important;
}

.showMore::before {
    content: '';
    position: absolute;
    background: url(../img/arrDown.svg) no-repeat center;
    background-size: 100%;
    width: 2.9rem;
    height: 1.6rem;
    line-height: 1;
    transform: translate(0, 50%);
    /* top: 0; */
    left: 35%;
}

/*2025-01-17*/
ul.lstFeeBox {
    display: flex;
    flex-wrap: wrap;
}

#couurse_box li {
    width: calc(50% - 5px);
    display: inline-flex;
    flex-direction: column;
}

#couurse_box .orange_box {
    white-space: nowrap;
}

#couurse_box li p:first-of-type {
    display: flex;
    flex-grow: 1;
}