/* LESS Document */
.table_01 {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .table_01 {
    display: block;
    width: auto;
  }
  .table_01 tr,
  .table_01 th,
  .table_01 td,
  .table_01 tbody {
    display: block;
  }
}
.table_01 th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    border-bottom: none;
  }
}
.table_01 td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table_01 tr:not(:last-child) td {
    border-bottom: none;
  }
}
.dlList_01 {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dlList_01 {
    width: auto;
  }
}
.dlList_01 dt {
  font-weight: bold;
}
