.textarea01{
    background-color: lightyellow;
    width: 100%;
    height : 100%;

}


.spanred {
  color: red;
  font-weight: bold;
}



@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 {
    }
    .programplane_SP table td {
    }

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