@charset "UTF-8";

#underline + section .heading.block_header_4 .h {
  border-bottom: double var(--i_sub_color);
}

@media screen and (max-width: 900px){
a[id*="image"] + .contents_box01 .inner_item_img img  {
    max-width: 100% !important;
    width: auto !important;
    max-height: 100%;
}
a[id*="underline"] + .contents_box01 .inner_item_img img  {
    max-width: 100% !important;
    width: auto !important;
    max-height: 100%;
}
}