@charset "UTF-8";

#flow_no_image+section .heading.block_header_2 .h,
#flow+section .heading.block_header_2 .h{
    color: var(--i_main_color)!important;
}

#flow_no_image+section .wrapper_item{
  justify-content: flex-end;
}

#flow_no_image+section .inner_item_img{
  display:none;
}

#flow+section.contents_box01 .inner_item_img img{
  padding: 1rem;
  box-sizing: border-box;
}


@media screen and (min-width:901px){
#flow+section.contents_box01 .inner_item_img img{
  object-fit: contain;
}
}

@media screen and (max-width:350px){
#flow_no_image+section .heading.block_header_2 .h,
#flow+section .heading.block_header_2 .h{
  font-size: 1.8rem!important;
} 
}