@media screen and (min-width: 300px){
    .T-Main{
        font-size: 10px;
    }
    .th1{
        width: 10px;
        font-size: 10px;
        text-align: center;
    }
    .th2{
        width: 100px;
        font-size: 10px;
    }
    .th3{
        width: 100px;
        font-size: 10px;
    }
    .th4{
        width: 5px;
        font-size: 10px;
    }
    .th5{
        width: 5px;
        font-size: 10px;
    }
    .th6{
        width: 5px;
        font-size: 10px;
    }
    td{
        font-size: 10px;
    }

}
    

@media screen and (min-width: 768px) {
    .T-Main{
        font-size: 1rem;
    }
    .th1{
        width: 5rem;
        font-size: 15px;
        text-align: center;
    }
    .th2{
        width: 30rem;
        font-size: 15px;
    }
    .th3{
        width: 20rem;
        font-size: 15px;
    }
    .th4{
        width: 5rem;
        font-size: 15px;
    }
    .th5{
        width: 5rem;
        font-size: 15px;
    }
    .th6{
        width: 5rem;
        font-size: 15px;
    }
    td{
        font-size: 15px;
    }
    .content1{
        min-height:400rem;
    }
}

@media screen and (min-width: 1200px) {
    .T-Main{
        font-size: 1.5rem;
    }
    .th1{
        width: 5rem;
        font-size: 20px;
        text-align: center;
    }
    .th2{
        width: 30rem;
        font-size: 20px;
    }
    .th3{
        width: 20rem;
        font-size: 20px;
    }
    .th4{
        width: 5rem;
        font-size: 20px;
    }
    .th5{
        width: 5rem;
        font-size: 20px;
    }
    .th6{
        width: 5rem;
        font-size: 20px;
    }
    td{
        font-size: 20px;
    }

}