@media screen and (max-width:767px) {
  .initiatives-section .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
}
.initiatives-section__solar {
  margin-top: clamp(20px, 17.742px + 0.645vw, 30px);
}
.initiatives-section__solar-title {
  color: #0490B3;
  font-size: clamp(16px, 15.097px + 0.258vw, 20px);
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.initiatives-section__table {
  width: 100%;
  max-width: 800px;
}
.initiatives-section__table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: none;
}
@media screen and (max-width:767px) {
  .initiatives-section__table table {
    min-width: 500px;
    min-height: 200px;
  }
}
.initiatives-section__table th, .initiatives-section__table td {
  padding: clamp(15px, 2vw, 20px) clamp(10px, 2vw, 20px);
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1.5;
  vertical-align: middle;
  border: none;
  border-left: 1px solid #C2D1D5;
  border-top: 1px solid #C2D1D5;
}
@media screen and (max-width:767px) {
  .initiatives-section__table th, .initiatives-section__table td {
    font-size: 13px;
    padding: 12px 10px;
  }
}
.initiatives-section__table td:first-child, .initiatives-section__table th:first-child {
  border-left: none;
}
.initiatives-section__table tr:first-child td, .initiatives-section__table tr:first-child th {
  border-top: none;
}
.initiatives-section__table th {
  background-color: #0B4773;
  color: #fff;
  font-weight: 600;
  text-align: left;
  width: 30%;
}
@media screen and (max-width:767px) {
  .initiatives-section__table th {
    width: 35%;
  }
}
.initiatives-section__table td {
  text-align: left;
  color: #0A2747;
  width: 30%;
  font-weight: 500;
}
.initiatives-section__table-note {
  margin-block: 10px 20px;
  text-align: left;
  font-size: clamp(12px, 11.323px + 0.194vw, 14px);
  color: #0A2747;
}
.initiatives-section__table.-solar {
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width:991px) {
  .initiatives-section__table.-solar .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:991px) {
  .initiatives-section__table.-solar table {
    min-width: 800px;
  }
}
.initiatives-section__table.-solar th, .initiatives-section__table.-solar td {
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #C2D1D5;
  text-align: center;
  color: #0B4773;
}
.initiatives-section__table.-solar thead th {
  background-color: #0490B3;
  color: #fff;
  padding-block: 18px;
  width: calc((100% - 140px) / 9);
}
.initiatives-section__table.-solar thead th:first-child {
  width: 140px;
}
.initiatives-section__table.-solar tbody tr:last-child th, .initiatives-section__table.-solar tbody tr:last-child td {
  border-bottom: #fff;
}
.initiatives-section__table.-solar tbody th {
  background-color: #CDE8EF;
  font-weight: 600;
  width: 140px;
  color: #0B4773;
}
.initiatives-section__table.-solar tbody td {
  background-color: #fff;
  font-family: "Prompt", sans-serif, "Prompt", sans-serif;
  font-size: clamp(15px, 14.548px + 0.129vw, 16px);
  width: calc((100% - 140px) / 9);
}

.roadmap-to-net-zero .initiatives-section__des {
  margin-bottom: 15px;
}

.environment-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px clamp(30px, 23.226px + 1.935vw, 60px);
}
@media screen and (max-width:767px) {
  .environment-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.environment-column__image {
  width: 100%;
}
@media screen and (min-width:768px) {
  .environment-column__image {
    width: 40%;
    max-width: 320px;
  }
}
.environment-column__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(15px, 14.323px + 0.194vw, 18px);
  color: #0A2747;
}

.action-guidelines .initiatives-section__list .initiatives-section__list {
  margin: 0;
  padding: 0;
  padding-block: 10px;
  gap: 0;
}
.action-guidelines .initiatives-section__list .initiatives-section__list > * {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
}
.action-guidelines .initiatives-section__list .initiatives-section__list .ttl {
  font-weight: 400;
}
.action-guidelines .initiatives-section__list .initiatives-section__list ul {
  gap: 0;
}/*# sourceMappingURL=style-environment.css.map */