.esg-subitem {
  font-size: 20px;
  color: #035f7a;
  margin: 24px 0 8px;
}
.column--equal-width {
  width: 80%;
  margin: 8px auto;
}
.column__cell img {
  width: 100%;
}
@media (max-width: 768px) {
  .esg-subitem {
    font-size: 16px;
  }
  .column--equal-width {
    width: 100%;
  }
}
.chart-unit {
  width: 86%;
  margin-left: auto;
  margin-right: 16px;
}
.table-chart {
  width: 1024px;
  margin-left: auto;
}
.chart-table {
  width: 95% !important;
}
@media (max-width: 1025px) {
  .chart-unit,
  .chart-table,
  .table-chart,
  .table-chart2 {
    width: 100% !important;
  }
}
/* index
-------------------------*/
.index__frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.index__grid {
  display: flex;
  gap: 24px;
  min-height: 297px;
}
.index__grid--image {
  max-width: 256px;
}
.index__grid--list {
  flex: 1;
}
.index__grid--list h2 {
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 16px;
}

.index__grid--list h2.no-border {
  border-bottom: none;
}
.index__grid--list h2 a {
  display: inline-block;
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  padding: 4px;
}
.index__grid--list h2 a:hover {
  background-color: var(--table-lighter-color);
}
.index__grid--list h2 a::before {
  content: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
  margin-right: 8px;
}
.section .index__grid--list ul,
.section .index__grid--list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section .index__grid--list li + li {
  margin-top: 8px;
}
.index__grid--list li a {
  position: relative;
  display: inline-block;
  color: var(--fg);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 20px;
}
.section .index__grid--list li::before {
  content: none;
}
.index__grid--list li a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.index__grid--list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .index__frame {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .index__grid {
    flex-direction: column;
  }
  .index__grid--image {
    max-width: 100%;
  }
}
/* approach
-------------------------*/
.approach_message {
  display: flex;
  gap: 32px;
}

.approach_body {
  flex: 1;
}

.approach_text {
}

.approach_photo {
  width: 180px;
}

