.th-width tbody th{
  width: 190px;
}
.sp{
  display: none;
}

@media screen and (max-width:798px) {
  .tab-width{
    display: block;
  }
}

@media screen and (max-width:375px) {
 
	.th-width tbody th{
  width: 100px;
}
  
  .sp{
   display: block;  
  }
 
}