@charset "UTF-8";

.pl-5 {
  padding-left: 20px;
}

.fw-bold {
  font-weight: 700;
}

.ul-standard {
  list-style: none;
}

.ul-standard__item {
  padding-left: 15px;
  line-height: 1.3;
  position: relative;
}

.ul-standard__item:not(:last-child) {
  margin-bottom: 10px;
}

.ul-standard__item::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 2px;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}

.officer-table-wrap .table td {
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
}

.officer-table-wrap .table .center-nowrap,
.officer-table-wrap .table.tcfd-table01 td:first-child,
.table.tcfd-table04 tbody th {
  text-align: center;
  white-space: nowrap;
}

.officer-table-wrap .table.tcfd-table01 td:first-child {
  border-left: none;
}

.table.tcfd-table02 th,
.table.tcfd-table02 td {
  font-size: 12px;
}

.table.tcfd-table04 th,
.table.tcfd-table04 td {
  font-size: 12px;
}

.table.tcfd-table04 th {
  text-align: center;
}

.table.tcfd-table04 td:first-child {
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
}

.table.tcfd-table02 tbody th:first-child,
.table.tcfd-table03 tbody th:first-child,
.table.tcfd-table04 tbody th:first-child {
  border-top: 1px solid #ACACAC;
}

.table.tcfd-table04 thead th:first-child {
  border-left: 1px solid #fff;
}

.table.tcfd-table04 thead tr:nth-child(2) th {
  border-top: 1px solid #fff;
}

.tcfd-flex,
.partnership-flex,
.iso-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tcfd-flex {
  gap: 32px;
}

.partnership-flex img,
.iso-flex img {
  align-self: center;
}

.iso-flex img {
  width: 150px;
}

.arrow-wrap {
  width: calc(100% - 20px);
}

.arrow-label {
  position: relative;
  background-color: #E7E6E6;
  color: #333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  width: 100%;
}

.arrow-label:before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #E7E6E6;
}


@media screen and (min-width: 400px) {}

@media screen and (min-width: 576px) {

  .tcfd-flex,
  .partnership-flex,
  .iso-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .iso-flex img {
    width: auto;
  }

  .table.tcfd-table04 th,
  .table.tcfd-table04 td {
    font-size: inherit;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1800px) {}


.indicator-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  row-gap: 1.5rem;
}

.indicator-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.strategy-wrap img {
  max-width: unset;
}

@media screen and (min-width: 576px) {
  .indicator-wrap .table {
    width: 400px;
    max-width: 100%;
  }

  .logo-img {
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .strategy-wrap img {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1800px) {}

.policy-title {
  font-size: 1.25rem;
  font-weight: 700;
}


@media screen and (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center;
  }

  .pagelink__link-policy {
    font-size: 12px;
  }

  .pagelink__link-policy::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 1400px) {
  .pagelink__link-policy {
    font-size: 14px;
  }

  .pagelink__link-policy::before {
    width: 14px;
    height: 14px;
  }
}

.round-bg__0000CC .round-list__item::before {
  background-color: #0000CC;
}

.round-bg__3366FF .round-list__item::before {
  background-color: #3366FF;
}

.round-bg__1397E1 .round-list__item::before {
  background-color: #1397E1;
}

.round-bg__7ABC32 .round-list__item::before {
  background-color: #7ABC32;
}

.round-bg__548235 .round-list__item::before {
  background-color: #548235;
}

.button-governance {
  width: max-content;
  min-width: 250px;
  max-width: 100%;
  height: 70px;
  padding-inline: 1.5em 2.5em;
  font-size: 0.875rem;
}

.button--pdf::after {
  border: none;
  width: 16px;
  height: 19px;
  right: 16px;
  mask: url(../media/images/icon/icon_pdf.svg) no-repeat center center / contain;
  background-color: #1397E1;
  transform: translateY(-50%);
  transition: 0.3s;
}

.button--pdf:hover::after {
  background-color: #fff;
}

@media screen and (min-width: 400px) {
  .button-governance {
    padding-inline: 2.5em;
    font-size: 1rem;
  }
}

.table.supplier-table {
  width: 927px;
}

@media screen and (min-width: 1200px), print {
  .table.supplier-table {
    width: 100%;
  }
}

.table.supplier-table tbody td:not(:first-of-type) {
  vertical-align: top;
}

.attention {
  padding-left: 3em;
  position: relative;
}
.attention::before {
  position: absolute;
  top: 0;
  left: 0;
}
.attention-1::before {
  content: "(注)1．";
}
.attention-2::before {
  content: "(注)2．";
}
.attention-3::before {
  content: "(注)3．";
}