@charset "utf-8";
.vascular_catheter .header-bg{
  background-image: url(../../article/vascular_catheter/images/top.webp);
  background-size: 400px;
  background-position: bottom 10px right 100px;
}
@media screen and (max-width: 768px) {
  .vascular_catheter .header-bg{
    background-size: 100%;
    background-position: bottom 10px right 0;
  }
}
