/*  Media Queries
--------------------*/
/* Lede
--------------------*/
.lede-flow {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.75;
}
.lede-flow p {
  margin-bottom: 2.25em;
}

/* Step
--------------------*/
.sec-step {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.sec-step .wrap-step {
  margin-bottom: 1em;
  overflow: hidden;
}
.sec-step .wrap-step .hl-step {
  width: 30%;
  max-width: 260px;
  border: solid 1px #258189;
  float: left;
  color: #258189;
  font-weight: normal;
  text-align: center;
  border-radius: 1em;
}
.sec-step .wrap-step .detail-step {
  width: 65%;
  float: right;
}
.sec-step .wrap-step .detail-step .strong {
  font-size: 1.063em;
  font-weight: bold;
  display: block;
}
.sec-step .wrap-step .detail-step .free {
  margin-right: .75em;
  padding: .25em .5em;
  background-color: #ea7d9b;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.sec-step .wrap-arrow {
  max-width: 37px;
  margin: 0 auto 1em;
  clear: both;
}
.sec-step .step-last {
  margin: 0 auto;
  overflow: hidden;
  color: #5bafb6;
  font-size: 1.5em;
  text-align: center;
}
.sec-step .step-last span {
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
}
.sec-step .step-last span::before {
  width: 99em;
  border-top: solid 1px #5bafb6;
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
}
.sec-step .step-last span::after {
  width: 99em;
  border-top: solid 1px #5bafb6;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
}

@media all and (-ms-high-contrast: none) {
  .sec-step .wrap-step .hl-step {
    padding-top: .25em;
  }

  .sec-step .wrap-step .detail-step .free {
    padding-top: .5em;
    line-height: 3;
  }
}