@charset "UTF-8";
/* ===========================================================

  Title: esg.css
  Created: 2022-04-20

=========================================================== */
/* ===========================================================
  common
=========================================================== */
/*table*/
table tbody th {
    background-color: rgba(173, 224, 221, 0.3);
}
.table-caption {
    color: #666;
    font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .js-scroll-table.table-layout--fixed {
    table-layout: fixed !important;
  }
  .js-scroll-table__caution {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .js-scroll-table {
    width: 800px;
  }
  .js-scroll-table.table-layout--fixed {
    table-layout: auto !important;
  }
  .js-scroll-table__caution {
    display: block !important;
  }
}


/* ===========================================================
  certification-title
=========================================================== */

.certification-title {
  font-size: 14px;
  text-align: center;
}
.align-center {
  text-align: center;
}
.social-table th,
td {
  border-right: solid 1px #dddddd;
}
.social-table th:last-child,
td:last-child {
  border-right: none;
}
.certification-flex {
  display: block;
}
@media (min-width: 992px) {
  .certification-flex {
    display: flex;
  }
}

/* ===========================================================
  dei
=========================================================== */
.list-style-peculiar--character_circle-decimal li::before {
  width: 1.5em !important;
}
ol {
  counter-reset: li;
  list-style: none;
}
ol.list-style--decimal-bold {
  counter-reset: li;
  list-style: none;
}
ol.list-style--decimal-bold li {
  text-indent: -1.25rem;
}
ol.list-style--decimal-bold > li::before {
  margin-right: 0.25rem;
  content: counter(li) ".";
  counter-increment: li;
  font-weight: bold;
}


/* ===========================================================
  リスト付画像
=========================================================== */
.esg-list-icon {
  display: flex;
  flex-wrap: wrap;
}
.esg-list-icon li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.esg-list-icon li img {
  align-self: flex-start;
  margin: 0 auto;
}
.esg-list-icon li p {
  position: relative;
  margin: 0 0 5px 0;
  padding-left: 1.5em;
  text-indent: 0;
  line-height: 1.5;
}
.esg-list-icon li p::before {
  content: "●";
  color: rgba(173,224,221,1.00);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}
.esg-list-icon .copymark {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 5px;
}
.esg-list-icon .copymark span {
  font-size: 0.8rem;
  white-space: nowrap;
}

.esg-list-icon--col2 li {
  width: 49%;
}
.esg-list-icon--col2 li:nth-child(odd) {
  margin-right: 2%;
}

.esg-list-icon--col3 li {
  width: 32%;
}
.esg-list-icon--col3 li:nth-child(even) {
  margin-right: 2%;
  margin-left: 2%;
}

.esg-list-icon--img100 li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .esg-list-icon--col2 li,
  .esg-list-icon--col3 li {
    width: 100%;
  }
  .esg-list-icon--col2 li:nth-child(odd) {
    margin-right: 0;
  }
  .esg-list-icon--col3 li:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}


/* ===========================================================
  developing
=========================================================== */
.table-certifications {
  width: 70%;
}
.table-certifications td:nth-child(2) {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .table-certifications {
    width: 100%;
  }
}



/* ===========================================================
  employee-survey
=========================================================== */
.survey-color-sample {
  max-width: fit-content;
  margin-left: auto;
}
.survey-color-sample__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px;
}
.survey-color-sample__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 16px;
  margin: 0 !important;
}
.survey-color-sample__item + .survey-color-sample__item {
  margin-top: 0;
}
.survey-color-sample__item .color-display {
  height: 32px;
  align-items: center;
}
.survey-color-sample__item .category-1 {
  background-color: rgb(251, 228, 212);
}
.survey-color-sample__item .category-2 {
  background-color: rgb(201, 233, 246);
}
.survey-color-sample__item .category-3 {
  background-color: rgb(225, 239, 216);
}

.table-survey tbody th {
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.table-survey .cell-primary-orange {
  background-color: rgb(251, 228, 212);;
}
.table-survey .cell-primary-blue {
  background-color: rgb(201, 233, 246);
}
.table-survey .cell-primary-green {
  background-color: rgb(225, 239, 216);
}

/* ===========================================================
  employee-data
=========================================================== */
.table-human-rights tbody td {
  text-align: center;
}
.table-human-rights .human-rights__padding-left {
  padding-left: 40px;
}
.table-human-rights .human-rights__padding-left-right td {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.table-human-rights .human-rights__item {
  width: 300px !important;
}

@media screen and (max-width: 768px) {
  .table-human-rights {
    width: 800px;
  }
  .table-human-rights .human-rights__item {
    width: 200px !important;
  }
}


/* ===========================================================
  governance
=========================================================== */
.table-compliance-system .compliance-system__organization {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .table-compliance-system .compliance-system__organization {
    width: 150px;
  }
}
