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

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

.txt-list {
  list-style: disc;
  margin-left: 22px;
} 

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