@charset "utf-8";
/* default PC */


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .table-02 {
    width: 100%;
}
}

