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

2026.03 add

========================================================================= */
.csrTopLinks li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 896px) {
  .csrTopLinks li {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================

2026.05 add

========================================================================== */
/*テーブル調整*/
.esg th, .esg td {
  text-align: center;
  padding: 10px !important;
}
.esg .el_lv2table.shikaku {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.esg .el_lv2table.shikaku tr:first-child td {
  width: 14.2857142857%;
}
.esg .el_lv2table.shikaku td {
  word-break: break-all;
  vertical-align: middle;
  padding: 15px 5px;
}
.esg .el_lv2table.shikaku td img {
  width: auto;
  height: 70px;
  object-fit: contain;
  display: inline-block;
  margin: 0 auto 10px auto;
}
.esg .el_lv2table.shikaku .segments {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esg .el_lv2table.shikaku .segments .segments_ttl {
  margin-block: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.esg .el_lv2table.shikaku .ikukyu {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.esg .el_lv2table.shikaku .ikukyu .fukusyoku{
  flex: 0 0 33%;
  padding-right: 10px;
}
.esg .el_lv2table.shikaku .ikukyu .syutoku{
  flex: 0 0 67%;
  padding-left: 10px;
  border-left: 1px solid #4fbaa0;
}
.esg .el_lv2table.shikaku .ikukyu .segments_rate{
  display: flex;
  justify-content: space-between;
}
.esg .el_lv2table.shikaku .ikukyu img {
  display: block;
}
.esg .el_lv2table.shikaku .ikukyu > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.esg .el_lv2table.shikaku .ikukyu > ul > li {
  text-align: center;
  margin: 0;
  padding: 0;
}
.esg .el_lv2table.shikaku .ikukyu > ul > li + li {
  border-left: 1px solid #4fbaa0;
  padding-left: 10px;
}
.esg .el_lv2table.shikaku .ikukyu > ul > li p {
  margin: 0 0 5px 0;
}
.esg .el_lv2table.shikaku .ikukyu > ul > li ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.esg .el_lv2table.shikaku .ikukyu > ul > li ul li {
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
}
.esg span.num {
  width: 49px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 896px) {
  .esg .el_lv2table.shikaku {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
  }
  .esg .el_lv2table.shikaku td {
    width: 14.2857142857%;
    word-break: normal;
    padding: 15px 10px;
  }
  .esg .el_lv2table.shikaku td.ikukyu {
    width: 42.8571428571%;
  }
  .esg .el_lv2table.shikaku .ikukyu {
    font-size: 1.1rem !important;
  }
  .esg .el_lv2table.shikaku .ikukyu p, .esg .el_lv2table.shikaku .ikukyu ul, .esg .el_lv2table.shikaku .ikukyu li {
    font-size: 1.1rem !important;
  }
  .esg span.num {
    width: 36px;
  }
}/*# sourceMappingURL=csr.css.map */