@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.un_commonsPavilions_pavilions {
    background: none;
}
.pdfArea h3{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin: 64px 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #0068B7;
}
.pdfArea ul li{
  border-bottom: 1px dotted #CCC;
}
.pdfArea ul li a{
  display: block;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 16px;
}

.pdfArea::before {
    background-image: url(../../img/a/img_welcome_accent_b.svg);
}

.pdfArea::before {
    content: "";
    display: block;
    position: absolute;
    top: 700px;
    left: 0;
    width: 22px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.pdfArea::after {
    background-image: url(../../img/img_pdf_accent_r.svg);
}

.pdfArea::after {
    content: "";
    display: block;
    position: absolute;
    top: 2400px;
    right: 0;
    width: 83px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
