@charset "utf-8";

.g-table_el th {
  box-sizing: border-box;
  width: 35%;
}

.g-table_el th a {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .g-table_el {
    border-bottom: 1px solid #c6c9cc;
  }

  .g-table_el th,
  .g-table_el th:first-child,
  .g-table_el th:last-child,
  .g-table_el td,
  .g-table_el td:first-child,
  .g-table_el td:last-child {
    display: block;
    border: 1px solid #c6c9cc;
    border-bottom: none;
  }

  .g-table_el th {
    width: auto;
  }
}
