/*--------------------------------------



--------------------------------------*/
.infoFlow {
  margin: 0 0 60px;
}

.infoItem {
  border: solid 2px #21C2CF;
}

.infoItem02 {
  border: solid 2px #6DB823;
}

.infoItem03 {
  border: solid 2px #F6C00F;
}

.infoTitle {
  background: #21C2CF;
  color: #fff;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 700;
  position: relative;
  padding: 10px 10px 10px 50px;
}
.infoTitle span {
  position: absolute;
  left: 10px;
  top: 10px;
}

.infoTitle02 {
  background: #6DB823;
}

.infoTitle03 {
  background: #F6C00F;
}

.infoText {
  padding: 20px 20px 25px;
}

.infoArrow {
  margin: 10px 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
.infoArrow::before {
  content: "";
  border-top: solid 20px #fff;
  border-right: solid 20px #A4A4A4;
  transform: rotate(45deg);
}
@media (min-width: 1000px) {
  .infoTitle {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=info.css.map*/