@charset "UTF-8";

#eigyou_syumoku + .composite_box01 .heading.block_header_4 .h {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 26px;
}

#eigyou_syumoku + .composite_box01 .heading.block_header_4 .h::before{
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  left: 0rem;
  top: 3px;
  background: url(/common/upload_data/tanabesakancom/image/20230704132403.png) no-repeat center / contain;
}

#eigyou_syumoku + .composite_box01 .wrapper_item{
    justify-content: center;
}

#eigyou_syumoku + .composite_box01 .inner_item.empty{
    display: none !important;
}

#eigyou_syumoku + .composite_box01 .inner_item_img img{
   height: 312px !important;
}

@media screen and (max-width: 1350px){
  #eigyou_syumoku + .composite_box01 .heading.block_header_4 .h::before{
    width: 2rem;
    height: 2rem;
  }

  #eigyou_syumoku + .composite_box01 .heading.block_header_4 .h {
    padding: 0 0 0 2rem;
   }
}

@media screen and (max-width: 480px){
  .composite_box01.block_images_1 .inner_item_img img, .composite_box01.block_images_2 .inner_item_img img, 
  .composite_box01.block_images_3 .inner_item_img img, .composite_box01.block_images_14 .inner_item_img img{
    height: 70vw !important;
  }
}

/*-----------------------------対応エリア画像---------------------------------*/
#top_area + section .inner_item_img img {
    max-height: 500px;
    object-fit: contain;
}


/*-----------------------------調整---------------------------------*/
#eigyou_syumoku + .composite_box01 .inner_item_img {
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 86.7654%;
}

#eigyou_syumoku + .composite_box01 .inner_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}