.approach_photo img {
  width: 180px;
}
.approach_photo div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  margin-top: 16px;
}
.approach_photo div span {
  font-size: 18px;
  font-weight: 500;
}
.materiality-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.materiality-list {
  display: flex;
  width: max-content;
  gap: 8px;
}
.materiality-list img {
  width: 86px;
}
.stakeholder-table {
  border-top: none !important;
}
.stakeholder-table thead:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  padding: 3px 0;
}
.stakeholder-table thead th {
  background-color: #fff !important;
  border: 2px solid #919048;
  border-left: 6px double #919048;
  color: #000 !important;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  margin: 2px;
}
.stakeholder-table thead th:first-child {
  border-left: 2px solid #919048 !important;
  border-color: #919048;
}
.stakeholder-table thead th:nth-child(2) {
  border-color: #6ea493;
}
.stakeholder-table thead th:nth-child(3) {
  border-color: #919048;
}
.stakeholder-table thead th:nth-child(4) {
  border-color: #006464;
}
.stakeholder-table tbody th {
  text-align: center;
  white-space: nowrap;
  background-color: #b5b37a;
  border-bottom: 2px solid #fff;
}
.stakeholder-table tbody td {
  color: #000;0
  border-left: 2px solid #fff;
  border-bottom: 2px solid #b5b37a;
  padding: 16px 8px;
}
.stakeholder-table tbody tr td.list:nth-child(2) {
  background-color: #f3f7f5;
}
.stakeholder-table tbody tr td.list:nth-child(3) {
  background-color: #f5f4ed;
}
.stakeholder-table tbody tr td.list:nth-child(4) {
  background-color: #eaeeee;
}
.stakeholder-table tbody th div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.stakeholder-table tbody th div img {
  width: 48px;
}
.stakeholder-table tbody td {
  font-size: 1.4rem;
}
.stakeholder-table tbody li {
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
.stakeholder-table tbody li::before {
  content: "●";
  font-size: 14px;
}
.stakeholder-table tbody tr td:nth-child(2) li::before {
  color: #6ea493;
}
.stakeholder-table tbody tr td:nth-child(3) li::before {
  color: #919048;
}
.stakeholder-table tbody tr td:nth-child(4) li::before {
  color: #006464;
}

@media (max-width: 1024px) {
  .approach_message {
    flex-direction: column;
  }
  .approach_body {
    order: 2;
  }
  .approach_photo {
    order: 1;
    margin: 0 auto;
  }
  .approach_photo div {
    align-items: center;
    text-align: center;
  }
}
/* e_green_building
-------------------------*/
.green-building-chart {
  display: flex;
  gap: 16px;
  width: 100%;
  margin: 0 auto 16px;
}
.green-building-chart dl {
  flex: 1;
  text-align: center;
  color: #acacac;
}
.green-building-chart dl dt {
  padding: 16px 0;
  border: 2px solid;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.green-building-chart dl dt span {
  /* display: block; */
  font-size: 16px;
}
.green-building-chart dl dd {
  padding: 16px 0;
  border: 2px solid;
  font-weight: 600;
}
.green-building-chart dl dd div {
  display: inline-block;
}
.green-building-chart dl dd div em {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.green-building-chart dl:nth-child(1) dt {
  background-color: #6ea68f;
  border-color: #6ea68f;
  color: #fff;
}
.green-building-chart dl:nth-child(1) dd {
  border-color: #6ea68f;
}
.green-building-chart dl:nth-child(1) dd div {
  color: #035f7a;
}
.green-building-chart dl:nth-child(2) dt {
  background-color: #b8b57b;
  border-color: #b8b57b;
  color: #fff;
}
.green-building-chart dl:nth-child(2) dd {
  border-color: #b8b57b;
}
.green-building-chart dl:nth-child(2) dd div {
  color: #035f7a;
}
.green-building-chart dl:nth-child(3) dt {
  background-color: #fff;
  border-color: #b8b57b;
  color: #b8b57b;
}
.green-building-chart dl:nth-child(3) dd {
  border-color: #b8b57b;
}
.list-indent li {
  margin: 0 0 0 32px;
  position: relative;
}
.list-indent li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--fg);
  border-radius: 50%;
}
.green-building-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 8px;
  margin: auto;
}
.building-cell {
  width: 300px;
  margin-bottom: 32px;
}
.building-cell-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px 0;
}
.building-cell-photo img {
  width: 184px;
  height: 245px;
  margin: 0 auto;
}
.building-cell:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .green-building-list {
    width: 100%;
  }
  .green-building-chart {
    width: 100%;
    flex-direction: column;
  }
  .green-building-chart dl.pc {
    display: none;
  }
}
@media (max-width: 540px) {
  .building-cell {
    width: 100%;
  }
}

