@media all and (max-width: 767px), print{
    .c-table__component > table tr:last-child td:first-child {
        border-bottom-left-radius:0;
    }
}

  /* ==========================================================================
  LINK ICON
========================================================================== */
@media all and (max-width: 767px), print {
    #machine .u-text-link-icon.--text-link-s:before{
      top: calc(-2 / var(--font-size) * 1rem);
    }
}

.list-flex {
  display: flex;
}
.list-title {
  width: 4.5rem;
  flex-shrink: 0;
}
.list-title--l {
  width: 7rem;
  flex-shrink: 0;
}
@media all and (max-width: 767px), print {
  .list-title {
    width: 4rem;
    flex-shrink: 0;
  }
  .list-title--l {
    width: 4.5rem;
    flex-shrink: 0;
  }
}