@charset "UTF-8";

#tel + .composite_box01 .inner_item:nth-of-type(1) a {
  pointer-events: none;
}
#tel + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
@media screen and (max-width: 768px){
#tel + .composite_box01 .inner_item:nth-of-type(1) a {
  pointer-events: auto;
}
}