/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

@media(max-width: 760px){
  .sm2-hidden{
    display: none;
  }
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
  }

  #table01 th {
    width: 80%;
  }

  #table01 td {
    padding-top: 0;
  }
}