#sub_main .ttl span::before {
  background: url(../img/flow/icon_flow.svg) no-repeat;
  background-size: contain;
}

.full_wide_ttl .txt_white {
  padding-left: 0;
}

.flow_list {
  margin-top: 60px;
}

.flow_list li:not(.arrow) {
  padding: 40px 70px 30px 80px;
}

.flow_list li:not(.arrow) .photo {
  width: 200px;
  position: relative;
}

.flow_list li:not(.arrow) .photo::before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: -25px;
}

.flow_list li:not(.arrow) .txt_box {
  width: 73%;
}

.flow_list li:not(.arrow) .txt_box .ttl {
  font-size: 24px;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 2.0em 8px;
  margin: 20px 0 15px;
}

.flow_list li:not(.arrow) .txt_box p {
  padding-left: 10px;
}

.flow_list li:not(.arrow):first-child .photo::before {
  background: url(../img/flow/step_label01.svg) no-repeat;
  background-size: contain;
}

.flow_list li:not(.arrow):nth-child(3) .photo::before {
  background: url(../img/flow/step_label02.svg) no-repeat;
  background-size: contain;
}

.flow_list li:not(.arrow):nth-child(5) .photo::before {
  background: url(../img/flow/step_label03.svg) no-repeat;
  background-size: contain;
}

.flow_list li:not(.arrow):nth-child(7) .photo::before {
  background: url(../img/flow/step_label04.svg) no-repeat;
  background-size: contain;
}

.flow_list li:not(.arrow):nth-child(9) .photo::before {
  background: url(../img/flow/step_label05.svg) no-repeat;
  background-size: contain;
}

.flow_list li.arrow img {
  width: 58px;
  display: block;
  margin: 20px auto;
}

@media only screen and (max-width: 1024px) {
  .flow_list li:not(.arrow) {
    padding: 40px 40px 30px 60px;
  }
  .flow_list li:not(.arrow) .txt_box .ttl {
    font-size: 23px;
  }
}

@media only screen and (max-width: 960px) {
  .flow_list li:not(.arrow) {
    padding: 5vw 4vw 4vw 6vw;
  }
  .flow_list li:not(.arrow) .photo {
    width: 165px;
  }
  .flow_list li:not(.arrow) .photo::before {
    width: 65px;
    height: 65px;
    top: -8px;
    left: -20px;
  }
  .flow_list li:not(.arrow) .txt_box {
    width: 71%;
  }
  .flow_list li:not(.arrow) .txt_box .ttl {
    font-size: 21px;
    padding: 4px 1.5em 6px;
    margin: 15px 0 10px;
  }
  .flow_list li.arrow img {
    width: 45px;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 568px) {
  .full_wide_ttl .txt_white {
    text-align: center;
  }
  .flow_list {
    margin-top: 35px;
  }
  .flow_list li:not(.arrow) {
    -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;
    padding: 30px 20px 20px;
  }
  .flow_list li:not(.arrow) .photo {
    width: 200px;
  }
  .flow_list li:not(.arrow) .photo::before {
    width: 75px;
    height: 75px;
  }
  .flow_list li:not(.arrow) .txt_box {
    width: 100%;
    text-align: center;
    margin-top: -22px;
    position: relative;
  }
  .flow_list li:not(.arrow) .txt_box .ttl {
    margin: 0 auto 10px;
    padding: 5px 1.75em 6px;
  }
  .flow_list li:not(.arrow) .txt_box p {
    text-align: left;
    padding: 0;
  }
  .flow_list li.arrow img {
    margin: 10px auto;
  }
}
/*# sourceMappingURL=flow.css.map */