@charset "UTF-8";

.w-70 {
  width: 70%;
}

.right {
  text-align: right;
}

.green-circle {
  color: #048851;
  text-align: center;
}

/* sec-skill-matrix */
.sec-skill-matrix .table .table-ttl th {
  padding: 11.6px 14px;
}

.sec-skill-matrix .w-18 {
  width: 18%;
}

.sec-skill-matrix .table .pc-scroll-table {
  min-width: 1210px;
}

/* sec-executive-officer */
.sec-executive-officer ol li {
  list-style-type: decimal;
}

.sec-executive-officer ol {
  padding-left: 35px;
}

.sec-executive-officer .officer-data {
  padding-left: 10px;
}

/* sec-independent-director */
.sec-independent-director .attention li {
  position: relative;
  display: flex;
  gap: 10px;
}

.sec-independent-director .attention li::before {
  /* 注1,2,3,4,5,6,7,8,9,10 */
  content: attr(data-number);
  display: inline-block;
  width: 30px;
  text-align: right;
  flex-shrink: 0;
}
