@charset "UTF-8";

#flow + section.contents_box01 .inner_item_img, .contents_hr + section.contents_box01 .inner_item_img {
    flex-basis: 20%;
    max-width: 20%;
}
#flow + section.contents_box01 .inner_item_txt, .contents_hr + section.contents_box01 .inner_item_txt {
    flex-basis: 80%;
    max-width: 80%;
}
@media (max-width: 900px) {
#flow + section.contents_box01 .inner_item_img img, .contents_hr + section.contents_box01 .inner_item_img img {
    max-height: 250px;
}
}
.widget_staff01.add_design2 .inner_item:last-of-type {
    margin-bottom: 0;
}
.widget_staff01 .wrapper_item:nth-of-type(2), .widget_staff01 .wrapper_item:first-of-type {
position: initial;
}