@charset "utf-8";
/* CSS Document */

.materiality_tit {
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #3e7fbb;
  padding: 2px 0 0 2px;
  margin: 40px auto 40px;
  text-align: left;
}
.materiality_tit2 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 2px 0 0 15px;
  margin: 40px auto 40px;
  text-align: left;
  border-left: 3px solid #3e7fbb;
}

.materiality_box {
  width: 100%;
  line-height: 1.6em;
  display: flex;
  justify-content: space-between;
}
.materiality_box .flexbox {
  background: #F2F6F7;
  padding: 0 20px 20px;
  width: 24%;
}
.materiality_box .sankaku {
  padding-top: 8%;
}
.materiality_box2 {
  max-width: 775px;
  line-height: 1.6em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #E1F0F2;
  padding: 15px 20px;
}
.materiality_tit3 {
  display: block;
  background: #00A3A6;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.materiality_flexbox {
  display: flex;
  justify-content: space-between;
}
.materiality_flexbox .flexbox {
  width: 24%;
  margin: 3% 1% 0;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: baseline;
  border-radius: 10px;
}
.materiality_flexbox2 {
  display: flex;
  justify-content: space-between;
  max-width: 775px;
}
.materiality_flexbox2 .flexbox2 {
  width: 18%;
  text-align: center;
}
.materiality_flexbox3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 773px;
  margin: 20px auto;
}
