#flow .flow_list > li {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto; }
  @media screen and (max-width: 414px) {
    #flow .flow_list > li {
      margin: 30px auto; } }
  #flow .flow_list > li .flow_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32%;
    height: 240px; }
    @media screen and (max-width: 768px) {
      #flow .flow_list > li .flow_image {
        width: 60%; } }
    @media screen and (max-width: 414px) {
      #flow .flow_list > li .flow_image {
        order: 2;
        width: 100%; } }
  #flow .flow_list > li .flow_index {
    background-color: #E6E6E6;
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
    width: 16%; }
    @media screen and (max-width: 768px) {
      #flow .flow_list > li .flow_index {
        width: 40%; } }
    @media screen and (max-width: 414px) {
      #flow .flow_list > li .flow_index {
        padding-top: 0;
        padding-bottom: 10px;
        order: 1;
        width: 100%; } }
    #flow .flow_list > li .flow_index .flow_step {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.6em;
      position: relative;
      margin: 20px auto;
      padding: 10px 0; }
      @media screen and (max-width: 414px) {
        #flow .flow_list > li .flow_index .flow_step {
          margin: 0 auto; } }
      #flow .flow_list > li .flow_index .flow_step::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 34px;
        width: 50px;
        height: inherit;
        border-bottom: 1px solid #333; }
      #flow .flow_list > li .flow_index .flow_step::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 34px;
        height: inherit;
        border-bottom: 1px dashed #333; }
      #flow .flow_list > li .flow_index .flow_step .number {
        font-size: 18px;
        line-height: 1.6em;
        margin-left: 16px; }
    #flow .flow_list > li .flow_index .flow_title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2em; }
  #flow .flow_list > li .flow_note {
    background-color: #F2F2F2;
    font-size: 15px;
    line-height: 1.6em;
    padding: 30px;
    width: 52%; }
    @media screen and (max-width: 768px) {
      #flow .flow_list > li .flow_note {
        padding: 10px;
        width: 100%; } }
    @media screen and (max-width: 414px) {
      #flow .flow_list > li .flow_note {
        order: 3; } }
  #flow .flow_list > li .image_step01 {
    background-image: url(../img/flow/flow_img01.jpg); }
  #flow .flow_list > li .image_step02 {
    background-image: url(../img/flow/flow_img02.jpg); }
  #flow .flow_list > li .image_step03 {
    background-image: url(../img/flow/flow_img03.jpg); }
  #flow .flow_list > li .image_step04 {
    background-image: url(../img/flow/flow_img04.jpg); }
  #flow .flow_list > li .image_step05 {
    background-image: url(../img/flow/flow_img05.jpg); }
#flow .flow_main_image {
  background-image: url(../img/flow/flow_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 100px auto;
  width: 100%;
  height: 420px; }
  @media screen and (max-width: 768px) {
    #flow .flow_main_image {
      height: 160px; } }
