.hdl-lv3-step {
  position: relative;
  margin: 40px 0 24px;
  padding-left: 110px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.hdl-lv3-step:first-child {
  margin-top: 0;
}
.hdl-lv3-step .lbl-step-sm {
  position: absolute;
  top: -3px;
  left: 0;
}
.lbl-step-sm {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  padding: 2px 8px 2px 16px;
  width: auto;
  height: 32px;
  border: none;
  background-color: #005999;
  color: #fff;
  vertical-align: baseline;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}
.lbl-step-sm:before {
  margin-right: 8px;
  color: #fff;
  content: "STEP";
  vertical-align: 2px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2;
}
.lbl-step-sm:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #005999;
  content: "";
}
@media screen and (max-width: 767px) {
  .hdl-lv3-step .lbl-step-sm {
    position: relative;
    top: auto;
    left: auto;
  }
  .lbl-step-sm {
    display: table;
    margin-right: 20px;
    margin-bottom: 4px;
    padding: 0 4px 0 8px;
    height: 20px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4286;
  }
  .lbl-step-sm:before {
    margin-right: 4px;
    vertical-align: 1px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.7273;
  }
  .lbl-step-sm:after {
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #005999;
  }
}
@media screen and (min-width: 768px) {}