@media screen and (max-width: 970px){
    .pcm{display: none;}
    main{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .tt{
    overflow-y: auto;
    height: 400px;
    width: 100%;
    border: 2px solid rgb(100, 100, 100);
}
}

@media screen and (min-width: 971px){
    .spm{display: none;}
    main{
        width: 950px;
        margin-right: auto;
        margin-left: auto;
        background-color: white;
        border: solid white;
    } 
.tt{
    overflow-y: auto;
    height: 500px;
    width: 100%;
    border: 2px solid rgb(100, 100, 100);
    }

    
}
    
table{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th{
    text-align: center;
    height: 25px;
}
.tim{
    background-color: rgb(100, 100, 100);
    color: rgb(234, 234, 234);
    width: 70px;
}
.ten{
    border-bottom: 3px dashed rgb(234, 234, 234);
}

.white{
    background-color: white;
}


thead{
    position:sticky;
    top:0;
    left:0;
    z-index: 1;
}
.prg{
    background-color: rgba(194, 253, 207, 0.785);
    border-radius: 10px ;
    position: relative;
}
.gy{
    width: 0px;
}



.prg:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;/*線の上下位置*/
  display: inline-block;
  width: 80%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: rgb(200, 200, 200);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

/*下線*/
.prg:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 80%;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: rgb(200, 200, 200);/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.group{
        border-radius: 10px; 
        border: 3px solid rgb(88, 88, 88);
        width: 100%;
        padding-bottom: 15px;
    }
    .group h3{
        border-bottom: 2px solid rgb(176, 176, 176);
        margin: 2% 5%;
    }
    .group h4{
        margin: 5px 5%;
    }
    .group p{
        margin: 0 5%;
    }
    .group div{
        text-align: center;
    }

.under{
    text-decoration: underline;
}

.button{
    display: inline-block;
    background-color: rgb(234, 234, 234);
    border: 2px solid rgb(200, 200, 200);
    border-radius: 5px; 
    padding: 10px ;
}

p,h1,h2,h3,h4,h5 ,th ,.button{
    font-family: "M PLUS 1p", serif;
}

.drawer-menu-contents{
    z-index: 3;
}