@charset "utf-8";

.table-scroll {
  overflow-x: scroll;
}

table {
  width: 800px;
}

.btn01 {
  width: 85%;
  font-size: 20px;
  padding: 25px 0;
}

.btn01::after {
  right: 20px;
  width: 35px;
  height: 35px;
}
