@charset "utf-8";

.flow__title{
  width: 77.85%;
  min-width: 253px;
  margin: 3.85% auto;
  text-align: center;
}
.flow__title img{
  width: 100%;
}
.flow__listbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 71.54%;
  min-width: 232.5px;
  margin: 0 auto;
}
.flow__listbox:last-of-type{
  margin-bottom: 10.75%;
}
.flow_list-odd,.flow_list-even{
  width: 100%;
}
.flow__list-num{
  width: 12.47%;
  max-width: 58px;
  min-width: 29px;
  margin: 6.6% auto 2.67%;
  text-align: center;
}
.flow__list-title{
  font-size: 1.4286rem;
  font-weight: 700;
  text-align: center;
}
.flow__list-img{
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.flow__list-img img{
  width: 100%;
}
.flow__list-text{
  font-size: 1rem;
}

/***********************************************************************
 Tablet
***********************************************************************/
@media screen and (min-width:640px) {
  .flow__title{
    width: 51.63%;
    max-width: 506px;
    margin-top: 5.92%;
  }
  .flow__list-title span{
    font-size: 0.7rem;
  }
  .flow__listbox{
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .flow_list-odd,.flow_list-even{
    width: 47.4%;
  }
  
}

/***********************************************************************
 PC & hover
***********************************************************************/
@media screen and (min-width:960px) {
  .flow__title {
    margin: 70px auto 0;
  }
  .flow__list-num{
    margin: 50px auto 20px;
    width: 58px;
  }
  .flow__list-title span{
    font-size: 0.9rem;
  }
  .flow__list-img{
    margin: 25px auto;
  }
  .flow__listbox:last-of-type {
    margin-bottom: 55px;
  }
}