﻿.bg-sector1 { background-color:#facd91; }
.bg-sector2 { background-color:#a0d7e6; }

.module_list-ol.--leap {
  margin-left: 0;
}
.module_list-ol.--leap li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.8em;
}
.module_list-ol.--leap li::before {
  position: absolute;
  left: 0;
}
.module_list-ol.--leap.--leap_locate li::before {
  content: "L" counter(cnt) ".";
}
.module_list-ol.--leap.--leap_evaluate li::before {
  content: "E" counter(cnt) ".";
}
.module_list-ol.--leap.--leap_assess li::before {
  content: "A" counter(cnt) ".";
}
.module_list-ol.--leap.--leap_prepare li::before {
  content: "P" counter(cnt) ".";
}

.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;
  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.--first {
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 50%, 0% 0%);
}
.chain_title span {
  position: relative;
  display: block;
}
.chain_title span::first-letter {
  font-size: 20px;
  /* text-decoration: underline; */
}
.chain_title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1rem;
  height: 2px;
  background-color: #ffffff;
}