/* setting */
.cat-header {
  margin-bottom: clamp(0.625rem, 0.3398058252rem + 1.213592233vw, 1.25rem);
  text-align: center;
}
.cat-header .post-title {
  display: inline-block;
  position: relative;
  font-size: clamp(1.75rem, 1.5788834951rem + 0.7281553398vw, 2.125rem);
  color: #004680;
  text-align: center;
}
.cat-header .post-title .mark {
  font-size: 120%;
}
.cat-header .post-title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 70%;
  height: 4px;
  margin: auto;
  background: #004680;
}

.archive-ttl {
  margin-bottom: clamp(0.9375rem, 0.5097087379rem + 1.8203883495vw, 1.875rem);
  color: #004680;
  font-size: clamp(1.5rem, 1.3288834951rem + 0.7281553398vw, 1.875rem);
  font-weight: bold;
  text-align: center;
}

#rank {
  border-bottom: 1px solid #0098FF;
  margin-bottom: clamp(1.875rem, 1.0194174757rem + 3.640776699vw, 3.75rem);
  padding-bottom: clamp(1.875rem, 1.0194174757rem + 3.640776699vw, 3.75rem);
}
#rank .post-box {
  margin-bottom: 0;
}
#rank .post-box a {
  margin-bottom: 4px;
  background: #EDF5FB;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px #9ebacf;
          box-shadow: 0px 0px 4px 0px #9ebacf;
}
#rank .post-box .post-thum {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#rank .post-box .post-txt {
  padding: clamp(0.3125rem, 0.1699029126rem + 0.6067961165vw, 0.625rem) clamp(0.9375rem, 0.7949029126rem + 0.6067961165vw, 1.25rem) clamp(0.9375rem, 0.7949029126rem + 0.6067961165vw, 1.25rem);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > * {
  margin: 0 0.5% !important;
  border: 1px solid #004680;
}
.pagination .current {
  background: #004680;
  color: #fff;
}
.pagination a {
  background: #fff;
  color: #004680;
}
.pagination a:hover {
  background: #004680;
  color: #fff;
}

@media screen and (min-width: 991px) {
  #rank .rank-conts {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1200px) {
  #rank .rank-conts {
    padding-left: 0;
    padding-right: 0;
  }
  #rank .rank-conts .post-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}