@charset "UTF-8";
#section_flow .section_title {
  margin-bottom: 55px;
}
#section_flow .flow_list {
  margin-bottom: 20px;
}
#section_flow .flow_item {
  width: 100%;
  padding: 12px;
  border: solid 1px #D7D7D7;
  margin-bottom: 35px;
  position: relative;
}
#section_flow .flow_item:last-child {
  margin-bottom: 0;
}
#section_flow .flow_title {
  position: absolute;
  display: flex;
  align-items: center;
  top: -15px;
  left: 6px;
  padding: 0 4px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #FFFFFF;
}
#section_flow .flow_title .bullet {
  font-size: 3rem;
  line-height: 1;
  margin-right: 4px;
}
#section_flow .flow_item img {
  height: 100%;
  width: 100%;
}
#section_flow .flow_item .description {
  margin-bottom: 0;
}
@media (min-width:760px) {
  #section_flow .flow_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section_flow .flow_item img,
  #section_flow .flow_item .description {
    width: 49%;
  }
}