@charset "utf-8";
.artificial_joint .header-bg{
  background-image: url(../../article/artificial_joint/images/top.webp);
  background-size: 400px;
  background-position: bottom 35px right 100px;
}

@media screen and (max-width: 599px){
  .header-bg h1{
    font-size: 32px;
  }
  .artificial_joint .header-bg{
    background-size:cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
  }
}