﻿.bg-lisklv1 { background-color:#ffff99; }
.bg-lisklv2 { background-color:#ffff00; }
.bg-lisklv3 { background-color:#ffc000; }
.bg-lisklv4 { background-color:#ff6600; }
.bg-lisklv5 { background-color:#ff0000; }
.units_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.units_list > li {
  color: #ffffff;
  font-size: 12px;
  background-color: #666666;
  margin: 0 0 0 10px;
  padding: 4px 10px;
}
.step_list_heading_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lisklv_box {
  position: relative;
}
.lisklv_ico {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lisklv_ico.lv1, .lisklv_list_items.lv1:before { background-color:#bfdc98; }
.lisklv_ico.lv2, .lisklv_list_items.lv2:before { background-color:#ffff00; }
.lisklv_ico.lv3, .lisklv_list_items.lv3:before { background-color:#ffc000; }
.lisklv_ico.lv4, .lisklv_list_items.lv4:before { background-color:#ff6600; }
.lisklv_ico.lv5, .lisklv_list_items.lv5:before { background-color:#ff0000; }

.lisklv_list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 25px;
  line-height: 1.5;
}
.lisklv_list_items {
    position: relative;
    margin-top: 5px;
    margin-right: 1.5em;
    padding-left: 2em;
}
.lisklv_list_items:last-child {
  margin-right: 0;
}
.lisklv_list_items:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
}
@media screen and (max-width: 767px) {
  .units_list > li {
    margin: 10px 0 0 10px;
  }
  .lisklv_list {
    margin-top: 15px;
  }
}
.step_list {
  position: relative;
  display: flex;
}

.step_list+.step_list {
  margin-top: 120px;
}

.step_list>dt {
  position: relative;
  width: 30%;
  background-color: #a0d7e6;
  padding: 20px;
}

.step_list+.step_list>dt::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #dddddd transparent transparent transparent;
}

.step_list>dt .module_heading4:first-child {
  text-align: center;
  margin-top: 0;
}

.step_list>dt .module_paragraph {
  margin-top: 10px;
}

.step_list>dd {
  width: 70%;
  padding: 0 0 0 20px;
}

.step_list>dd .module_list-ul:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1279px) {
  .step_list+.step_list {
    margin-top: calc(120/1280*100vw);
  }

  .step_list+.step_list>dt::before {
    top: calc(-80/1280*100vw);
    border-width: calc(40/1280*100vw) calc(100/1280*100vw) 0 calc(100/1280*100vw);
  }
}

@media screen and (max-width: 767px) {
  .step_list {
    display: block;
  }

  .step_list>dt {
    width: auto;
    padding: 20px;
  }

  .step_list+.step_list>dt::before {
    display: none;
  }

  .step_list>dd {
    width: auto;
    padding: 20px 0 0 0;
  }

  .step_list+.step_list {
    margin-top: calc(200/768*100vw);
  }

  .step_list+.step_list::before {
    content: "";
    position: absolute;
    top: calc(-140/768*100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(80/768*100vw) 20vw 0 20vw;
    border-color: #dddddd transparent transparent transparent;
  }
}
.module_font-size__11px_i {
  font-size: 11px !important;
  line-height: 1.3em !important;
}


.chain_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 1.3em;
  padding: 15px 30px;
}
.chain_title.--first {
  background-color: #A0D7E6;
  color: #000000;
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 50%, 0% 0%);
}
.chain_title.--second {
  background-color: #19B9CD;
  color: #FFFFFF;
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
}
.chain_title.--third {
  background-color: #0078C3;
  color: #FFFFFF;
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
}
.segment_list-usage {
  margin-top: 30px;
  padding: 2%;
  border: solid 1px #ddd;
  min-height: 1px;
  zoom: 1;
}
.segment_list-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.segment_list-usage .segment_list-ul {
  justify-content: center;
  gap: 10px 40px;
  margin-top: 0;
}
.segment_list-ul .--icon {
  position: relative;
  padding-left: 32px;
}
.segment_list-usage .segment_list-ul .--icon {
  padding-left: 38px;
}
.segment_list-ul .--icon::before {
  content: "";
  width: 30px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #DDDDDD;
}
.segment_list-ul .--metal::before {
  background-color: #0078C3;
}
.segment_list-ul .--energy::before {
  background-color: #eb5541;
}
.segment_list-ul .--machinery::before {
  background-color: #E65582;
}
.segment_list-ul .--chemicals::before {
  background-color: #8CC33C;
}
.segment_list-ul .--steel::before {
  background-color: #19B9CD;
}
.segment_list-ul .--lifestyle::before {
  background-color: #ffe141;
}
.segment_list-ul .--innovation::before {
  background-color: #f5aa3c;
}
.segment_list-ul .--diabled::before {
  background-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .segment_list-ul {
    margin-top: 20px;
  }
  .segment_list-usage {
    padding: 5%;
  }
  .segment_list-usage .segment_list-ul {
    flex-flow: column;
  }
}