.container .index .en {
  padding-top: 5px;
  color: #233052 !important;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.container .index .jp {
  color: #233052 !important;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 500;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

#special_select {
  margin-bottom: 20px;
}
#special_select select {
  display: block;
  width: 300px;
  height: 31px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  text-indent: .01px;
  background-color: #fff;
  background-image: url("/official/images/sp/icon_select.png");
  background-position: 280px center;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  border: solid 1px #222f53 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#special_links {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px 0 30px 0;
}

#special_links a {
  padding: 0 5px;
  height: 40px;
  line-height: 1.4;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #212e52;
  border: 1px solid #212e52;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

#special_links a.active {
  background-color: #212e52;
  color: #ffffff;
}

#special_links a br {
  @media (min-width: 375px) {
    display: none;
  }
}

#specialBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  margin-bottom: 30px; 
}
#specialBox li {
  width: 100%;
}
#specialBox .specialImg {
  margin-bottom: 12px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
#specialBox .specialImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
#specialBox .iconLink a {
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #233052;
}
#specialBox .iconLink strong {
  display: block;
  margin-bottom: 5px;
  color: #2685c3;
  font-size: 13px;
}

.listPager {
  margin: 20px 0;
}
.listPager .inner {
  position: relative;
  padding: 0 5px 7px 5px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.listPager .page-numbers {
  display: inline-block;
  width: 45px;
  height: 16px;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
}
.listPager .page-numbers.current {
  color: #2685c3;
}
.listPager .page-numbers:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #000;
}
.listPager .prev:before, .listPager .next:before, .listPager .prev + .page-numbers:before, .listPager .next + .page-numbers:before, .listPager .next:before {
  display: none;
}
.listPager .prev, .listPager .next {
  display: block;
  width: 7px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 999px;
  overflow: hidden;
  /* background-image: url(/official/images/sp/arrow_prev.png); */
  background-repeat: no-repeat;
  background-size: 7px 16px;
}
.listPager .next {
  left: auto;
  right: 0;
  /* background-image: url(/official/images/sp/arrow_next.png); */
}

.archiveList {
  margin-top: 20px;
}
.archiveList .archive {
  position: relative;
}
.archiveList .archive span {
  display: block;
  width: 112px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  background-image: url(/sp/images/special/tag/cat_archive.png);
  background-size: 36px 9px;
}
.archiveList .cat {
  border-bottom: solid 1px #bbb;
}
.archiveList .articleItem {
  border-bottom: solid 1px #bbb;
}
.archiveList .articleItem a {
  display: block;
  padding: 8px 7px;
  zoom: 1;
  text-decoration: none;
  background-image: url(/sp/images/common/arrow_blk_rg.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 6px 8px;
}
.archiveList .articleItem a:before, .archiveList .articleItem a:after {
  content: "";
  display: block;
}
.archiveList .articleItem a:after {
  clear: both;
}
.archiveList .articleItem a .img {
  float: left;
  width: 45px;
}
.archiveList .articleItem a .img img {
  width: 100%;
  height: auto;
}
.archiveList .articleItem a .img .noImg {
  height: 45px;
  background-size: 90%;
}
.archiveList .articleItem a .inf {
  margin: 0 18px 0 50px;
}
.archiveList .articleItem a .inf .date {
  font-size: 9px;
  font-family: 'Cabin', sans-serif;
  color: #000;
}
.archiveList .articleItem a .inf .ttl {
  margin-top: 4px;
  color: #000;
  line-height: 1.5;
  font-size: 11px;
  font-weight: bold;
}
.archiveList .viewAll {
  border-bottom: solid 2px #000;
}
.archiveList .viewAll a {
  display: block;
  padding: 15px 12px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background-image: url(/sp/images/special/common/arrow_circle.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  font-size: 13px;
}
