@charset "UTF-8";
#bgImg {
  background: url(../images/bg_index01.png) no-repeat right center, #5a90d0;
}

.btnList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btnList li {
  display: inline-block;
  margin-right: 10px;
}

.btnList li.active a {
  background: #006cff;
}

.btnList a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 160px;
  margin: 0 0 10px 0;
  padding: 10px 0;
  background: #c3d5e7;
  border-radius: 6px;
}

.newsList {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 0 40px;
}

.newsList .box {
  margin-bottom: 36px;
}

.newsList .box > p {
  color: #006cff;
  font-weight: bold;
}

.newsList .box h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.newsList .innerBox .left {
  width: 21%;
  height: 120px;
  margin-right: 4%;
}

.newsList .innerBox .right {
  line-height: 1.9;
  width: 75%;
}

.newsList .innerBox .right span {
  display: block;
  margin-top: 5px;
}

.newsList .innerBox .right span a {
  color: #006cff;
  position: relative;
  padding-left: 10px;
}

.newsList .innerBox .right span a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #006cff;
  border-right: 1px solid #006cff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.newsDetail .eyeCatch {
  margin-bottom: 20px;
}

.newsDetail .eyeCatch img {
  width: 100%;
}

.newsDetail .date {
  color: #006cff;
  font-weight: bold;
}

.newsDetail h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}

.newsDetail .article {
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.newsDetail .pager {
  margin: 50px 0;
}

@media screen and (max-width: 960px) {
  .newsDetail .pager {
    font-size: 12px;
  }
}

.newsDetail .pager .left,
.newsDetail .pager .right {
  color: #006cff;
  font-weight: bold;
  width: 50%;
  height: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .newsDetail .pager .left,
  .newsDetail .pager .right {
    width: 100%;
  }
}

.newsDetail .pager .left:after,
.newsDetail .pager .right:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 14px;
}

.newsDetail .pager .left a,
.newsDetail .pager .right a {
  color: #006cff;
}

.newsDetail .pager .left {
  border: 1px solid #cccccd;
}

.newsDetail .pager .left span {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .newsDetail .pager .left span {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .newsDetail .pager .left span {
    width: 75%;
  }
}

.newsDetail .pager .left:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 100%;
  background: #5a90d0;
  position: absolute;
  top: 0;
  left: -1px;
}

.newsDetail .pager .right {
  text-align: right;
  border: 1px solid #cccccd;
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .newsDetail .pager .right {
    border-top: none;
    border-left: 1px solid #cccccd;
  }
}

.newsDetail .pager .right span {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .newsDetail .pager .right span {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .newsDetail .pager .right span {
    width: 75%;
  }
}

.newsDetail .pager .right:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 100%;
  background: #5a90d0;
  position: absolute;
  top: 0;
  right: -1px;
}

.newsDetail .pager .right:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 14px;
  left: auto;
}

.newsDetail .pager .pagerNone01 {
  border: 0;
  border-right: 1px solid #cccccd;
}

.newsDetail .pager .pagerNone01:before {
  display: none;
}
