/* CSS Document */
/* ---------------------------------------------------------------------------
//  news-archive
--------------------------------------------------------------------------- */
/*.news-contents{
	max-width: 840px;
	margin: auto;
}*/
.news-archivelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-archivelist::after {
  content: '';
  height: 0;
  order: 10;
  width: calc((100% - 94px) / 3);
}
.news-archivelist-item {
  margin-bottom: 50px;
  width: calc((100% - 94px) / 3);
}
.news-archivelist-item-link {
  display: block;
  transition: .2s;
}
.news-archivelist-item-link:hover {
  opacity: .8;
}
.news-archivelist-item-link-thumb {
  height: 250px;
  margin-bottom: 11px;
  position: relative;
  width: 100%;
}
.news-archivelist-item-link-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-archivelist-item-link-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 7px;
}
.news-archivelist-item-link-tagarea {
  display: flex;
  flex-wrap: wrap;
  left: -5px;
  margin-bottom: 5px;
  position: relative;
  width: calc(100% + 5px);
}
.news-archivelist-item-link-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-height: calc(20 / 13);
  overflow: hidden;
}
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination-list-item {
  margin: 0 5px;
  width: 30px;
}
.pagination-list-item a {
  transition: .2s;
}
.pagination-list-item a:hover {
  opacity: .7;
}
.pagination-list-item .pager {
  align-items: center;
  border: solid 1px #62afc2;
  color: #62afc2;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  line-height: .1;
  width: 30px;
}
.pagination-list-item.current a {
  align-items: center;
  background: #62afc2;
  border: solid 1px #62afc2;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  line-height: .1;
  pointer-events: none;
  width: 30px;
}

.pagination-list-item .next, .pagination-list-item .prev {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  width: 30px;
}
.pagination-list-item .next::before {
  background: url('../img/news/pagenation-next.svg')no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  width: 7px;
}
.pagination-list-item .prev::before {
  background: url('../img/news/pagenation-next.svg')no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  transform: rotate(180deg);
  width: 7px;
}
.cat-linkarea {
  margin-bottom: 30px;
  padding: 0 20px;
}
.cat-linkarea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat-linkarea-list-item {
  width: calc((100% - 10px) / 2);
}
.cat-linkarea-list-item.topics {
  display: none;
}
.cat-linkarea-list-item-link {
  align-items: center;
  border: solid 1px #62afc2;
  display: flex;
  font-size: 14px;
  font-weight: 50;
  height: 45px;
  justify-content: center;
  margin-bottom: 10px;
  transition: .2s;
}
.cat-linkarea-list-item-link:hover {
  opacity: .8;
}
.cat-linkarea-list-item-link.active {
  background: #62afc2;
  color: #fff;
}
.category-news .cat-linkarea-list-item.news .cat-linkarea-list-item-link, .category-event .cat-linkarea-list-item.event .cat-linkarea-list-item-link {
  background: #62afc2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cat-linkarea {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .news-archivelist::after {
    display: none;
  }
  .news-archivelist-item {
    margin-bottom: 26px;
    width: calc((100% - 14px) / 2);
  }
  .news-archivelist-item-link-thumb {
    height: calc((100vw - 54px) / 2);
    margin-bottom: 11px;
    position: relative;
    width: 100%;
  }
  .news-archivelist-item-link-date {
    font-size: 12px;
  }
  .news-archivelist-item-link-title {
    font-size: 12px;
    line-height: calc(18 / 12);
  }
  .pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
/* ---------------------------------------------------------------------------
//  news-single
--------------------------------------------------------------------------- */
.news-head {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.news-head-date {
  color: #9b9b9b;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
}
.news-head-tagarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: -5px;
  margin-bottom: 10px;
  position: relative;
  width: calc(100% + 5px);
}
.news-head-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.news-head-title::after {
  background: #767676;
  content: '';
  display: block;
  height: 1px;
  margin: 25px auto 40px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .news-head-date {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .news-head-title {
    font-size: 18px;
  }
  .news-head-title::after {
    margin: 20px auto 30px;
  }
}
/* ---------------------------------------------------------------------------
//  forPC,forSP
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