.dbj-cell {
}
/* e_climate_change
-------------------------*/
.target-chart {
  display: flex;
  width: 73%;
  margin: 32px 0px 32px 249px;
}
.target-chart dl {
  flex: 1;
  color: #acacac;
  text-align: center;
}
.target-chart dl:last-child {
  margin-left: 16px;
}
.target-chart dl dt {
  border: 1px solid;
  font-size: 18px;
  font-weight: 600;
  height: 64px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.target-chart dl dt span {
  display: block;
  font-size: 16px;
}
.target-chart dl dd {
  border: 2px solid;
  font-weight: 600;
  height: 64px;
  display: flex;
  line-height: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.target-chart dl dd:lang(en) {
  height: 96px;
}
.target-chart dl dd div {
  display: inline-block;
  color: #035f7a;
}
.target-chart dl dd div:lang(en) {
  font-size: 18px;
  font-weight: 600;
}
.target-chart dl dd em {
  font-family: "Univers Next Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.target-chart dl dd em:lang(en) {
  font-size: 20px;
}
.target-chart dl dd span {
  font-size: 18px;
  color: #035f7a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.target-chart dl:nth-child(2) dt,
.target-chart dl:nth-child(3) dt {
  color: #fff;
  background-color: #6ea68f;
  border-color: #6ea68f;
}
.target-chart dl:nth-child(3) dt {
  border-left: 2px solid #fff;
}
.target-chart dl:nth-child(4) dt {
  color: #fff;
  background-color: #ac9866;
  border-color: #ac9866;
}
.target-chart dl:nth-child(2) dd,
.target-chart dl:nth-child(3) dd {
  border-color: #6ea68f;
}
.target-chart dl:nth-child(2) dd {
  border-right: 1px solid #d8d8d8;
}
.target-chart dl:nth-child(3) dd {
  border-left: 1px solid #d8d8d8;
}
.target-chart dl:nth-child(4) dd {
  border-color: #ac9866;
}
.scenario-table {
  border-top: none !important;
}
.scenario-table thead:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  padding: 3px 0;
}
.scenario-table thead th {
  background-color: #fff !important;
  border: 2px solid;
  border-left: 6px double;
  color: #000 !important;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%; /* 18px */
  margin: 2px;
  white-space: nowrap;
}
.scenario-table thead th:first-child {
  border-left: 2px solid #71a392 !important;
  border-color: #71a392;
}
.scenario-table thead th:nth-child(2) {
  border-color: rgb(109, 164, 146);
}
.scenario-table thead th:nth-child(3) {
  border-color: rgb(145, 144, 72);
}
.scenario-table thead th:nth-child(5) {
  border-color: rgb(0, 100, 100);
}
.scenario-table tbody th {
  text-align: center;
  background-color: #71a392;
  border-left: 2px solid #71a392 !important;
}
.scenario-table tbody li,
.scenario-table tbody td {
  color: #000;
  font-size: 14px;
}
.scenario-table tbody li {
  position: relative;
  padding-left: 16px;
}
.scenario-table tbody li::before {
  content: "●";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}
.scenario-table tbody td:nth-child(2) {
  border-bottom: 1px solid rgb(109, 164, 146);
  border-right: 2px solid rgb(255, 255, 255);
  background: rgb(243, 247, 245);
}
.scenario-table tbody td:nth-child(2) li::before {
  color: rgb(109, 164, 146);
}
.scenario-table tbody td:nth-child(3) {
  color: rgb(145, 144, 72);
  border-bottom: 1px solid rgb(145, 144, 72);
  border-right: 2px solid rgb(255, 255, 255);
  background: rgb(245, 244, 237);
}
.scenario-table tbody td:nth-child(3) li::before {
  color: rgb(145, 144, 72);
}
.scenario-table tbody td:nth-child(4) {
  background-color: #eaeeee;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 1px solid #000;
}
.scenario-table tbody td:nth-child(5) {
  background-color: #eaeeee;
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 1px solid #000;
}
.scenario-table tbody td:nth-child(6) {
  color: rgb(0, 100, 100);
  border-bottom: 1px solid rgb(0, 100, 100);
  border-right: 2px solid rgb(255, 255, 255);
  background: rgb(234, 238, 238);
}
.scenario-table tbody td:nth-child(6) li::before {
  color: rgb(0, 100, 100);
}
.section .heatisland-table {
  width: 50%;
  margin: 0 auto;
}
.climate3 {
  width: 50% !important;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section .heatisland-table {
    width: auto;
  }
  .climate3 {
    width: 100% !important;
  }
}
.section .heatisland-table thead th {
  background-color: var(--table-lighter-color);
  color: var(--main-color);
}
.section .heatisland-table thead th:last-child {
  background-color: #439095;
  color: #fff;
}
.section .heatisland-table tbody td:last-child {
  color: #439095;
  font-weight: 600;
}
.scorp-table span {
  margin-left: 24px;
  position: relative;
}
.scorp-table .legend1:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 2px;
}
.scorp-table .legend2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 2px;
}
.scorp-table .legend3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 2px;
}
.scorp-table .legend4:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.scorp-table .legend4:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .target-chart {
    flex-direction: column;
    gap: 8px;
    margin: 0 auto 32px;
  }
  .target-chart dl {
    max-width: none;
  }
  .target-chart dl:nth-child(3) dt {
    border-left: 2px solid #6ea68f;
  }
  .target-chart dl:nth-child(2) dd {
    border-right: 2px solid #6ea68f;
  }

  .target-chart dl:nth-child(3) dd {
    border-left: 2px solid #6ea68f;
  }
  .target-chart dl:last-child {
    margin-left: 0;
  }
}
/* e_resource
-------------------------*/
.resource-recycling-chart {
  display: flex;
  gap: 16px;
  width: 70%;
  margin: 0 auto 16px;
}
.resource-recycling-chart dl {
  flex: 1;
  text-align: center;
  color: #acacac;
}
.resource-recycling-chart dl dt {
  padding: 16px 0;
  border: 2px solid;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.resource-recycling-chart dl dt span {
  /* display: block; */
  font-size: 16px;
}
.resource-recycling-chart dl dd {
  padding: 16px 0;
  border: 2px solid;
  font-weight: 600;
}
.resource-recycling-chart dl dd div {
  display: inline-block;
}
.resource-recycling-chart dl dd div em {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.resource-recycling-chart dl:nth-child(1) dt {
  background-color: #6ea68f;
  border-color: #6ea68f;
  color: #fff;
}
.resource-recycling-chart dl:nth-child(1) dd {
  border-color: #6ea68f;
}
.resource-recycling-chart dl:nth-child(1) dd div {
  color: #035f7a;
}
.resource-recycling-chart dl:nth-child(2) dt {
  background-color: #b8b57b;
  border-color: #b8b57b;
  color: #fff;
}
.resource-recycling-chart dl:nth-child(2) dd {
  border-color: #b8b57b;
}
.resource-recycling-chart dl:nth-child(2) dd div {
  color: #035f7a;
}
.resource-recycling-chart dl:nth-child(3) dt {
  background-color: #fff;
  border-color: #b8b57b;
  color: #b8b57b;
}
.resource-recycling-chart dl:nth-child(3) dd {
  border-color: #b8b57b;
}
@media (max-width: 1024px) {
  .resource-recycling-chart {
    width: 100%;
    flex-direction: column;
  }
  .resource-recycling-chart dl.pc {
    display: none;
  }
}

.section .section__attention.resource-recycling-attention {
  width: 70%;
  margin: 16px auto;
}
@media (max-width: 1024px) {
  .section .section__attention.resource-recycling-attention {
    width: 100%;
  }
}

.intake-table tr {
}
.intake-table tr:last-child {
  margin-top: 24px;
}
.intake-table tr:last-child td {
  border-top: 1px solid #d9d9d9;
}
.recycle-table span,
.intake-table span {
  position: relative;
  margin-left: 24px;
}
.recycle-table .legend1:before,
.intake-table .legend1:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 2px;
}
.recycle-table .legend2:before,
.intake-table .legend2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 2px;
}
.recycle-table .legend3:before,
.intake-table .legend3:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-right: 8px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.recycle-table .legend3:after,
.intake-table .legend3:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.table-spacer td {
      height: 24px;
      border: none !important;
      background: transparent;
      padding: 0;
}
/* e_biodiversity
-------------------------*/
.biodiversity-img {
  height: 300px;
  object-fit: cover;
}
.section .coverage-table {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
.biodiversity-img {
  height: auto;
  object-fit: cover;
}
  .section .coverage-table {
    width: 100%;
  }
}
.coverage-table thead tr th:first-child,
.coverage-table thead tr th:nth-child(2) {
  background: var(--table-lighter-color);
  color: var(--main-color);
}
.coverage-table tbody tr td:last-child {
  color: var(--main-color);
}

