/* /company/sustainability */

.p-section-company--sustainability {
  .p-section-content__figure {
    margin-top: calc(40px - 0.5em);
  }

  .p-section-figure__header {
    margin-bottom: calc(20px - 0.5em);
  }

  .p-section-figure__header-text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .p-section-figure {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #f1f6fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767.8px) {
  .p-section-company--sustainability .p-section-figure {
    padding: 20px 10px;
  }
}

/* /company/sustainability/tcfd */

.p-custom-graph {
  margin-top: calc(40px - 0.5em);
}

.p-custom-graph__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: calc(40px - 0.5em);
}

.p-custom-graph__item-title {
  border-bottom: 2px solid #d7dee0;

  span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00226c;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding: 0 10px;
    position: relative;

    &::after {
      background-color: currentColor;
      bottom: -2px;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 100%;
    }
  }
}

.p-custom-graph__item-img {
  margin-top: calc(40px - 0.5em);

  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media only screen and (max-width: 767.8px) {
  .p-custom-table__br {
    display: none;
  }

  .p-custom-graph__list {
    grid-template-columns: 1fr;
  }

  .p-custom-graph__item-title span {
    line-height: 1.4;

    &::after {
      bottom: -6px;
    }
  }
}

/* table */
#tcfdSec03-table {
  .col-word {
    word-break: break-word;
    text-align: center;
  }

  .col-nowrap {
    white-space: nowrap;
  }
}

.p-section-company--sustainability.-tcfd #tcfdSec03-table td,
.p-section-company--sustainability.-tcfd #tcfdSec03-table th {
  padding: 12px;
}
