@media (min-width: 768px) {
  .news_archive__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news_archive__category__ttl img {
  height: 9px;
}

@media (min-width: 768px) {
  .news_archive__category__ttl img {
    height: 11px;
  }
}

.news_archive__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-left: -30px;
}

@media (min-width: 768px) {
  .news_archive__category__list {
    margin-top: 0;
    margin-left: 0;
  }
}

.news_archive__category__item {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ccc;
  position: relative;
  margin-left: 30px;
  font-weight: bold;
}

.news_archive__category__item.-active:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: '';
  width: 100%;
  height: 2px;
  background: #ccc;
}

@media (min-width: 768px) {
  .news_archive__category__item {
    font-size: 0.875rem;
    margin-left: 30px;
  }
}

.news_archive__paging {
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.news_archive__paging__item {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-weight: bold;
}

.news_archive__paging__item.-active {
  background: #ccc;
  color: #fff;
  font-weight: bold;
}

.news_archive__list {
  margin-top: 32px;
  border-bottom: 1px solid #ddd;
}

.news_archive__list__item {
  border-top: 1px solid #ddd;
}

.news_archive__list__item a {
  display: block;
  padding: 6px 24px 10px 0px;
  position: relative;
}

@media (min-width: 768px) {
  .news_archive__list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news_archive__list__item a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 8px;
  height: 14px;
  background: url(/assets/img/common/ico/ico_arw_r_g.svg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .news_archive__list__item a:after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 10px;
    height: 17px;
  }
}

@media (min-width: 768px) {
  .news_archive__list__item a:hover:after {
    right: 19px;
  }
}

.news_archive__list__item .date {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  display: inline-block;
  background: #88df9a;
  color: #fff;
  padding: 0 8px;
  border-radius: 13px;
  margin-right: 16px;
  width: 90px;
  text-align: center;
}

@media (min-width: 768px) {
  .news_archive__list__item .date {
    padding: 2px;
    width: 100px;
    font-size: 0.6875rem;
  }
}

.news_archive__list__item .ttl {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .news_archive__list__item .ttl {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 60px;
    font-size: 0.9375rem;
  }
}
