.areaLesson {
    margin-top: 66px;
    margin-bottom: 142px;
}

.areaLesson .boxLesson .itemLesson {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.areaLesson .boxLesson .itemLesson .leftLesson {
    width: calc(100% - 54%);
}

.areaLesson .boxLesson .itemLesson .leftLesson .titleEnLesson {
    font-size: 90px;
    font-weight: bold;
    color: #73999E;
    line-height: 0.95;
    padding-left: 65px;
    text-indent: -65px;
    position: relative;
    top: 26px;
    letter-spacing: 3px;
}

.areaLesson .boxLesson .itemLesson .leftLesson .photoLesson {
    padding: 0 2px 0 0;
}

.areaLesson .boxLesson .itemLesson .rightLesson {
    width: 50%;
    padding: 101px 23px 0 25px;
    text-align: center;
}

.areaLesson .boxLesson .itemLesson .rightLesson .titleJpLesson {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 22px;
    margin-bottom: 42px;
}


.areaLesson .boxLesson .itemLesson .rightLesson .textLesson {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.77;
    margin-bottom: 35px;
    letter-spacing: -0.8px;
    margin: 35px -20px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended {}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 17px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before,
.areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 29px;
    background-color: #604C3F;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before {
    transform: rotate(-30deg);
    left: 10px;
    top: 8px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
    transform: rotate(30deg);
    right: 10px;
    top: 8px;
}


.areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 29px;
    margin-left: 1px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec .itemRec {
    font-size: 17px;
    font-weight: 300;
    background-color: #604C3F;
    color: #FFFFFF;
    width: calc(100% / 3 - 12px);
    margin-right: 18px;
    padding: 9px 0;
}

.areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(1) {
    width: calc(100% / 3 - 13px);
    margin-right: 8px;
}

.areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(2) {
    width: calc(100% / 3 + 7px);
    margin-right: 9px;
    letter-spacing: -1.5px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec .itemRec:nth-child(3n) {
    margin-right: 0;
    letter-spacing: -1.5px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice {
    display: flex;
    padding: 21px 20px 26px;
    border: 2px solid;
    justify-content: space-between;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice .price {
    font-size: 36px;
    font-weight: bold;
    margin-top: -3px;
    letter-spacing: 1.6px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single {
    align-items: center;
    justify-content: center;
    padding: 26px 20px 32px 25px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single .boxListPrice {
    width: calc(100% - 351px);
    margin-left: 50px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 126px);
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice {
    text-align: left;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .namePrice {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .futura{
    font-size: 19px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .itemPrice {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

.areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .itemPrice+.itemPrice {
    margin-top: 5px;
}

/*areaSupport*/
.areaSupport {
    position: relative;
    padding-bottom: 76px;
    margin-bottom: 84px;
}

.areaSupport .inner {
    width: 1264px;
}

.areaSupport:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 393px;
    background-color: #EFDDB2;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.areaSupport .titleSupport {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 44px;
}

.areaSupport .listPoint {
    display: flex;
    justify-content: space-between;
}

.areaSupport .listPoint .itemPoint {
    width: calc(100% / 3 - 48px);
}

.areaSupport .listPoint .itemPoint .photoPoint {
    height: 240px;
    overflow: hidden;
}

.areaSupport .listPoint .itemPoint .photoPoint img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areaSupport .listPoint .itemPoint .contentPoint {
    text-align: center;
    margin-top: -28px;
}

.areaSupport .listPoint .itemPoint .contentPoint .headingPoint {
    position: relative;
    font-size: 54px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 21px;
    letter-spacing: 1px;
}

.areaSupport .listPoint .itemPoint .contentPoint .headingPoint:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: #604C3F;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.areaSupport .listPoint .itemPoint .contentPoint .titlePoint {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.areaSupport .listPoint .itemPoint .contentPoint .textPoint {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    margin: 0 -15px;
}


/*areaQandA*/
.areaQandA {
    margin-bottom: 309px;
}

.areaQandA .areaTitle {
    margin-bottom: 67px;
}

.areaQandA .areaTitle .titleEn {
    text-indent: 5px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.areaQandA .lessonQuestions {
    padding: 0 98px 0 102px;
}

.areaQandA .lessonQuestions .boxQuestion {
    margin-bottom: 104px;
}

.areaQandA .lessonQuestions .boxQuestion .titleQuestion {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 31px;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question {
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
    transition: all 0.25s;
    cursor: pointer;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 18px;
    height: 2px;
    background-color: #604C3F;
    transform: translateY(-50%);
    transition: all 0.25s linear;
    cursor: pointer;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    width: 2px;
    height: 18px;
    background-color: #604C3F;
    transform: translateY(-50%);
    transition: all .25s linear;
    cursor: pointer;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question.click:before {
    right: 18px;
    top: 42px;
    transform: rotate(180deg);
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question.click:after {
    right: 26px;
    top: 33px;
    transform: rotate(90deg);
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques {
    width: 23px;
    display: inline-block;
    line-height: 1;
    margin-right: 11px;
    transform: translateY(2px);
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answersContent {
    display: none;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers {
    display: flex;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    padding-bottom: 18px;
    padding-right: 45px;
    text-align: justify;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers .ans {
    width: 17px;
    display: block;
    line-height: 0.7;
    margin-right: 11px;
    margin-top: 7px;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers .answersTxt {
    width: 100%;
}

/*areaCta*/

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques img:nth-child(2){
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s all;
}

.areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques img:nth-child(1){
    transition: 0.5s all;
}
    


@media(min-width: 769px) {
    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:hover {
        color: #73999e;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:hover .ques img:nth-child(1){
        opacity: 0;
        transition: 0.5s all;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:hover .ques img:nth-child(2){
        opacity: 1;
        transition: 0.4s all;
    }

    .MacOS .areaSupport .listPoint .itemPoint .contentPoint {
        margin-top: -23px;
    }

    .MacOS .areaLesson .boxLesson .itemLesson .leftLesson .titleEnLesson {
        top: 33px;
    }

}

@media(min-width: 769px) and (max-width: 1310px) {
    .areaQandA .lessonQuestions {
        padding: 0;
    }

    .areaSupport .inner {
        width: 100%;
    }

    .areaLesson .boxLesson .itemLesson .leftLesson .titleEnLesson {
        font-size: 52px;
        top: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson {
        padding: 60px 23px 0 25px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .textLesson {
        font-size: 14px;
        margin: 0 0 25px;
        letter-spacing: 0;
        text-align: justify;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .titleJpLesson {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .textLesson br {
        display: none;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec {
        font-size: 18px;
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before,
    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
        top: 3px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before,
    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
        height: 24px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec .itemRec,
    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(1),
    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(2) {
        font-size: 14px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 9px 0;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice {
        padding: 23px 10px;
        justify-content: space-between;
        flex-direction: column;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice .price {
        font-size: 28px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice {
        width: 100%;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice {
        text-align: center;
        width: 48%;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .namePrice {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .futura {
        font-size: 14px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .itemPrice {
        font-size: 13px;
        text-align: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single {
        align-items: center;
        justify-content: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single .boxListPrice {
        width: 100%;
        margin-left: 0;
    }

    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .boxListPrice .itemListPrice {
        width: 100%;
    }

    /*areaSupport*/

    .areaSupport {
        padding-bottom: 20px;
    }

    .areaSupport .titleSupport {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .areaSupport .listPoint .itemPoint .photoPoint {
        height: 210px;
    }

    .areaSupport:before {
        height: 280px;
    }

    .areaSupport .listPoint .itemPoint .contentPoint {
        margin-top: -15px;
    }

    .areaSupport .listPoint .itemPoint {
        width: calc(100% / 3 - 1%);
    }

    .areaSupport .listPoint .itemPoint .contentPoint .headingPoint {
        font-size: 32px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .textPoint {
        font-size: 15px;
        margin: 0;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .textPoint br {
        display: none;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .titlePoint {
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    /*areaQandA*/

    .areaQandA {
        margin-bottom: 160px;
    }

    .areaQandA .lessonQuestions .boxQuestion .titleQuestion {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question {
        font-size: 18px;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques {
        width: 20px;
        transform: translateY(1px);
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers {
        font-size: 16px;
        letter-spacing: -0.5px;
        padding-bottom: 15px;
    }

    .areaQandA .lessonQuestions .boxQuestion {
        margin-bottom: 52px;
    }

}

@media(max-width: 768px) {

    .areaLesson .inner,
    .areaSupport .inner {
        width: 100%;
    }

    .areaLesson {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .areaLesson .boxLesson .itemLesson {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .areaLesson .boxLesson .itemLesson .leftLesson {
        width: 100%;
        margin-bottom: 32px
    }

    .areaLesson .boxLesson .itemLesson .leftLesson .titleEnLesson {
        font-size: 46px;
        top: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson {
        width: 100%;
        padding: 50px 27px 0 24px;
        text-align: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .titleJpLesson {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .textLesson {
        font-size: 14px;
        margin: 0 0 24px;
        letter-spacing: 0;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec {
        font-size: 18px;
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before,
    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
        height: 25px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:before {
        left: 5px;
        top: 3px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .headingRec:after {
        right: 5px;
        top: 3px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .listRec .itemRec,
    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(1),
    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .listRec .itemRec:nth-child(2) {
        font-size: 14px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 9px 0;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice {
        padding: 23px 10px;
        justify-content: space-between;
        flex-direction: column;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice .price {
        font-size: 28px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice {
        width: 100%;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice {
        text-align: center;
        width: 48%;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .namePrice {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .itemPrice {
        font-size: 14px;
        text-align: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single {
        align-items: center;
        justify-content: center;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .tablePrice.single .boxListPrice {
        width: 100%;
        margin-left: 0;
    }

    .areaLesson .boxLesson .itemLesson.fixW .rightLesson .recommended .boxListPrice .itemListPrice {
        width: 100%;
    }

    /*areaSupport*/
    .areaSupport {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .areaSupport:before {
        content: none;
    }

    .areaSupport .listPoint {
        flex-direction: column;
    }

    .areaSupport .titleSupport {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .areaSupport .listPoint .itemPoint {
        position: relative;
        width: 100%;
        max-width: 410px;
        padding-bottom: 20px;
        margin: 0 auto 40px;
    }

    .areaSupport .listPoint .itemPoint:before {
        content: "";
        position: absolute;
        width: 108.6%;
        height: 250px;
        background-color: #EFDDB2;
        left: 0;
        margin: 0 -4.3%;
        bottom: 0;
        z-index: -1;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .headingPoint {
        font-size: 32px;
        padding-bottom: 3px;
        margin-bottom: 17px;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .headingPoint:before {
        width: 85px;
        height: 1px;
        left: 50%;
        bottom: 0;
    }

    .areaSupport .listPoint .itemPoint .contentPoint {
        margin-top: -17px;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .titlePoint {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .areaSupport .listPoint .itemPoint .contentPoint .textPoint {
        font-size: 14px;
    }

    .areaLesson .boxLesson .itemLesson .rightLesson .recommended .boxListPrice .itemListPrice .listPrice .futura {
        font-size: 15px;
    }

    .areaSupport .listPoint {
        flex-direction: column;
    }

    /*areaQandA*/
    .areaQandA {
        margin-bottom: 80px;
    }

    .areaQandA .areaTitle {
        margin-bottom: 38px;
    }

    .areaQandA .lessonQuestions {
        padding: 0;
    }

    .areaQandA .lessonQuestions .boxQuestion {
        margin-bottom: 64px;
    }

    .areaQandA .lessonQuestions .boxQuestion .titleQuestion {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 24px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question {
        position: relative;
        font-size: 16px;
        margin-bottom: 12px;
        padding-right: 24px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques {
        margin-right: 6px;
        transform: translateY(3px);
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answersContent {}

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers {
        font-size: 14px;
        padding-bottom: 15px;
        padding-right: 32px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .answers .ans {
        width: 16px;
        margin-right: 8px;
        text-indent: 0;
        margin-top: 5px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:before {
        right: 0;
        width: 16px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question:after {
        right: 7px;
        height: 16px;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question.click:before {
        right: 0;
        top: 93%;
        opacity: 0;
    }

    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question.click:after {
        right: 7px;
        top: 80%;
    }
}

@media(min-width: 400px) and (max-width: 767px) {
    .areaQandA .lessonQuestions .boxQuestion .listQuestion .itemQuestion .question .ques {
        transform: translateY(1px);
        width: 18px;
    }
}