.c-ranking__items {
  counter-reset: rank;
}
.c-ranking__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.c-ranking__item a {
  font-size: 12px;
  line-height: 1.4;
}
.c-ranking__item::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e9edf0;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: center;
  content: counter(rank);
  counter-increment: rank;
}
.c-ranking__item:nth-child(1)::before, .c-ranking__item:nth-child(2)::before, .c-ranking__item:nth-child(3)::before {
  border: 1px solid #5c62f6;
  background-color: #5c62f6;
  color: #fff;
}

.pg-archive.main-wrapper {
  margin-bottom: 60px;
  padding-inline: 20px !important;
}
@media screen and (min-width: 60.0625em) {
  .pg-archive.main-wrapper {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 60.0625em) {
  .pg-archive {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 60.0625em) {
  .pg-archive__content {
    width: calc(100% - 320px);
  }
}
.pg-archive__sidebar {
  display: none;
}
@media screen and (min-width: 60.0625em) {
  .pg-archive__sidebar {
    display: block;
    width: 280px;
    margin-top: 36px;
  }
}
.pg-archive__header h1 {
  font-weight: bold;
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__header h1 {
    font-size: 2.4rem;
  }
}
.pg-archive__article-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 60.0625em) {
  .pg-archive__article-inner {
    gap: 32px;
  }
}
.pg-archive__article-image {
  width: 160px;
  transition: 0.4s;
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-image {
    width: 175px;
  }
}
.pg-archive__article-image img {
  width: 100%;
  height: auto;
}
.pg-archive__article-info {
  width: calc(100% - 180px);
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-info {
    width: calc(100% - 195px);
  }
}
.pg-archive__article-info .entry-title {
  font-size: 1.6rem;
  transition: 0.4s;
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-info .entry-title {
    font-size: 2.3rem;
  }
}
.pg-archive__article-credit {
  margin: 0;
  line-height: 1.2;
}
.pg-archive__article-credit span.date {
  font-size: 1.2rem;
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-credit span.date {
    font-size: 1.4rem;
  }
}
.pg-archive__article-credit span.author {
  font-size: 1.2rem;
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-credit span.author {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .pg-archive__article-date {
    display: block;
  }
}
@media screen and (min-width: 48.0625em) {
  .pg-archive__article-date {
    margin-right: 8px;
  }
}
.pg-archive__article a:hover .pg-archive__article-image {
  opacity: 0.7;
}
.pg-archive__article a:hover .pg-archive__article-info .entry-title {
  color: #4065ff;
}
.pg-archive__pagination {
  margin: 40px 0;
  text-align: center;
}