﻿/*小尺寸 字型大小調整*/

@media all and (max-width: 480px) {
    /*星星標題 主標題文字調整*/
    .font-size-adj {
        font-size:2.5em !important; 
    }
    /*次標題文字調整*/
    .second-title-adj {
        font-size:30px; 
    }
    /*能力分析卡文字調整*/
    .FontSizeAdj_37px{
        font-size:37px !important; 
    }
    /*能力分析卡文字調整*/
    .FontSizeAdj_0p7em{
        font-size:0.7em !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    /*星星標題 主標題文字調整*/
    .font-size-adj {
        font-size:2.5em !important; 
    }
    /*次標題文字調整*/
    .second-title-adj{
        font-size:30px; 
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {/*ipad*/
}

@media all and (min-width: 992px) and (max-width: 1199px){
}

@media all and (min-width: 1200px) {

}