@charset "utf-8";
/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : PDFリスト
/* セレクタ : .lst_pdf
/* =========================================================================================================================================== */
.lst_pdf {
  padding-top: 7px;
}
.lst_pdf li {
  min-height: 53px;
  border-top: solid 1px #d9d9d9;
  display: flex;
  justify-content: flex-start;
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #ededed;
}
.lst_pdf li:nth-child(even){
  background-color: white;
}
.lst_pdf li:last-of-type {
  min-height: 54px;
  border-bottom: solid 1px #d9d9d9;
}
.lst_pdf li .year {
  width: 186px;
  /* height: 30px; */
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 37px;
}
.lst_pdf li .pdfs {
  /* width: calc(100% - 142px); */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.lst_pdf li .pdfs .pdf a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  color: #343434;
  padding-left: 38px;
  padding-right: 43px;
}
.lst_pdf li .pdfs .pdf a:hover {
  color: #939393;
}
.lst_pdf li .pdfs .pdf a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 14px;
  font-size: 14px;
  top: 2px;
  font-weight: bold;
  color: black;
}

/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_pdf
/*----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lst_pdf {
    padding: 0;
  }
  .lst_pdf li {
    min-height: inherit;
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .lst_pdf li .year {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 15px;
    font-size: 14px;
  }
  .lst_pdf li .pdfs {
    width: 100%;
  }
  .lst_pdf li .pdfs .pdf a {
    padding: 0;
    padding-left: 32px;
    font-size: 14px;
  }
  .lst_pdf li .pdfs .pdf:last-child a {
    padding: 0;
    padding-left: 32px;
    font-size: 14px;
  }
  .lst_pdf li .pdfs .pdf a::before {
    left: 15px;
    top: 1px;
    font-size: 12px;
  }
}

/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : PDFリスト2
/* セレクタ : .lst_pdf2
/* =========================================================================================================================================== */
.lst_pdf2 {
  padding-top: 6px;
}
.lst_pdf2 li {
  border-top: solid 1px #d9d9d9;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f1f1f1;
}
.lst_pdf2 li:nth-child(even){
  background-color: white;
}
.lst_pdf2 li:last-of-type {
  border-bottom: solid 1px #d9d9d9;
}
.lst_pdf2 li a {
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 49px;
  text-decoration: none;
  color: #343434;
}
.lst_pdf2 li a:hover {
  color: #939393;
}

.lst_pdf2 li  a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 2px;
  left: 25px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.lst_pdf2 li  a:hover::before {
  color: #939393;
}
.lst_pdf2 li a span.underline {
  text-decoration: underline;
  word-break: break-all;
}
.lst_pdf2 li .year {
  width: 108px;
  font-size: 1.6rem;
  font-weight: normal;
}
.lst_pdf2 li .file {
  width: 89px;
}
.lst_pdf2 li .issue {
  flex: 1 1 auto;
}
.lst_pdf2 li a .fas {
  display: none;
}
/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_pdf2
/*----------------------------------------------------------*/
@media screen and (max-width: 580px) {
  .lst_pdf2 {
    padding: 0;
  }
  .lst_pdf2 li {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .lst_pdf2 li a {
    padding-left: 13px;
    flex-wrap: wrap;
  }
  .lst_pdf2 li a::before {
    content: none;
  }
  .lst_pdf2 li .year {
    font-size: 1.4rem;
    line-height: 22px;
    width: 100%;
    font-weight: bold;
  }
  .lst_pdf2 li .file {
    width: auto;
    position: relative;
    padding-left: 21px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .lst_pdf2 li .file::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  .lst_pdf2 li .issue {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .lst_pdf2 li a .fas {
    display: block;
    font-size: 1.4rem;
    padding-top: 7px;
    padding-right: 7px;
  }

}


/* =========================================================================================================================================== */
/* 【部品】
/* 名前     : PDFリスト3
/* セレクタ : .lst_pdf3
/* =========================================================================================================================================== */
.lst_pdf3 {
  padding-top: 6px;
}
.lst_pdf3 li {
  display: flex;
  padding-top: 13px;
  padding-bottom: 10px;
  border-top: solid 1px #d9d9d9;
  background-color: #f1f1f1;
}
.lst_pdf3 li:nth-child(even){
  background-color: white;
}
.lst_pdf3 li:last-of-type {
  border-bottom: solid 1px #d9d9d9;
}
.lst_pdf3 li .day {
  width: 140px;
  line-height: 22px;
  padding-left: 23px;
}
.lst_pdf3 li a {
  flex: 1;
  width: auto;
  line-height: 22px;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
  color: #343434;
}
.lst_pdf3 li a:hover {
  color: #939393;
}

.lst_pdf3 li  a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  font-size: 12px;
  left: 2px;
  top: 0px;
  font-weight: bold;
  color: black;
}
.lst_pdf3 li  a:hover::before {
  color: #939393;
}


/*----------------------------------------------------------*/
/* レスポンシブデザイン .lst_pdf2
/*----------------------------------------------------------*/
@media screen and (max-width: 580px) {
  .lst_pdf3 {
    padding: 0;
  }
  .lst_pdf3 li {
    flex-wrap: wrap;
    padding-top: 8px;
  }
  .lst_pdf3 li .day {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .lst_pdf3 li a {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 32px;
  }
  .lst_pdf3 li  a::before {
    padding-left: 13px;
  }
}


