@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;
        font-size: 1rem;
    }

    .programplane_SP table th {
        width: 50%;
        font-size: 1rem;
    }

    .programplane_SP table td {
        width: 50%;
        font-size: 1rem;
    }

    .programplan_SP table th:first-child {
        width: 50%;
        font-size: 1rem;
    }

    .programplan_SP table td:first-child,
    .programplan_SP table td:last-child {
        width: 50%;
        font-size: 1rem;
    }
}



.wappen-sp .s0 {
    background-color: #bbbbbb;
    width: 20%;
}

.wappen-sp .s1 {
    background-color: #bbbbbb;
}

.wappen-sp .s2 {
    background-color: #ccffff;
}

.wappen-sp .s3 {
    background-color: #ccffcc;
}

.wappen-sp .s4 {
    background-color: #ffcccc;
}

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

@media all and (max-width: 750px) {
    .wappen-sp table {
        font-size: 1rem;
    }

    .waffle {
        display: none;
    }

}



/*==================================================*/



.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
}

.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active,
.progressbar li.complete {
    color: #0070BD;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}


.corona_c
{

    background-color: white
  
    

}