
@charset "UTF-8";

.composite_box01.block_images_9 .inner_item .inner_item_txt p::before {
  content: "";
  background: url(/common/upload_data/rema-rucom/image/20230410181242.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
}

.composite_box01.block_images_9 .inner_item .inner_item_txt p {
    position: relative;
    padding-left: 28px;
}

@media screen and (max-width: 900px){
  .composite_box01.block_images_9 .inner_item .inner_item_txt p::before {
    width: 20px;
    height: 20px;
  }
}