/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.ttl-area::before {
  content: "";
  width: 127px;
  height: 37px;
  background: url(../images/link/ttl-sp.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ttl-area::before {
    width: 334px;
    height: 98px;
    background: url(../images/link/ttl-pc.svg) no-repeat;
  }
}

/*# sourceMappingURL=_map/link.css.map */
