/*=====================================================
  cableExplanation
=====================================================*/
.cableExplanation {
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .cableExplanation {
    margin-bottom: 112px;
  }
}
.cableExplanation ol {
  margin: 0;
  padding: 0;
}
.cableExplanation ol li {
  margin: 0;
  padding: 40px 0;
  list-style: none;
  border-bottom: 1px solid var(--borderWeak);
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .cableExplanation ol li {
    justify-content: space-between;
  }
}
.cableExplanation ol li:last-child {
  border-bottom-width: 0;
}
.cableExplanation ol li .cableExplanation__title {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 0 44px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--brandPrimary);
  font-weight: var(--fontWeightBold);
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .cableExplanation ol li .cableExplanation__title {
    width: 280px;
  }
}
.cableExplanation ol li .cableExplanation__title::before {
  width: 32px;
  height: 32px;
  content: "1";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  border: 1px solid var(--brandPrimary);
  border-radius: 50%;
  line-height: 1;
}
.cableExplanation ol li:nth-child(1) .cableExplanation__title::before {
  content: "1";
}
.cableExplanation ol li:nth-child(2) .cableExplanation__title::before {
  content: "2";
}
.cableExplanation ol li:nth-child(3) .cableExplanation__title::before {
  content: "3";
}
.cableExplanation ol li:nth-child(4) .cableExplanation__title::before {
  content: "4";
}
.cableExplanation ol li:nth-child(5) .cableExplanation__title::before {
  content: "5";
}
.cableExplanation ol li .cableExplanation__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .cableExplanation ol li .cableExplanation__text {
    width: 732px;
  }
}

.unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.unitEn {
  font-size: 32px;
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: var(--fontWeightBold);
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .unitEn {
    width: 100%;
    display: block;
  }
}

.unitJa {
  padding-left: 16px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .unitJa {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    display: block;
  }
}