/* ============================================
  news
============================================ */

.news_list {
  margin-bottom: 50px;
}

.news_list li {
  vertical-align: middle;
  border-bottom: 1px dashed #ccc;
}

.news_list li a {
  display: block;
  overflow: hidden;
  padding: 20px 5px;
}

.news_list li a:hover .text {
  text-decoration: underline;
}

.news_list li span,
.news_list li p {
  float: left;
  display: inline-block;
}

.news_list li .cat,
.news_list li .date {
  text-align: center;
}

.news_list li .cat {
  width: 85px;
  color: #fff;
}

.news_list li .cat.info {
  background: #f04d4d;
}

.news_list li .cat.release {
  background: #4d92f0;
}

.news_list li .date {
  width: 105px;
  color: #666;
}

.news_list li .text {
  overflow: hidden;
  width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}

/*------- pager ------- */
.pager {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 14px;
}

.pager a,
.pager .current {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.pager .current {
  color: #fff;
  background: #000;
}

.pager a:hover {
  background: #eee;
}

/* ============================================
  news 隧ｳ邏ｰ
============================================ */

.article {
  margin-bottom: 100px;
}

.article_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #e7e7e7;
  padding: 10px 0;
}

.article_ttl .cat {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 85px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
}

.article_ttl .cat.info {
  background: #f04d4d;
}

.article_ttl .cat.release {
  background: #4d92f0;
}

.article .date {
  text-align: right;
  color: #666;
  margin: 5px 0 10px;
}

.articleContents p {
  margin: 20px 0;
  line-height: 2.4;
}

.articleContents img {
  max-width: 100%;
}


@media only screen and (max-width: 750px) {

  /* ============================================
    news 荳隕ｧ
  ============================================ */
  .news_list {
    width: 100%;
  }

  .news_list li .cat {
    font-size: 12px;
  }

  .news_list li .text {
    width: 100%;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }

  .pager {
    margin-top: 40px;
    margin-bottom: 40px;
  }


  /* ============================================
    news 隧ｳ邏ｰ
  ============================================ */
  .article {
    width: 100%;
    margin-bottom: 40px;
  }

  .article_ttl {
    line-height: 1.6;
  }

  .article_ttl .cat {
    display: block;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 5px;
  }
}


/* 250226霑ｽ險� */
.singleNewsBtnWrap01 {
  margin-top: 30px;
  text-align: center;
}

.singleBtn01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #F04D4D;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.singleBtn01::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #F04D4D;
  border-right: solid 2px #F04D4D;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -4px;
}

a.singleBtn01:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

a.singleBtn01:visited {
  color: #F04D4D;
  text-decoration: none;
}

a.singleBtn01:hover {
  background-color: #F04D4D;
  color: #ffffff;
  text-decoration: none;
}