@charset "UTF-8";

#howto_img ~ section.contents_box01 .content_wrapper > .heading.block_header_2 {
    display: none;
}

@media screen and (max-width: 900px) {
#howto_img ~ section.contents_box01 {
    padding-top: 60px;
}
#howto_img ~ section.contents_box01 .content_wrapper > .heading.block_header_2 {
    display: block;
}
#howto_img ~ section.contents_box01 .content_wrapper .inner_item_txt .heading.block_header_2 {
    display: none;
}
}