/* color */
/* flow */
/* -------------------------- */
/* h2,h3  font */
/* -------------------------- */
#flow .head {
  padding: 1rem 1.5rem 3rem;
  text-align: left;
  width: 100%;
  margin: 2rem auto;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 896px) {
  #flow .head {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.5;
    width: 55%;
    margin: 3rem auto 5rem;
  }
}

#flow .head-big {
  color: #122a88;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  #flow .head-big {
    text-align: center;
    font-size: 3rem;
    line-height: 1.8;
  }
}

#flow .step {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  background: url("https://kizuna.liber-develop.com/wp-content/themes/kizuna/images/flow/bg_lightblue.jpg");
}

@media screen and (min-width: 896px) {
  #flow .step {
    padding: 10rem 0;
  }
}

#flow .step-wrap {
  position: relative;
  width: 100%;
  margin: 3rem auto;
  background-color: #fff;
  padding: 0;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap {
    margin: 5rem auto;
    padding: 3rem 5rem;
  }
}

#flow .step-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#flow .step-wrap-inner figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner figure {
    width: 40rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#flow .step-wrap-inner .step-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2rem 1.5rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box {
    width: 73rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3rem 5rem 3rem 0;
  }
}

#flow .step-wrap-inner .step-box-title h3 {
  font-size: 1.8rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box-title h3 {
    font-size: 2rem;
  }
}

#flow .step-wrap-inner .step-box-title h3 span {
  font-size: 2.5rem;
  padding-left: 1rem;
}

#flow .step-wrap-inner .step-box-title h3 b {
  border-left: 1px solid #222;
  padding-left: 2rem;
  margin-left: 2rem;
  font-size: 2.5rem;
  padding-left: 1rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box-title h3 b {
    font-size: 3rem;
  }
}

#flow .step-wrap-inner .step-box-tags {
  padding: 2rem 0;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box-tags {
    padding: 3rem 0 0;
  }
}

#flow .step-wrap-inner .step-box-tags .tag {
  color: #fff;
  font-size: 1.6rem;
}

#flow .step-wrap-inner .step-box-text {
  padding-bottom: 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box-text {
    padding: 3rem 0;
  }
}

#flow .step-wrap-inner .step-box .step-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  color: #122a88;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box .step-tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 4rem 0 2rem;
  }
}

#flow .step-wrap-inner .step-box .step-tel-no {
  font-size: 2.8rem;
  padding-right: 1rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box .step-tel-no {
    font-size: 5rem;
  }
}

#flow .step-wrap-inner .step-box .step-tel-no span {
  font-size: 2rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap-inner .step-box .step-tel-no span {
    padding-right: 1rem;
  }
}

#flow .step-wrap-inner .step-box .step-tel-info {
  font-size: 1.6rem;
  font-weight: bold;
  color: #122a88;
}

#flow .step-wrap .step-wrap-list {
  padding: 0 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 896px) {
  #flow .step-wrap .step-wrap-list {
    padding: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 10rem;
  }
}

@media screen and (min-width: 896px) {
  #flow .step-wrap .step-wrap-list .step-list {
    padding-right: 4rem;
  }
}

#flow .step-wrap .step-wrap-list .step-list h4 {
  background-color: #122a88;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin: 2rem 0;
  width: 16rem;
  font-size: 1.6rem;
}

#flow .step-wrap .step-wrap-list .step-list ul .list-items {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 0.5rem;
  line-height: 2;
  font-size: 1.6rem;
}

#flow .step-wrap:last-child .bou {
  visibility: hidden;
}

#flow .step .bou {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 5rem;
  background-color: #222;
}
/*# sourceMappingURL=flow.css.map */