
@media all and (min-width: 750px){
    .programplan_SP table{
        display:none;
    }

    .programplan_PC table{
        padding : 10px 20px 10px 20px;
    }
    .programplan_PC table th{
        width : auto;
    }
    .programplan_PC table th:first-child{
        width : 20%;
    }
    .programplan_PC table th:last-child{
        width :auto;
    }
    .programplan_PC table td{
        width : auto;
    }
    .programplan_PC table td:first-child{
        width : 20%;
    }
    .programplan_PC table td:last-child{
        width : auto;
    }

}

@media all and (max-width: 750px){
    .programplan_PC table{
        display:none;
    }

    .programplane_SP table th {
        width :50%;
    }
    .programplane_SP table td {
        width :50%;
    }

    .programplan_SP table th:first-child{
        width : 50%;
    }
    .programplan_SP table td:first-child,
    .programplan_SP table td:last-child{
        width : 50%;
    }
}
        
@media all and (max-width: 750px){
.programplan_SP table{
    font-size : 1rem;
}
}
