.indentNumber {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.pdfLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0;
  width: 90%;
}

.pdfLinkList .pdfLinkList_dl {
  width: 50%;
  margin-bottom: 50px;
}

.pdfLinkList .pdfLinkList_dl .pdfLinkList_dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.pdfLinkList .pdfLinkList_ul {
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .pdfLinkList {
    display: block;
    margin: 30px auto 0;
    width: 90%;
  }
  .pdfLinkList .pdfLinkList_dl {
    width: 100%;
    margin-bottom: 50px;
  }
  .heading01_black {
    font-size:2.3em !important; font-size:2.3rem !important;
  }
}

.pdfLinkList_sankou_dl {
  width: 90%;
  margin: 10px auto 0;
}

.pdfLinkList_sankou_dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.pdfLinkList_sankou_ul {
  padding-left: 10px;
}

.pdfLinkList_sankou_ul > li {
  margin-bottom: 5px;
}

.pdfLinkList.col4_list .pdfLinkList_dl{
    width: 23%;
    margin-right: 1.6%;
}

@media screen and (max-width: 750px) {
    .pdfLinkList.col4_list .pdfLinkList_dl{
        width: 100%;
    }
}

.linkList_title {
    width: 90%;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 2rem;
}

/*# sourceMappingURL=takanawachikutei.css.map */