.flowOuter {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding: 0 15px;
}
.flowOuter .flowBlock {
  width: 100%;
  background-color: #F3FF84;
  padding: 25px 15px;
}
.flowOuter .flowBlock .flowTextOuter {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}
.flowOuter .flowBlock .flowTextOuter .flowNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  margin: 2px 12px 0 0;
  background-color: #FF51A2;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.flowOuter .flowBlock .flowTextOuter .flowText01 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: -3px;
}
.flowOuter .flowBlock .flowTextOuter .flowText02 {
  font-size: 1.5rem;
  font-weight: 500;
}
.flowOuter .flowImage {
  width: 165px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flowOuter .flowBlockBottom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 22px solid #F3FF84;
  border-bottom: 0;
}

.flowLinkOuter {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.flowLinkOuter .flow2UseLink {
  background-color: #ff51a2;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 25px 10px;
  font-weight: 700;
  margin: 0 0 80px;
}

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