@charset 'utf-8';

.step-flow {
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.3;
}

.step-list {
  padding-top: 40px;
}

.step-list:first-child {
  padding-top: 0;
}

.step-wrap::after,
.col-box::after {
  display: block;
  clear: both;
  content: "";
}

.step-inner .hdg {
  font-size: 128.57143%;
  line-height: 1.22222;
  margin: 0 0 7px;
}

.step-inner .hdg:first-child {
  margin-bottom: 15px;
  font-size: 100%;
  line-height: 1.71429;
}

.step-inner .hdg:first-child > span {
  display: inline-block;
  box-sizing: border-box;
  width: 110px;
  height: 35px;
  padding: 9px 10px 11px 10px;
  text-align: center;
  color: #333;
  font-size: 100%;
  line-height: 1.42857;
  background-color: #e6e8eb;
}

.step-inner .hdg:first-child > span > em {
  font-size: 142.85714%;
  line-height: 1;
  vertical-align: -2px;
}

.step-col {
  float: left;
  width: 465px;
}

.step-title {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-inner {
  border: 1px solid #d8dadc;
  padding: 19px 16px 24px 16px;
  margin-bottom: 20px;
  position: relative;
}

.step-inner > *:last-child {
  margin-bottom: 0 !important;
}

.col-text,
.col-img {
  float: left;
}

.col-text {
  width: 730px;
}

.step-col:last-child {
  margin-left: 20px;
}

.step-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -41px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #d8dadc transparent transparent transparent;
  margin-left: -40px;
}

.step-flow .step-list:last-child .step-inner::after {
  content: none;
}

.box-04-01 .hdg {
  background-color: transparent;
  height: 50px;
  font-size: 16px;
}

.col-3 > .col {
  width: 301px;
}

.col-3.campaign .box-04-01 {
  height: 189px;
  padding: 10px;
}

#stepThree {
  display:flex;
  flex-wrap:wrap;
}

#stepThree .step-col {
  display:flex;
  flex-wrap:wrap;
}

span.lbl-new {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 2px 1px; 
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
span.lbl-new {
  background-color: #2174f0;
}