<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a[target="_blank"]::after {
  background: none;
  padding-right: 0;
}

.c-pdf_list li a {
  display: block;
  position: relative;
  padding: 1.6rem 2.4rem 1.6rem 8rem;
  border: 1px solid #DDD;
  border-radius: 10px;
  color: #000;
  font-size: 1.6rem;
  text-decoration: underline;
  line-height: 1.4;
  align-items: center;
  margin-bottom: 2.4rem;
}
.c-pdf_list.intext li a {
  margin-bottom: 1.6rem;
}
.c-pdf_list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2.4rem;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon/pdf.svg) no-repeat;
  background-size: 40px 40px;
}
@media only screen and (min-width: 883px) {
  .c-pdf_list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-pdf_list li {
    width: 100%;
    max-width: calc(50% - 2.4rem);
  }
  .c-pdf_list li:not(:nth-child(even)) {
    margin-right: 2.4rem;
  }
  .c-pdf_list li a {
    padding: 2.5rem 2.4rem 2.5rem 8rem;
    text-decoration: none;
  }
  .c-pdf_list li a:hover {
    color: #2DA4BA;;
  }
}
</pre></body></html>