/* LESS Document */
.flowList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.flowList li {
  width: 180px;
  border: #E50012 1px solid;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: middle;
  position: relative;
}
.flowList li:not(:first-child):before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f0da';
  top: 0px;
  left: -15px;
}
.columnBox {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .columnBox {
    display: table;
    margin: 0 auto;
  }
  .columnBox > div {
    margin-bottom: 30px;
  }
}
.columnBox .num {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.columnBox .num i {
  color: #1D1F86;
}
@media screen and (max-width: 767px) {
  .columnBox .num.telLink {
    color: #E50012;
  }
}
section .imgR {
  text-align: center;
}
