@charset "UTF-8";

/* ------------------画像追加_250515------------------ */
#service1 + section .heading.block_header_2 .h {
  position: relative;
}
#service1 + section .heading.block_header_2 .h::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background-image: url("/common/upload_data/tatsueicom/image/20250515143527.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
#service1 + section .heading.block_header_2 .h {
  padding-right: 80px;
}

@media screen and (max-width:900px){
  #service1 + section .heading.block_header_2 .h::after {
    width: 50px;
    height: 50px;
  }

  #service1 + section .heading.block_header_2 .h {
    padding-right: 70px;
  }
}