@charset "utf-8";
.guide_wire .header-bg{
  background-image: url(../../article/guide_wire/images/top.webp);
  background-size: 400px;
  background-position: bottom 28px right 100px;
}
.indent{
  text-indent: -3em;
  padding-left: 3em;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .guide_wire .header-bg{
    background-size: 100%;
    background-position: bottom 10px right 0;
  }
}
