/*----------------------------------

meeting_descriptionCSS

----------------------------------*/
body.meeting_description main .selectWrap {
  width: 250px;
}
body.meeting_description main .docList {
  margin-top: 30px;
  letter-spacing: 0;
}
body.meeting_description main .docList li {
  padding: 27px 0 20px 39px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
body.meeting_description main .docList li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
body.meeting_description main .docList .date {
  margin-right: 38px;
  display: inline-block;
  color: #b4b4b4;
  line-height: 1.3;
}
body.meeting_description main .docList .link {
  line-height: 1.3;
}
body.meeting_description main .docList .pdf {
  width: 148px;
  margin-left: auto;
  font-size: 1.2rem;
  flex-shrink: 0;
  letter-spacing: -0.025em;
}
body.meeting_description main .docList .pdf .iconPdf::before {
  top: -0.2em;
}

@media (max-width: 919px) {
  body.meeting_description main .selectWrap {
    width: 190px;
  }
  body.meeting_description main .docList {
    margin-top: 20px;
  }
  body.meeting_description main .docList li {
    padding: 5px 0 4px;
    flex-wrap: wrap;
  }
  body.meeting_description main .docList .date {
    margin: 0;
    line-height: 1.8;
    font-size: 1.1rem;
  }
  body.meeting_description main .docList .link {
    width: 100%;
    margin: 2px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  body.meeting_description main .docList .pdf {
    width: 100px;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
  body.meeting_description main .docList .pdf .iconPdf {
    padding-left: 14px;
  }
  body.meeting_description main .docList .pdf .iconPdf::before {
    width: 10px;
    height: 12px;
    top: 0;
  }
}
