.h2 {
  padding: 8px 0;
}

.flow_list li:nth-child(odd) {
  background: #eee;
}
.flow_list .inner_box {
  padding: 50px 0;
  position: relative;
}
.flow_list .fleft {
  width: 40%;
  text-align: center;
}
.flow_list .fright {
  width: 56%;
}
.flow_list .fright .tel {
  margin-top: 32px;
}
.flow_list .lb_step {
  display: block;
  background: 0 0 no-repeat;
  width: 80px;
  height: 95px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 3.9%;
}
.flow_list li:nth-child(1) .lb_step {
  background-image: url("../img/flow/lb1.png");
}
.flow_list li:nth-child(2) .lb_step {
  background-image: url("../img/flow/lb2.png");
}
.flow_list li:nth-child(3) .lb_step {
  background-image: url("../img/flow/lb3.png");
}
.flow_list li:nth-child(4) .lb_step {
  background-image: url("../img/flow/lb4.png");
}
.flow_list li:nth-child(5) .lb_step {
  background-image: url("../img/flow/lb5.png");
}
.flow_list .tel {
  margin-top: 1.5em;
}
.flow_list .tel p {
  line-height: 1;
}
.flow_list .tel-text1 {
  margin: 0;
  font-size: 31px;
  font-size: 1.922rem;
  font-weight: 700;
  color: #cf1848;
}
.flow_list .tel-text1 .tel-link {
  text-decoration: none;
  color: inherit;
}
.flow_list .tel-text1 .tel-link:hover, .flow_list .tel-text1 .tel-link:focus {
  opacity: 0.8;
}
.flow_list .tel-text1 .tel-link span {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.flow_list .tel-text2 {
  margin-top: 0.3em;
  font-size: 20px;
  font-size: 1.24rem;
  font-weight: 700;
}
@media (max-width: 559px) {
  .flow_list .tel-text1 {
    font-size: 1.6rem;
  }
  .flow_list .tel-text1 span {
    font-size: 1.4em;
  }
  .flow_list .tel-text2 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .flow_list .lb_step {
    -webkit-transform: scale(0.8) translate(-12.5%, -12.5%);
    transform: scale(0.8) translate(-12.5%, -12.5%);
  }
}
@media screen and (max-width: 599px) {
  .h2 {
    margin-bottom: 0;
  }
  .flow_list .inner_box {
    padding: 33px 0;
  }
  .flow_list .fleft, .flow_list .fright {
    float: none;
    width: 100%;
  }
  .flow_list .fright {
    margin-top: 5px;
  }
  .flow_list .fright .tel {
    margin-top: 12px;
  }
  .flow_list .lb_step {
    -webkit-transform: scale(0.7) translate(-21.4285714286%, -21.4285714286%);
    transform: scale(0.7) translate(-21.4285714286%, -21.4285714286%);
  }
}/*# sourceMappingURL=style_flow.css.map */