@charset "UTF-8";

/* Page layout */
.sustainabilityWrapper .section01 {
  background: none;
  padding-top: 0;
  border-top: 0;
}

.sustainabilityReport__mt {
  margin-top: 50px;
}

.sustainabilityWrapper .section01 .box01:nth-of-type(1) {
  margin-top: 0;
}

.sustainabilityWrapper .c-heading--2 {
  font-size: 35px !important;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center !important;
}

.sustainabilityWrapper .c-heading--2.c-heading--2__sdgsContribution {
  font-size: 28px !important;
  line-height: 1.7 !important;
  text-align: center !important;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .sustainabilityReport__mt {
    margin-top: 0;
    padding: 1em 2em;
  }

  .sustainabilityWrapper .c-heading--2 {
    font-size: 24px !important;
  }

  .sustainabilityWrapper .c-heading--2.c-heading--2__sdgsContribution {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .sustainabilityWrapper .c-heading--2__sustainabilityReport {
    text-align: left;
  }
}

/* Table */
#article.sdgs-wrap table {
  font-size: 80.5%;
}

@media screen and (max-width: 768px) {
  #article.sdgs-wrap table {
    width: 900px;
    max-width: inherit;
    border-collapse: collapse;
  }
}

#article.sdgs-wrap table thead th {
  text-align: center;
}

#article.sdgs-wrap table tbody th,
#article.sdgs-wrap table tbody td {
  vertical-align: middle;
}

#article.sdgs-wrap table tbody th:not([colspan]) + td,
#article.sdgs-wrap table tbody tr > td:first-child:nth-last-child(3) {
  background: #efefef;
}

#article.sdgs-wrap table .sdgs-table__icons {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

#article.sdgs-wrap table .sdgs-table__icons img {
  display: block;
}

/* Related links */
.sdgs-related-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sdgs-related-links__item > a {
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: center;
  color: #35363b;
  text-decoration: none;
}

.sdgs-related-links__title {
  font-size: 16px;
  line-height: 1.7;
  color: #35363b;
  padding-right: 40px !important;
  position: relative;
  margin: 0;
  font-weight: normal;
}

.sdgs-related-links__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .sdgs-related-links {
    grid-template-columns: none;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }

  .sdgs-related-links__item > a {
    grid-template-columns: 160px 1fr;
    gap: 16px;
  }

  .sdgs-related-links__title {
    font-size: 14px !important;
  }
}

.sdgs-related-links__title::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #35363b;
  border-right: 2px solid #35363b;
}
