@charset "UTF-8";
/*お知らせ　第二階層*/
.second.news .inner {
  display: flex;
  justify-content: space-between;
}
/*内容*/
.second.news .contents {
  width: 74%;
  padding: 0;
  background-color: #fff;
}
/*サイド*/
.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: 20px;
  font-weight: 600;
  color: #3995c0;
  margin: 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: #000;
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.second.news aside .box ul li a:hover {
  opacity: 1;
  color: #3995c0;
}
/*一覧ページ*/
.second.news .dl_box {
  margin-bottom: 30px;
}
.second.news .dl_box dl {
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.second.news .dl_box dl a {
  color: #000;
}
.second.news .dl_box dl a:hover {
  opacity: 1;
  color: #3995c0;
}
.second.news .dl_box dl dt {
  width: 100px;
  margin: 0;
  font-weight: 500;
}
.second.news .dl_box dl dd {
  width: 90%;
  margin: 0 0 0 5%;
}
/*一覧ページ ページネーション*/
.second.news .pagination h2 {
  display: none;
}
.second.news .pagination {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.second.news .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.second.news .pagination a {
  text-decoration: none;
  color: #fff;
}
.second.news .pagination .page-numbers {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  background-color: #000;
}
.second.news .pagination .current {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1));
  color: #fff;
}
.second.news .pagination a.prev.page-numbers, .second.news .pagination a.next.page-numbers {
  width: auto !important;
  height: auto !important;
  color: #000 !important;
}
.second.news .pagination .prev, .second.news .pagination .next {
  background: transparent;
  box-shadow: none;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}
.second.news .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #000;
}
/*投稿ページ*/
.second.news.single article {
  margin-bottom: 50px;
}
.second.news.single article .date {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #3995c0;
  margin: 0 auto 10px;
}
.second.news.single article h3 {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin: 0 auto 20px !important;
  padding-bottom: 10px !important;
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  position: relative !important;
}
.second.news.single article h3:before {
  content: '' !important;
  background-color: #ccc !important;
  width: 100% !important;
  height: 2.5px !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.second.news.single article h3:after {
  content: '' !important;
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1)) !important;
  width: 20% !important;
  height: 2.5px !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  z-index: 1 !important;
}
.second.news.single article .content {
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.second.news.single article .content a {
  color: #3995c0;
}
.second.news.single article img {
  max-width: 100%;
  height: auto;
}
/*投稿ページ ページネーション*/
.second.single .pagination02 ul {
  width: 60%;
  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%;
  position: relative;
}
.second.single .pagination02 ul li a {
  display: block;
  text-decoration: none;
  color: #3995c0;
  text-align: center;
  padding: 10px 0;
  outline: solid 1px #3995c0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}
.second.single .pagination02 ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #3995c0;
}
@media screen and (max-width:1050px) {
  /*お知らせ　第二階層*/
  .second.news .inner {
    display: block;
  }
  /*内容*/
  .second.news .contents {
    width: auto;
    margin-bottom: 50px;
  }
  /*サイド*/
  .second.news aside {
    width: auto;
  }
  .second.news aside .box h5 {
    font-size: 18px;
  }
  /*一覧ページ*/
  .second.news.single article {
    margin-bottom: 30px;
  }
  .second.news .dl_box dl {
    display: block;
    padding: 15px 0 20px;
  }
  .second.news .dl_box dl dt {
    width: auto;
    margin: 0 auto 5px;
  }
  .second.news .dl_box dl dd {
    width: auto;
    margin: 0;
  }
  .second.news .pagination .page-numbers {
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /*投稿ページ*/
  .second.news.single article h3 {
    font-size: 24px !important;
  }
  /*投稿ページ ページネーション*/
  .second.single .pagination02 ul {
    width: auto;
  }
}