@charset "UTF-8";



.flow-step-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
}

.flow-step-heading {
  width: 18%;
}
.flow-step-description {
  width: 80%;
}




.flow-step-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #9bcf08;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.flow-step-description {
    padding-top: 25px;
}

.flow-step-wrap h4 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.flow-step-description p {
    font-size: 1.6rem;
    line-height: 1.8em;
}

.flow-step-description p.sub-txt {
    font-size: 1.2rem;
    color: #666;
    margin-top: 15px;
}




.top-flow-illust {
    margin-bottom: 30px;
}




@media screen and (max-width:940px) {
.flow-step-wrap {
  flex-direction: column;
  margin-bottom: 50px;
}
.flow-step-heading {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
.flow-step-description {
  width: 100%;
  padding-top: 0;
}
/*.flow-step-wrap h4 {
    border-bottom: 1px solid #9bcf08;
    padding-bottom: 10px;
}*/
.flow-illust {
    text-align: center;
}
}