/* e_tabid
-------------------------*/
.section .procured-funds-table {
  width: auto;
  margin: 0 auto;
}
.impact-reporting-table thead th {
  font-weight: 400 !important;
}
@media (max-width: 1024px) {
  .section .procured-funds-table {
    width: 100%;
  }
}
.section .procured-funds-table th,
.section .procured-funds-table td {
  padding: 16px 32px;
}
.section .impact-reporting-table thead tr:nth-of-type(2) th {
  width: 11%;
}
/* s_initiatives_employees
-------------------------*/
.is-employees h5 {
  margin-bottom: -16px;
}
.esg-list li[data-indent-head] {
  margin-bottom: -8px;
}
/* s_initiatives_tenants
-------------------------*/
.cms-table tbody tr:first-child td {
  color: #fff;
  font-weight: 600;
  background-color: var(--table-color);
}
.social-tab-br {
  display: none;
}
@media (max-width: 1024px) {
  .social-tab-br {
    display: block;
  }
}
@media (max-width: 600px) {
  .social-tab-br {
    display: none;
  }
}
/* s_initiatives_investors
-------------------------*/
.marker-list.ir-policy li::first-line {
  color: #006464;
}
.section .external-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
}
.section .external-list li {
  width: calc(25% - 15px);
  text-align: center;
  margin: 12px 0;
}
.external-list li::before {
  content: none !important;
}
.external-list li div {
  font-weight: 500;
}
.external-list li a {
  display: inline-block;
  text-align: center;
  margin-top: 16px;
}
.external-list li a img {
  max-height: 80px;
  margin: auto;
}
.indent-list li {
  position: relative;
}
.indent-list li::before {
  content: none !important;
}
.indent-list li::after {
  position: absolute;
  display: table-cell;
  padding: 0.25em 0;
  vertical-align: top;
  width: 1%;
  height: auto;
  white-space: nowrap;
  content: attr(data-indent-head);
  border: 0;
  top: -4px;
  left: -24px;
}

