@charset "UTF-8";
* {
  word-break: break-all;
}

.hero {
  padding: 104px 0 108px;
  background: url("../img/newsrelease/ttl_bg.jpg") no-repeat center/cover;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.hero h1 {
  font-weight: bold;
  padding: 40px 32px;
  display: inline-block;
  background-color: #3268ad;
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero {
    padding: 60px 0 100px;
    background: url("../img/newsrelease/sp-ttl_bg.jpg") no-repeat center/cover;
    letter-spacing: 0.1em;
    font-size: clamp(20px, 2.66667vw, 40px);
  }
  .hero h1 {
    padding: 40px 20px;
  }
}

.news {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 220px;
  padding-left: 88px;
}

.news article a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #dcdcdc;
}

.news_left {
  width: 58.33333%;
}

.news_right {
  width: 30.83333%;
}

.news-ttl {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #3268ad;
  font-weight: bold;
}

.news time {
  font-size: 18px;
}

.news-text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.news-text span{
  color: #3268ad;
}
@media screen and (max-width: 1023px) {
  .news {
    margin: 0px auto 60px;
    padding: 0 5.33333vw;
  }
  .news article a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .news_left {
    width: auto;
  }
  .news_right {
    width: 70.4vw;
    margin: 35px auto 0;
  }
  .news-ttl {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.16em;
  }
  .news time {
    font-size: clamp(15px, 4vw, 30px);
  }
  .news-text {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.66667;
  }
}

/*------------------
詳細
-------------------*/
.single-list {
  max-width: 1200px;
  width: 100%;
  margin: 130px auto 220px;
  padding-left: 88px;
  color: #2d2d2d;
}

.single-list .single-ttl {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #3268ad;
  font-weight: bold;
}

.single-list time {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 16px 0 18px;
  font-weight: 500;
}

.single-list p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}

.single-list img {
  display: block;
  width: 70.83333%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .single-list {
    margin: 35px auto 65px;
    padding: 0 5.33333vw;
  }
  .single-list .single-ttl {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.16em;
  }
  .single-list time {
    font-size: clamp(15px, 4vw, 30px);
    padding: 15px 0 15px;
  }
  .single-list p {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.66667;
    padding-bottom: 20px;
  }
  .single-list img {
    width: 100%;
  }
}


/*------------
ページネーション
-------------*/
.pagination{
  margin-top: 130px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination li a, .pagination li span{
  display: inline-block;
  width: 50px;
  height: 60px;
  border: 1px solid #aaaaaa;
  padding-top: 6px;
  color: #4594cf;
  font-size: 25px;
}
.pagination .current span{
  background-color: #4594cf;
  color: white;
}
.single .nav-links{
  margin-top: 130px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.single .nav-links a{
  display: inline-block;
  border: 1px solid #aaaaaa;
  padding-top: 6px;
  color: #4594cf;
  font-size: 25px;
  padding: 10px 28px;
}
