@charset "utf-8";
.easy_to_iso13485 .header-bg{
  background-image: url(../../article/easy_to_iso13485/images/top.webp);
  background-size: 500px;
  background-position: bottom 35px right 90px;
}
.easy_to_iso13485 a.under_line{
  text-decoration: underline;
}
.easy_to_iso13485 dd{
  position: relative;
  margin-left: 0;
  padding-left: 1em;
}
.easy_to_iso13485 dd::before{
  content: '・';
  position: absolute;
  left: 0;
}
.pb50{
  padding-bottom: 50px;
}
@media screen and (max-width: 768px){
  .easy_to_iso13485 .header-bg{
    background-size: cover;
    background-position: center;
  }
}

