@charset "UTF-8";
.second.news dl {
  margin: 0;
  padding: 25px 0;
  border-top: solid 1px #ccc;
  position: relative;
}
.second.news dl .arrow {
  width: 30px;
  height: 30px;
  background-color: #E8F7FF;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: all .3s;
}
.second.news dl .arrow:before, .second.news dl .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.second.news dl .arrow:before {
  left: 10px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.second.news dl .arrow:after {
  left: 13px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.second.news dl a:hover .arrow {
  right: 20px;
}
.second.news dl a:hover .arrow:before {
  background: #004ea2;
}
.second.news dl a:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
}
.second.news dl:last-child {
  border-bottom: solid 1px #ccc;
}
.second.news dl dt {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  width: 120px;
}
.second.news dl dt.tag {
  display: inline-block;
  vertical-align: middle;
  background-color: #004ea2;
  color: #fff;
  font-size: 10px;
  width: 120px;
  margin-right: 10px;
  text-align: center;
  border-radius: 2px;
}
.second.news dl dd {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.second.news dl dd a {
  color: #000;
}
.second.news dl dd a:hover {
  opacity: 1;
  color: #004ea2;
}
/*アイコン*/
.second.news .new {
  display: inline-block;
  text-decoration: none;
  background-color: #f00;
  padding: 2px 0 1px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  width: 70px;
  margin-right: 10px;
}
.second.news i {
  color: #004ea2;
  margin-left: 10px;
}
/*お知らせ　第二階層*/
/*一覧ページ*/
.second.news .contents {
  width: 75%;
  float: right;
}
/*サイド*/
.second.news aside {
  width: 20%;
  float: left;
}
.second.news aside .box {
  margin-bottom: 40px;
}
.second.news aside .box h5 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.second.news aside .box h5:before {
  width: 14px;
  height: 14px;
  background-color: #004ea2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 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: #000;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.second.news aside .box:nth-child(2) ul li a, .second.news aside .box:nth-child(3) ul li a {
  padding: 10px 0 10px 10px;
}
.second.news aside .box:nth-child(2) ul li a:before, .second.news aside .box:nth-child(3) ul li a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #000;
}
.second.news aside .box ul li a:hover {
  opacity: 1;
  color: #004ea2;
}
/*一覧ページ ページネーション*/
.second.news .contents .pagination h2 {
  display: none;
}
.second.news .contents .pagination {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 50px 0;
  text-align: center;
}
.second.news .contents .pagination a {
  text-decoration: none;
  color: #fff;
}
.second.news .contents .pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  border-radius: 30px;
}
.second.news .contents .pagination .current {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #004ea2;
  color: #fff;
}
.second.news .contents .pagination a.prev.page-numbers, .second.news .contents .pagination a.next.page-numbers {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto !important;
  height: auto !important;
  color: #000 !important;
}
.second.news .contents .pagination .prev, .second.news .contents .pagination .next {
  background: transparent;
  box-shadow: none;
}
.second.news .contents .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #000;
}
/*投稿ページ*/
.second.news.single .date {
  margin: 0;
  font-size: 16px;
}
.second.news.single .contents .tag span {
  display: inline-block;
  vertical-align: middle;
  background-color: #E8F7FF;
  color: #004ea2;
  font-size: 10px;
  line-height: 20px;
  width: 120px;
  text-align: center;
  border-radius: 2px;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
}
.second.news.single .contents .content a {
  color: #004ea2;
}
.second.news.single .contents img {
  max-width: 100%;
  height: auto;
}
/*投稿ページ ページネーション*/
.second.single .pagination02 ul {
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.second.single .pagination02 ul li {
  display: inline-block;
  width: 30%;
  margin: 0 2.5%;
  position: relative;
}
.second.single .pagination02 ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #004ea2;
  background-color: #fff;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
}
.second.single .pagination02 ul li a:hover {
  color: #fff;
  background-color: #3371b5;
  opacity: 1;
}
/*前への矢印*/
.second.single .pagination02 ul li.prev .arrow {
  width: 35px;
  height: 35px;
  background-color: #E8F7FF;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 20px;
  margin: auto;
  transition: all .3s;
}
.second.single .pagination02 ul li.prev .arrow:before, .second.single .pagination02 ul li.prev .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.second.single .pagination02 ul li.prev .arrow:before {
  left: 13px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.second.single .pagination02 ul li.prev .arrow:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-left: 2px solid #004ea2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.second.single .pagination02 ul li.prev:hover .arrow {
  left: 10px;
}
.second.single .pagination02 ul li.prev:hover .arrow:before {
  background: #004ea2;
}
.second.single .pagination02 ul li.prev:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-left: 2px solid #004ea2;
}
/*次への矢印*/
.second.single .pagination02 ul li.next .arrow {
  width: 35px;
  height: 35px;
  background-color: #E8F7FF;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all .3s;
}
.second.single .pagination02 ul li.next .arrow:before, .second.single .pagination02 ul li.next .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.second.single .pagination02 ul li.next .arrow:before {
  left: 12px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.second.single .pagination02 ul li.next .arrow:after {
  left: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.second.single .pagination02 ul li.next:hover .arrow {
  right: 10px;
}
.second.single .pagination02 ul li.next:hover .arrow:before {
  background: #004ea2;
}
.second.single .pagination02 ul li.next:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
}
@media screen and (max-width:1100px) {
  .second.news dl {
    padding: 20px 0;
    font-size: 15px;
  }
  .second.news dl .arrow {
    right: 10px;
  }
  .second.news dl a:hover .arrow {
    right: 0;
  }
  .second.news dl dt.tag {
    width: 100px;
  }
  .second.news dl dd {
    display: block;
    width: 87%;
  }
  /*お知らせ　第二階層*/
  /*サイド*/
  .second.news aside {
    width: 100%;
    float: none;
  }
  .second.news aside .box {
    margin-bottom: 30px;
  }
  /*一覧ページ*/
  .second.news .contents {
    width: 100%;
    float: none;
  }
  .second.news .contents .pagination {
    margin: 30px 0 50px;
  }
  .second.news .contents .pagination .page-numbers {
    margin: 0 1px;
  }
  .second.news.single .contents img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .second.news.single .contents .pagination02 {
    margin: 30px 0;
  }
  /*投稿ページ*/
  .second.news.single h3 .date {
    font-size: 14px;
  }
  /*投稿ページ ページネーション*/
  .second.single .pagination02 ul {
    margin: 30px auto 50px;
  }
  .second.single .pagination02 ul li {
    width: 70%;
    margin: 5px auto;
  }
  .second.single .pagination02 ul li a {
    padding: 12px 0;
    font-size: 15px;
  }
  /*前への矢印*/
  .second.single .pagination02 ul li.prev .arrow {
    width: 30px;
    height: 30px;
  }
  .second.single .pagination02 ul li.prev .arrow:before {
    left: 11px;
  }
  .second.single .pagination02 ul li.prev .arrow:after {
    left: 10px;
  }
  /*次への矢印*/
  .second.single .pagination02 ul li.next .arrow {
    width: 30px;
    height: 30px;
  }
  .second.single .pagination02 ul li.next .arrow:before {
    left: 10px;
  }
  .second.single .pagination02 ul li.next .arrow:after {
    left: 13px;
  }
}