@charset "UTF-8";

table ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767.98px) {
  .width-20-sp {
    width: 20% !important;
  }
  .width-30-sp {
    width: 30% !important;
  }
  .width-40-sp {
    width: 40% !important;
  }
}