@charset "UTF-8";

/* Scss Document */
.pdf-list {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.pdf-list li {
  margin: 0.5em 0;
  font-size: 1.8rem;
}

.pdf-list li:before {
  content: "・";
}

@media screen and (max-width: 768px) {
  #page_ttl h1 {
    background-position: left center;
    background-size: auto 95%;
  }
}