@media screen and (min-width:1690px) and (max-width:1920px) {

}

@media screen and (max-width:1550px) {
   
}

@media screen and (max-width:1380px) {
   
}

@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:834px) {
    .main-content-text h2 {
        font-size: 46px;
    }
    
    .inner-wrapper {
        padding: 60px 40px 40px;
    }

    .reason-title {
        font-size: 23px;
    }

    .scroll-hint-icon {       
        position: absolute;
        top: 30px!important;
        width: 180px!important;
        min-height: 100px;
    }

    table.tbl-course1 tr td:first-child, table.tbl-course2 tr td:first-child, table.tbl-course3 tr td:first-child {
        width: 15%;
    }

    table.tbl-course1:nth-child(2) tr td:first-child, table.tbl-course2:nth-child(2) tr td:first-child, table.tbl-course3:nth-child(2) tr td:first-child {
        width: 15%;
    }
    
}

@media screen and (max-width:768px) {
    .main-content-text h2 {
        font-size: 42px;
    }

    .inner-wrapper {
        padding: 60px 20px 40px;
    }

    .reason-title {
        font-size: 21px;
    }
}

@media screen and (max-width:767px) {

    .sp-show {
        display: inline-block;
    }

    .sp-none {
        display: none;
    }
    
    #main h2 img {
        height: 100vh;
        object-fit: cover;
    }

    .main-content-text h2 {
        font-size: 22px;
    }

    .main-content-text h3 {
        font-size: 20px;
    }

    .main-content-text h4 {
        font-size: 24px;
    }

    .main-content-text h4 span {
        font-size: 20px;
    }

    .btn-contact:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .offer-item {
        width: 100%;
        height: 280px;
        padding-top: 50px;
    }

    .reason-item-img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .reason-item-text {
        max-width: 100%;
    }

    .declare-img {
        margin-bottom: 20px;
    }  

    .declare-text {
        padding: 0;
    }

    .message-img {
        margin-bottom: 20px;
    }

    table.tbl-course1, table.tbl-course2, table.tbl-course3 {
        display: none;
    }

    table.tbl-course1-sp tr td:first-child, table.tbl-course2-sp tr td:first-child, table.tbl-course3-sp tr td:first-child {
        width: 30%;
    }

    table.tbl-fee1, table.tbl-fee2, table.tbl-fee3 {
        display: none;
    }

    table.tbl-fee1-sp, table.tbl-fee2-sp, table.tbl-fee3-sp {
        display: block;
    }

    table.tbl-fee1-sp tr td:first-child, table.tbl-fee2-sp tr td:first-child, table.tbl-fee3-sp tr td:first-child {
        width: 29%;
    }

    .story-head {
        line-height: 2.2em;
    }

    .img-recommendation {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .access-map {
        margin-bottom: 20px;
    }

    .footer-left {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .footer-right {
        max-width: 100%;
    }

    .main-content-text-title {
        font-size: 70px;
    }

    .offer-content-button3 {
        margin-top: 20px;
    }
}

@media screen and (max-width:376px) {
    .main-content-text h3 {
        font-size: 18px;
    }

    .offer-title {
        font-size: 22px;
    }

    .reason-header {
        font-size: 21px;
    }

    .reason-title {
        font-size: 19px;
    }

    .future-title {
        font-size: 21px;
    }

    .contact-title {
        font-size: 21px;
    }

    .ft-address {
        font-size: 15px;
    }

    table.tbl-course1, table.tbl-course2, table.tbl-course3 {
        display: none;
    }

    table.tbl-course1-sp tr td:first-child, table.tbl-course2-sp tr td:first-child, table.tbl-course3-sp tr td:first-child {
        width: 35%;
    }

    table.tbl-fee1, table.tbl-fee2, table.tbl-fee3 {
        display: none;
    }

    table.tbl-fee1-sp, table.tbl-fee2-sp, table.tbl-fee3-sp {
        display: block;
    }
}

@media screen and (max-width:321px) {
    .main-content-text h2 {
        font-size: 18px;
    }

    .main-content-text h3 {
        font-size: 15px;
    }

    .main-content-text h4 {
        font-size: 18px;
    }

    .main-content-text h4 span {
        font-size: 16px;
    }   

    .btn-contact {
        width: 90%;
    }

    .offer-item {
        height: 220px;
        padding-top: 10px;
    }

    .future-title {
        font-size: 18px;
    }

    .schedule-fee-title {
        font-size: 22px;
    }

    .btn-download {
        font-size: 18px;
    }

    .story-head {
        padding: 15px 10px;
        font-size: 16px;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-title2 {
        font-size: 22px;
    }

}

/* Make the form responsive */
@media (max-width: 768px) {
    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group label {
        margin-bottom: 5px;
    }

    .form-group .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-form {
        width: 88%;
    }

    .form-group p label {
        min-width: 100%;
    }
}



