.pageTitle .image {
  background-image: url(../../imgs/bg-ttl.jpg);
}

.main .body section .ttl {
  margin-bottom: 0.4rem;
}
.main .list--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .main .list--results {
    display: block;
  }
}
.main .list--results li {
  width: 2.6rem;
  margin: 0 0.3rem 0 0;
  border-bottom: 1px solid #ddd;
  background: url(../../../assets/imgs/ico-pdf.svg) 0 50%/0.2rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .list--results li {
    width: auto;
    margin: 0;
    background-size: 0.4rem auto;
  }
}
.main .list--results li:nth-child(3n+3) {
  margin-right: 0;
}
.main .list--results li a {
  display: block;
  padding: 0 0.2rem 0 0.3rem;
  background-size: 0.1rem auto;
  color: #1a4375;
  line-height: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .list--results li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.5rem;
    padding: 0 0.3rem 0 0.5rem;
    background-size: 0.2rem auto;
    line-height: 1.2rem;
  }
}
/*# sourceMappingURL=unique.css.map */