@media (max-width: 768px) {
  .section .external-list {
    justify-content: space-between;
  }
  .section .external-list li {
    width: calc(50% - 15px);
  }
}

/* external
-------------------------*/
.external_box {
  display: flex;
  gap: 32px;
}
.external_text p {
  margin: 0;
}
.external_box img {
  height: 160px;
  width: 160px;
  object-fit: contain;
}

.external_text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

@media (max-width: 768px) {
  .external div {
    flex-direction: column;
    align-items: center;
  }
}

/* kpi
-------------------------*/
.kpi-table {
  border-top: none !important;
}
.kpi-table thead:after {
  content: "";
  height: 2px;
  width: 100%;
  padding: 3px 0;
  display: block;
}
.kpi-table thead th {
  background-color: #fff !important;
  border: 2px solid #919048;
  border-left: 6px double #919048;
  color: #000 !important;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%; /* 18px */
  margin: 2px;
}
.kpi-table thead th:nth-child(1) {
  border-left: 2px solid #919048;
}
.kpi-table tbody th {
  text-align: center;
  white-space: nowrap;
  padding: 16px 8px;
}
.kpi-table tbody th div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.kpi-table tbody th div::before {
  display: inline-block;
  font-size: 56px;
  line-height: 1;
}
.kpi-table tbody th div::after {
  content: "";
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
}
.kpi-table tbody tr td:last-child {
  background-color: #efefef !important;
}
.kpi-table tbody td {
  padding: 16px 8px;
  color: #000;
  font-size: 1.4rem;
}
.kpi-table tbody li {
  margin-top: 2px;
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  /* min-height: 32px; */
  padding-left: 16px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.kpi-table tbody td li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.kpi-table tbody li::before {
  content: "●";
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 0;
}
.kpi-table tbody li.under-dotted {
  border-bottom: 1px dotted;
}
.kpi-table tbody li.no-marker {
  border-bottom: 1px dotted;
  padding-left: 0;
}
.kpi-table tbody li.no-marker:before {
  content: none;
}
.kpi-table tbody li.no-decoration {
  padding-left: 0;
}
.kpi-table tbody li.no-decoration:before {
  content: none;
}
.kpi-table tbody tr.環境 th {
  background-color: #6da492;
}
.kpi-table tbody tr.環境 td {
  border-bottom: 1px solid #6da492;
  border-right: 2px solid #fff;
  background: #f3f7f5;
}
.kpi-table tbody tr.環境 li {
  border-color: #6da492;
}

.kpi-table tbody tr.環境 li::before {
  color: #6da492;
}
.kpi-table tbody tr.環境 th div::before {
  content: "E";
}
.kpi-table tbody tr.環境 th div::after {
  background-image: url("/assets/img/ja/sustainability/kpi-icon1.png");
}
.kpi-table tbody tr.社会 th {
  background-color: #919048;
}
.kpi-table tbody tr.社会 td {
  border-bottom: 1px solid #919048;
  border-right: 2px solid #fff;
  background: #f5f4ed;
}
.kpi-table tbody tr.社会 li {
  border-color: #919048;
}

.kpi-table tbody tr.社会 li::before {
  color: #919048;
}
.kpi-table tbody tr.社会 th div::before {
  content: "S";
}
.kpi-table tbody tr.社会 th div::after {
  background-image: url("/assets/img/ja/sustainability/kpi-icon2.png");
}
.kpi-table tbody tr.ガバナンス th {
  background-color: #006464;
}
.kpi-table tbody tr.ガバナンス td {
  border-bottom: 1px solid #006464;
  border-right: 2px solid #fff;
  background: #eaeeee;
}
.kpi-table tbody tr.ガバナンス li {
  border-color: #006464;
}
.kpi-table tbody tr.ガバナンス li::before {
  color: #006464;
}
.kpi-table tbody tr.ガバナンス th div::before {
  content: "G";
}
.kpi-table tbody tr.ガバナンス th div::after {
  width: 52px;
  background-image: url("/assets/img/ja/sustainability/kpi-icon3.png");
}

.greenBox {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .greenBox {
    width: 100%;
  }
}

.greenBox .column--equal-width {
  align-items: center;
}

.approach_system_f_image {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.link-reverse {
  text-decoration: none;
}
.link-reverse:hover {
  text-decoration: underline;
}
