﻿.box5__materiality {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  max-width: 1280px;
  padding: 0 30px;
  min-height: 1px;
  zoom: 1;
}
.box5__materiality .box__list-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.box5__materiality .box__list-ul li {
  position: relative;
  box-sizing: border-box;
  border: solid 5px #999999;
  padding: 0;
  width: 20%;
  text-align: center;
  font-size: 1.14rem;
  line-height: 1.3em;
  display: flex;
  align-items: stretch;
}
.box5__materiality .box__list-ul li .box__list-li_inr {
  position: relative;
  padding: 18px 7px 10px;
}
.box5__materiality .box__list-ul li.inactive {
  border: solid 1px #999999;
  padding: 4px;
}
.box5__materiality .box__list-ul li.inactive::after {
  background-color: #ffffff;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  opacity: 0.5;
}
.box5__materiality .materiality_image {
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
}
.box5__materiality .materiality_image--supply {
  border-bottom: solid 5px #ffe691;
}
.box5__materiality .materiality_image--qol {
  border-bottom: solid 5px #f0918c;
}
.box5__materiality .materiality_image--environment {
  border-bottom: solid 5px #bedc96;
}
.box5__materiality .materiality_image--develop_talent {
  border-bottom: solid 5px #96b9e1;
}
.box5__materiality .materiality_image--integrity {
  border-bottom: solid 5px #facd91;
}
.box5__materiality .materiality_image--human_rights {
  border-bottom: solid 5px #8d93c8;
}
.box5__materiality .materiality_image img {
  width: 100%;
}
.box5__materiality .box__list-ul .module_paragraph {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box5__materiality {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    min-height: 1px;
    zoom: 1;
  }
  .box5__materiality .box__list-ul {
    display: block;
  }
  .box5__materiality .box__list-ul li {
    margin-top: 8px;
    display: block;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.14rem;
    line-height: 1.3em;
  }
  .box5__materiality .box__list-ul li .box__list-li_inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 8px;
  }
  .box5__materiality .materiality_image {
    width: 90px;
    padding-bottom: 0;
    padding-right: 8px;
  }
  .box5__materiality .materiality_image--supply {
    border-bottom: none;
    border-right: solid 5px #ffe691;
  }
  .box5__materiality .materiality_image--qol {
    border-bottom: none;
    border-right: solid 5px #f0918c;
  }
  .box5__materiality .materiality_image--environment {
    border-bottom: none;
    border-right: solid 5px #bedc96;
  }
  .box5__materiality .materiality_image--develop_talent {
    border-bottom: none;
    border-right: solid 5px #96b9e1;
  }
  .box5__materiality .materiality_image--integrity {
    border-bottom: none;
    border-right: solid 5px #facd91;
  }
  .box5__materiality .materiality_image--human_rights {
    border-bottom: none;
    border-right: solid 5px #8d93c8;
  }
  .box5__materiality .box__list-ul .module_paragraph {
    flex: 1;
    margin-top: 0;
    margin-left: 8px;
  }
}
