@charset "UTF-8";
/*----------------------------------

newsCSS

----------------------------------*/
body.news main .pageTitle {
  background-image: url("../../news/img/pagetitle_bg_pc.jpg");
}
body.news main section.topics h2 {
  margin-bottom: 51px;
  line-height: 1;
  letter-spacing: -0.015em;
}
body.news main section.topics h2 span {
  margin-top: 14px;
}
body.news main #tabCategory {
  position: relative;
  margin-bottom: 60px;
}
body.news main #tabCategory::after {
  content: "";
  position: absolute;
  background: #e6e6e6;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
body.news main #tabCategory ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  font-size: 1.7rem;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
body.news main #tabCategory ul li {
  width: 100%;
  max-width: 140px;
}
body.news main #tabCategory ul li.active {
  border-bottom: 1px solid #000;
}
body.news main #tabCategory ul li a {
  display: block;
  padding: 19px 10px;
}
body.news main .topicsList {
  margin-top: 30px;
  letter-spacing: 0;
}
body.news main .topicsList 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.news main .topicsList li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
body.news main .topicsList .cat {
  min-width: 100px;
  margin-right: 20px;
  padding: 2px;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  background: #f7f7f7;
}
body.news main .topicsList .date {
  margin-right: 38px;
  display: inline-block;
  color: #b4b4b4;
  line-height: 1.3;
}
body.news main .topicsList .link {
  line-height: 1.3;
}
body.news main .topicsList .pdf {
  width: 148px;
  margin-left: auto;
  font-size: 1.2rem;
  flex-shrink: 0;
  letter-spacing: -0.025em;
}
body.news main .topicsList .pdf .iconPdf::before {
  top: -0.2em;
}

@media (max-width: 919px) {
  body.news main .pageTitle {
    background-image: url("../../news/img/pagetitle_bg_sp.jpg");
  }
  body.news main section.topics h2 {
    margin-bottom: 28px;
    font-size: 2.6rem;
  }
  body.news main #tabCategory {
    margin-bottom: 30px;
  }
  body.news main #tabCategory ul {
    font-size: 1.3rem;
    flex-wrap: wrap;
    max-width: 100%;
  }
  body.news main #tabCategory ul li {
    width: 16%;
    max-width: 100%;
  }
  body.news main #tabCategory ul li a {
    height: 100%;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
  body.news main .topicsList {
    margin-top: 20px;
  }
  body.news main .topicsList li {
    padding: 5px 0 4px;
    flex-wrap: wrap;
  }
  body.news main .topicsList .cat {
    min-width: 70px;
    margin-right: 10px;
  }
  body.news main .topicsList .date {
    margin: 0;
    line-height: 1.8;
    font-size: 1.1rem;
  }
  body.news main .topicsList .link {
    width: 100%;
    margin: 2px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    /*a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }*/
  }
  body.news main .topicsList .pdf {
    width: 100px;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
  body.news main .topicsList .pdf .iconPdf {
    padding-left: 14px;
  }
  body.news main .topicsList .pdf .iconPdf::before {
    width: 10px;
    height: 12px;
    top: 0;
  }
}