@charset "UTF-8";
/*----------------------------------------------------
    #ページ内リンクのナビゲーション
----------------------------------------------------*/
.nav-pills.pagelink {
  margin: 30px 0 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .nav-pills.pagelink {
    margin: 15px 0 0;
  }
}
.nav-pills.pagelink .fa-angle-down, .nav-pills.pagelink .fa-chevron-circle-right {
  margin-right: 10px;
  color: #fff;
}
.nav-pills.pagelink li a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nav-pills.pagelink li a:hover {
  background-color: #eee;
  color: #00b05d;
}
.nav-pills.pagelink li a:hover .fa-angle-down, .nav-pills.pagelink li a:hover .fa-chevron-circle-right {
  color: #00b05d;
}
.nav-pills.pagelink li a.pagelink--all:link, .nav-pills.pagelink li a.pagelink--all:visited {
  background-color: #707070;
}
.nav-pills.pagelink li a.pagelink--all:hover {
  background-color: #eee;
  color: #707070;
}
.nav-pills.pagelink li a.pagelink--all.active {
  background-color: #fff;
  border: 2px solid #707070;
  color: #707070;
}
.nav-pills.pagelink li a.pagelink--kakuninkensa:link, .nav-pills.pagelink li a.pagelink--kakuninkensa:visited {
  background-color: #0071bf;
}
.nav-pills.pagelink li a.pagelink--kakuninkensa:hover {
  background-color: #eee;
  color: #0071bf;
}
.nav-pills.pagelink li a.pagelink--kakuninkensa.active {
  background-color: #fff;
  border: 2px solid #0071bf;
  color: #0071bf;
}
.nav-pills.pagelink li a.pagelink--shoene:link, .nav-pills.pagelink li a.pagelink--shoene:visited {
  background-color: #59a948;
}
.nav-pills.pagelink li a.pagelink--shoene:hover {
  background-color: #eee;
  color: #59a948;
}
.nav-pills.pagelink li a.pagelink--shoene.active {
  background-color: #fff;
  border: 2px solid #59a948;
  color: #59a948;
}
.nav-pills.pagelink li a.pagelink--jutakuseino:link, .nav-pills.pagelink li a.pagelink--jutakuseino:visited {
  background-color: #ce5857;
}
.nav-pills.pagelink li a.pagelink--jutakuseino:hover {
  background-color: #eee;
  color: #ce5857;
}
.nav-pills.pagelink li a.pagelink--jutakuseino.active {
  background-color: #fff;
  border: 2px solid #ce5857;
  color: #ce5857;
}
.nav-pills.pagelink li a.pagelink--hyotei:link, .nav-pills.pagelink li a.pagelink--hyotei:visited {
  background-color: #815ab4;
}
.nav-pills.pagelink li a.pagelink--hyotei:hover {
  background-color: #eee;
  color: #815ab4;
}
.nav-pills.pagelink li a.pagelink--hyotei.active {
  background-color: #fff;
  border: 2px solid #815ab4;
  color: #815ab4;
}
.nav-pills.pagelink li a.pagelink--nintei:link, .nav-pills.pagelink li a.pagelink--nintei:visited {
  background-color: #eea041;
}
.nav-pills.pagelink li a.pagelink--nintei:hover {
  background-color: #eee;
  color: #eea041;
}
.nav-pills.pagelink li a.pagelink--nintei.active {
  background-color: #fff;
  border: 2px solid #eea041;
  color: #eea041;
}
.nav-pills.pagelink li a.pagelink--sonota:link, .nav-pills.pagelink li a.pagelink--sonota:visited {
  background-color: #b4866b;
}
.nav-pills.pagelink li a.pagelink--sonota:hover {
  background-color: #eee;
  color: #b4866b;
}
.nav-pills.pagelink li a.pagelink--sonota.active {
  background-color: #fff;
  border: 2px solid #b4866b;
  color: #b4866b;
}
.nav-pills.pagelink .standard a {
  color: #00b05d;
  background-color: #fff !important;
  border: 1px solid #00b05d;
  padding: 9px 15px;
}
.nav-pills.pagelink .standard a:hover {
  color: #00b05d;
}
.nav-pills.pagelink .standard a:hover .fa-angle-down, .nav-pills.pagelink .standard a:hover .fa-chevron-circle-right {
  color: #00b05d;
}

/*----------------------------------------------------
    #アーカイブ（サイドバー）
----------------------------------------------------*/
.catch-up .archive-side {
  background-color: #e3fff2;
  border: 1px solid #dcdcdc;
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .catch-up .archive-side {
    margin: 30px 0 20px;
  }
}
.catch-up .archive-side h2 {
  color: #00b05d;
  font-size: 100%;
}

/*----------------------------------------------------
    #カテゴリーラベル
----------------------------------------------------*/
.main table.catch-up__table td .fa-file-pdf {
  font-size: 1rem !important;
}

.catch-up .catch-up__table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.catch-up .catch-up__table.table__kakuninkensa thead {
  background-color: rgba(0, 113, 191, 0.2);
  color: #0071bf;
}
.catch-up .catch-up__table.table__shoene thead {
  background-color: rgba(89, 169, 72, 0.2);
  color: #59a948;
}
.catch-up .catch-up__table.table__jutakuseino thead {
  background-color: rgba(206, 88, 87, 0.2);
  color: #ce5857;
}
.catch-up .catch-up__table.table__hyotei thead {
  background-color: rgba(129, 90, 180, 0.2);
  color: #815ab4;
}
.catch-up .catch-up__table.table__nintei thead {
  background-color: rgba(238, 160, 65, 0.2);
  color: #eea041;
}
.catch-up .catch-up__table.table__sonota thead {
  background-color: rgba(180, 134, 107, 0.2);
  color: #b4866b;
}
.catch-up .catch-up__table .category {
  background-color: #979797;
  border-radius: 15px;
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  padding: 2px 7px;
  white-space: nowrap;
}
.catch-up .catch-up__table .kakunin {
  background-color: #0071bf;
}
.catch-up .catch-up__table .shoene {
  background-color: #59a948;
}
.catch-up .catch-up__table .jutakuseino {
  background-color: #ce5857;
}
.catch-up .catch-up__table .hyotei {
  background-color: #815ab4;
}
.catch-up .catch-up__table .nintei {
  background-color: #eea041;
}
.catch-up .catch-up__table .sonota {
  background-color: #b4866b;
}
.catch-up .catch-up__table .hokaise {
  background-color: #fff;
  border: 1px solid #d82323;
  color: #d82323;
}

/*----------------------------------------------------
    #フィルター
----------------------------------------------------*/
.filter .all {
  color: #000000;
  border-color: #000000;
}
.filter .all.active:before {
  border-color: #000000 transparent transparent transparent;
}
.filter .hokaise {
  color: #d82323;
  border-color: #d82323;
}
.filter .hokaise.active:before {
  border-color: #d82323 transparent transparent transparent;
}
.filter a {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #333;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #000 transparent transparent transparent;
}

.is-animated {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------
    #検索
----------------------------------------------------*/
.search__newest .search__text {
  color: #fff;
  font-weight: 700;
}
.search__newest .search__block {
  padding: 5px 30px 10px;
}

.archive-side .search__block {
  margin-top: 5px;
  padding: 5px;
}

.search_width {
  width: 100%;
}
