.page_content section.sheet table,
.page_content section.sheet td,
.page_content section.sheet th {
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.page_content section.sheet table {
  width: 1000px;
  margin: 60px auto auto;
  font-weight: 900;
}
.page_content section.sheet table th {
  font-size: 24px;
  height: 130px;
  width: 180px;
}
.page_content section.sheet table th p {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page_content section.sheet table td {
  font-size: 20px;
  width: 820px;
  padding: 0 140px 0 70px;
}
.page_content section.sheet table td ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.page_content section.sheet table td ul li {
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page_content section.sheet table td ul li a {
  position: relative;
}
.page_content section.sheet table td ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 53px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -70px;
  background-image: url("/_images/financial/icon_pdf.png");
  background-size: contain;
}
@media print, screen and (max-width: 1520px) {
  .page_content section.sheet table {
    width: 83.3333333333vw;
  }
  .page_content section.sheet table th {
    width: 15vw;
    font-size: 2vw;
  }
  .page_content section.sheet table td {
    width: 68.3333333333vw;
    font-size: 1.6666666667vw;
  }
  .page_content section.sheet table td ul li a:after {
    width: 3.5vw;
    height: 4.4166666667vw;
    right: -5.8333333333vw;
  }
}

@media print, screen and (max-width: 979px) {
  .page_content section.sheet table,
.page_content section.sheet td,
.page_content section.sheet th {
    border-collapse: collapse;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .page_content section.sheet table {
    width: 92vw;
    margin: 8vw auto auto;
  }
  .page_content section.sheet table th {
    font-size: 4vw;
    height: auto;
    width: 33.3333333333vw;
    padding: 6.6666666667vw 0 0 4vw;
  }
  .page_content section.sheet table th p {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .page_content section.sheet table td {
    font-size: 3.2vw;
    width: 58.6666666667vw;
    padding: 6.6666666667vw 4vw 6.6666666667vw 0;
  }
  .page_content section.sheet table td ul {
    display: block;
    height: auto;
  }
  .page_content section.sheet table td ul li {
    height: auto;
    display: block;
    text-align: left;
  }
  .page_content section.sheet table td ul li a {
    position: relative;
    display: inline-block;
  }
  .page_content section.sheet table td ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 5.6vw;
    height: 7.0666666667vw;
    right: -9.3333333333vw;
  }
  .page_content section.sheet table td ul li:nth-of-type(n+2) {
    margin-top: 6.6666666667vw;
  }
}