@charset "UTF-8";
/*お知らせ　第二階層*/
.second.news .inner {
  display: flex;
  justify-content: space-between;
}
/*内容*/
.second.news .contents {
  width: 74%;
  padding: 10px 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-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 20px;
}
.second.news aside .box h5:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3d8dcc;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.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 5%;
  border-bottom: dashed 1px #111;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.second.news aside .box ul li a:hover {
  opacity: 1;
  background-color: #fff;
}
/*一覧ページ*/
.second.news .dl_box {
  border-top: dashed 1px #111;
  margin-bottom: 40px;
}
.second.news .dl_box dl {
  margin: 0;
}
.second.news .dl_box dl a {
  text-decoration: none;
  color: #111;
  padding: 20px 5%;
  display: flex;
  align-items: center;
  border-bottom: dashed 1px #111;
}
.second.news .dl_box dl a:hover {
  color: #3d8dcc;
  opacity: 1;
}
.second.news .dl_box dl dt {
  width: 20%;
  display: flex;
  align-items: center;
}
.second.news .dl_box dl dd {
  margin: 0;
  width: 80%;
}
/*一覧ページ ページネーション*/
.second.news .pagination h2 {
  display: none;
}
.second.news .pagination {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  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: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  background-color: #3d8dcc;
}
.second.news .pagination .current {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  background-color: #febe69;
}
.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.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-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}
.second.news .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #111;
}
/*投稿ページ*/
.second.news.single article {
  margin-bottom: 40px;
}
.second.news.single article .date {
  margin: 0 auto 15px;
}
.second.news.single article h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  border-bottom: dashed 1px #111;
  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: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}
.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: #fff;
  padding: 10px 0 11px;
  background-color: #3d8dcc;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width:1050px) {
  /*お知らせ　第二階層*/
  .second.news .inner {
    display: block;
    width: 85%;
  }
  /*内容*/
  .second.news .contents {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  /*サイド*/
  .second.news aside {
    width: auto;
  }
  .second.news aside .box {
    margin-bottom: 40px;
  }
  .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;
    display: block;
  }
  .second.news .dl_box dl dt {
    width: auto;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .second.news .dl_box dl dd {
    width: auto;
  }
  /*一覧ページ ページネーション*/
  .second.news .pagination .page-numbers {
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    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: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  /*投稿ページ ページネーション*/
  .second.single .pagination02 ul {
    width: auto;
  }
}