@charset "UTF-8";
/* ここから追記20250121 */
/* .sustainability__scroll {
  max-height: 90vh;
}
.sustainability__table thead{
  position: sticky;
  top:0;
  left: 0;
  z-index: 1;
}
.sustainability__table{
  border-collapse:separate;
}

.susTable,.susTable__th, .susTable__td{
  border: none;
}

.susTable__th,.susTable__td{
  border-bottom: 1px solid #00bfd3;
  border-right: 1px solid #00bfd3;
}
.sustainability__table thead tr:first-child th{
  border-top: 1px solid #00bfd3;
}
.sustainability__table tbody tr th,.sustainability__table thead tr:first-child th:first-child{
  border-left: 1px solid #00bfd3;
}

.sustainability__table th{
  white-space:nowrap;
}
.sustainability__table td{
  white-space:nowrap;
} */
/* ここまで追記20250121 */

/* ここから追記20250812 */
.businessCard__nonlink {
  display: grid;
  grid-template-areas: ". img ." ". text .";
  grid-template-columns: 33px auto 33px;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .businessCard__link {
    grid-template-columns: 17px auto 17px;
    grid-template-rows: unset;
  }
  .businessCard__nonlink {
    grid-template-columns: 17px auto 17px;
    grid-template-rows: unset;
  }
  .businessCard__link::before {
    top: 21px;
    right: 16px;
    height: 14px;
    width: 14px;
  }
}

/* ここまで追記20250812 */