@charset "UTF-8";
.flowContents {
  padding: 80px 0;
}
.flow_item_headWrap {
  display: table;
}
.flow_item_number {
  display: table-cell;
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
  background-color: #f08437;
  border-radius: 70px;
  width: 75px;
  height: 75px;
  text-align: center;
}
.flow_item_name {
  display: table-cell;
  font-size: 26px;
  padding: 0 0 0 30px;
  vertical-align: middle;
  font-weight: 400;
}
.flow_item_contentWrap {
  display: table;
  margin-left: 36.5px;
  border-left: 2px solid #f08437;
  padding: 30px 0 90px 66.5px;
}
.flow_item:last-child .flow_item_contentWrap {
  border-left: 0;
  padding: 30px 0 90px 68.5px;
}
.flow_item_img {
  display: table-cell;
  width: 35.9%;
  vertical-align: top;
}
.flow_item_txt {
  display: table-cell;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .flowContents {
    padding: 10% 0;
  }
  .flow_item_headWrap {
    display: table;
  }
  .flow_item_number {
    font-size: 20px;
    width: 47px;
    height: 47px;
  }
  .flow_item_name {
    font-size: 20px;
    padding: 0 0 0 10px;
    line-height: 1.2;
  }
  .flow_item_contentWrap {
    margin-left: 0;
    border-left: 0;
    padding: 5% 0 15%;
    width: 100%;
  }
  .flow_item:last-child .flow_item_contentWrap {
    padding: 6% 0 10%;
  }
  .flow_item_img {
    display: block;
    width: 100%;
  }
  .flow_item_txt {
    display: block;
    padding-left: 0;
    font-size: 12px;
    margin-top: 5%;
  }
}
