@charset "UTF-8";

#flow_img + section .inner_item_img {
    max-width: 700px;
    height: 200px;
}

#flow_img + section inner_item_img img {
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 500px) {
#flow_img + section .inner_item_img {
    height: auto;
}
}



#flow_img_sp + section{
  display: none;
}

@media screen and (max-width: 900px) {
#flow_img + section {
    display: none;
  }
#flow_img_sp + section {
display: block;
 }
}