@charset "UTF-8";
/*お知らせ　第二階層*/
.second.news .inner {
  display: flex;
  justify-content: space-between;
}
/*内容*/
.second.news .contents {
  width: 74%;
  padding: 0;
}
/*サイド*/
.second.news aside {
  width: 20%;
}
.second.news aside .box {
  margin-bottom: 50px;
}
.second.news aside .box:last-child {
  margin-bottom: 0;
}
.second.news aside .box h5 {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.second.news aside .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second.news aside .box ul li a {
  display: block;
  text-decoration: none;
  color: #111;
  padding: 10px 0 12px;
  border-bottom: solid 1px #eee;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.second.news aside .box ul li a:hover {
  opacity: 1;
  color: #e60012;
}
/*一覧ページ*/
.second.news .dl_box {
  margin-bottom: 40px;
}
.second.news .dl_box dl {
  margin: 0;
}
.second.news .dl_box dl a {
  text-decoration: none;
  color: #111;
  padding: 20px 0 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #eee;
}
.second.news .dl_box dl a:hover {
  opacity: 1;
  background-color: #fff;
}
.second.news .dl_box dl dt {
  width: 14%;
  display: flex;
  align-items: center;
}
.second.news .dl_box dl dt.tag {
  width: 12%;
  margin-right: 4%;
  background-color: #e60012;
  color: #fff;
  font-size: 13px;
  padding: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second.news .dl_box dl dd {
  margin: 0;
  width: 60%;
}
/*一覧ページ ページネーション*/
.second.news .pagination h2 {
  display: none;
}
.second.news .pagination {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
}
.second.news .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.second.news .pagination a {
  text-decoration: none;
  color: #111;
}
.second.news .pagination .page-numbers {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  background-color: #111;
}
.second.news .pagination .current {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  background-color: #e60012;
}
.second.news .pagination a.prev.page-numbers, .second.news .pagination a.next.page-numbers {
  width: auto !important;
  height: auto !important;
  color: #111 !important;
}
.second.news .pagination a.page-numbers:hover {
  opacity: 1;
  color: #fff;
  background-color: #111;
}
.second.news .pagination a.prev.page-numbers:hover, .second.news .pagination a.next.page-numbers:hover {
  background: no-repeat;
}
.second.news .pagination .prev, .second.news .pagination .next {
  background: transparent;
  box-shadow: none;
  font-size: 18px;
}
.second.news .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #111;
}
/*投稿ページ*/
.second.news.single article {
  margin-bottom: 40px;
}
.second.news.single article .date {
  display: inline-block;
  font-size: 18px;
  margin: 0 auto 20px;
}
.second.news.single article .tag {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  font-size: 14px;
  padding: 0 0 2px;
  margin: 0 auto 20px 15px;
  position: relative;
  top: -2px;
  width: 100px;
  text-align: center;
}
.second.news.single article h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  color: #e60012;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin: 0 auto 20px;
  text-align: justify;
}
.second.news.single article .content {
  line-height: 24px;
  text-align: justify;
}
.second.news.single article .content a {
  color: #111;
  word-break: break-all;
}
.second.news.single article img {
  max-width: 100%;
  height: auto;
}
/*投稿ページ ページネーション*/
.second.single .pagination02 {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.second.single .pagination02 ul {
  width: 50%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second.single .pagination02 ul li {
  width: 40%;
  margin: 0 4%;
}
.second.single .pagination02 ul li a {
  display: block;
  text-decoration: none;
  color: #e60012;
  border: solid 2px #e60012;
  text-align: center;
  border-radius: 50px;
  padding: 15px 0;
}
.second.single .pagination02 ul li a:hover {
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width:1050px) {
  /*お知らせ　第二階層*/
  .second.news .inner {
    display: block;
    width: 90%;
  }
  /*内容*/
  .second.news .contents {
    width: auto;
    margin-bottom: 50px;
  }
  /*サイド*/
  .second.news aside {
    width: auto;
  }
  .second.news aside .box {
    margin-bottom: 40px;
  }
  .second.news aside .box h5 {
    font-size: 20px;
  }
  .second.news aside .box ul li a {
    padding: 10px 0;
  }
  /*一覧ページ*/
  .second.news .dl_box {
    margin-bottom: 30px;
  }
  .second.news .dl_box dl a {
    padding: 15px 0 12px;
  }
  .second.news .dl_box dl dt {
    width: 100px;
    margin: 0 0 5px;
  }
  .second.news .dl_box dl dt.tag {
    width: 85px;
    margin: 0 0 5px;
  }
  .second.news .dl_box dl dd {
    width: 100%;
  }
  /*一覧ページ ページネーション*/
  .second.news .pagination .page-numbers {
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  /*投稿ページ*/
  .second.news.single article {
    margin-bottom: 30px;
  }
  .second.news.single article .date {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .second.news.single article h3 {
    font-size: 20px;
    line-height: 28px;
  }
  /*投稿ページ ページネーション*/
  .second.single .pagination02 ul {
    width: auto;
  }
}