@charset "UTF-8";

#tosou_btn + .composite_box01.block_images_17 .inner_item>a:nth-last-child(2) {
  position: absolute;
  padding: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

#tosou_btn + .composite_box01.block_images_17 .inner_item>a:nth-last-child(2) .inner_item_img {
  position: absolute;
  aspect-ratio: 1;
  top: 50%;
  left: 20px;
  width: 20%;
  transform: translateY(-50%);
}

#tosou_btn + .composite_box01.block_images_17 .inner_item {
  min-height: 155px;
}

#tosou_btn + .composite_box01.block_images_17 .inner_item_txt {
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 800px) {
  #tosou_btn + .composite_box01.block_images_17 .inner_item {
      min-height: 130px;
  }
}

@media screen and (max-width: 600px) {
  #tosou_btn + .composite_box01.block_images_17 .inner_item>a:nth-last-child(2) .inner_item_img {
      min-width: 100px;
  }
}