@charset "UTF-8";
/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.second .newsList {
  max-width: 980px;
  width: 90%;
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .second .newsList {
    max-width: 100vw;
    width: 100vw;
    padding: 0 5% 20vw;
  }
}
.second .newsList ul {
  border-top: solid 1px #D5D5D5;
  padding-bottom: 4em;
}
.second .newsList ul li {
  border-bottom: solid 1px #D5D5D5;
  padding: 0;
}
.second .newsList ul li a {
  display: flex;
  color: #221E1D;
  position: relative;
  padding: 1.5em 2em 1.5em 0.5em;
  transition: 0.5s;
}
.second .newsList ul li a p {
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
}
.second .newsList ul li a p.date {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  white-space: nowrap;
  padding-right: 1em;
  letter-spacing: 0;
}
.second .newsList ul li a p.date em {
  font-style: normal;
  width: 2.5em;
  display: inline-block;
  text-align: right;
}
.second .newsList ul li a p.date em::after {
  content: ".";
}
.second .newsList ul li a p.date em:nth-of-type(2) {
  width: 1.5em;
}
.second .newsList ul li a p.date em:nth-of-type(3) {
  width: 1.1em;
}
.second .newsList ul li a p.date em:nth-of-type(3)::after {
  content: "";
}
.second .newsList ul li a p.cat {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  color: #59AAD3;
  height: 22px;
  font-weight: 500;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0;
  border: 1px solid #59AAD3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: 0.3em;
  transition: 0.5s;
}
.second .newsList ul li a p.txt {
  padding-left: 1em;
  padding-right: 1.5em;
}
.second .newsList ul li a p.txt span {
  font-size: 16px;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  color: #221E1D; /* 文字色 */
  background-image: linear-gradient(90deg, #247090, #247090); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  transition: background-size 0.5s; /* 線を伸ばすアニメーション実行時間を指定 */
  text-align: justify;
}
@media (max-width: 1024px) {
  .second .newsList ul li a p.txt {
    width: 100%;
  }
}
.second .newsList ul li a p::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #221E1D;
  border-right: 0;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .second .newsList ul li a {
    display: block;
    padding: 1em 0;
  }
  .second .newsList ul li a p.date {
    display: block;
    float: left;
  }
  .second .newsList ul li a p.cat {
    float: left;
  }
  .second .newsList ul li a p.txt {
    width: 100%;
    padding: 1em 0;
  }
  .second .newsList ul li a p::after {
    display: none;
  }
}
.second .newsList ul li a:hover {
  color: #247090;
}
.second .newsList ul li a:hover p.cat {
  color: #fff;
  background-color: #247090;
  border-color: #247090;
}
.second .newsList ul li a:hover p.txt span {
  color: #247090;
  background-size: 100% 1px;
}
.second .newsList ul li a:hover p::after {
  border-left: 8px solid #247090;
}
.second .newsList .paginate {
  width: 90%;
  max-width: 980px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  display: inline-block;
  color: #221E1D;
}
.second .newsList .paginate .page-numbers {
  width: 40px;
  display: inline-block;
  font-size: 24px;
  line-height: 40px;
}
.second .newsList .paginate a.page-numbers {
  transition: 0.5s;
}
.second .newsList .paginate a.page-numbers:hover {
  color: #59AAD3;
}
.second .newsList .paginate .current {
  color: #fff;
  position: relative;
}
.second .newsList .paginate .current::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #247090;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.second .newsList .paginate .prev, .second .newsList .paginate .next {
  position: relative;
}
.second .newsList .paginate .prev::after, .second .newsList .paginate .next::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: 0.5s;
}
.second .newsList .paginate .prev::after {
  left: 12px;
  border-right: 12px solid #221E1D;
  border-left: 0;
}
.second .newsList .paginate .prev:hover::after {
  border-right: 12px solid #59AAD3;
}
.second .newsList .paginate .next::after {
  right: 12px;
  border-left: 12px solid #221E1D;
  border-right: 0;
}
.second .newsList .paginate .next:hover::after {
  border-left: 12px solid #59AAD3;
}/*# sourceMappingURL=newslist.css.map */