﻿.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;
}
@media screen and (max-width: 767px) {
  .units_list > li {
    margin: 10px 0 0 10px;
  }
}

.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%, 0% 50%, 0% 0%);
}
.chain_title.--color01 {
  background-color: #A0D7E6;
  color: #000000;
}
.chain_title.--color02 {
  background-color: #19B9CD;
  color: #FFFFFF;
}
.chain_title.--color03 {
  background-color: #0078C3;
  color: #FFFFFF;
}
.chain_title.--first {
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 50%, 0% 0%);
}
.chain_title.--second {
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
}
.chain_title.--third {
  clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
}
.column_title {
  background-color: #003f98;
  color: #ffffff;
  margin-top: 30px;
  padding: 10px 20px;
}