.grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.tablink li {
  width: auto;
  color: #000;
  font-weight: bold;
  border-radius: 13px;
}
.article-ranking h2,
.keyVisual__nofixed h1 span.date {
  margin-top: 68px;
  margin-bottom: 43px;
  line-height: 63px;
}
.keyVisual__nofixed h1 span.date,
.article-ranking h2 span.date {
  display: block;
  margin-top: 7px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.article-ranking .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-ranking .author time {
  position: unset;
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.article-ranking .author span {
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  color: #666666;
}
.article-ranking .sectionBody__pc-980 > ul.btn:last-of-type {
  padding: 0;
}
.article-ranking .btn li a {
  margin: 60px auto 80px;
}
.listLayout {
  margin: 0 auto;
  padding-top: 0px;
}
.listLayout > li {
  padding-left: 68px;
  margin-bottom: 0px;
}
.listLayout > li:before {
  left: 0;
  top: calc(50% - 20px);
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #666666;
  border: 2px solid #666666;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  display: flex;
}
.listLayout > li:first-of-type::before {
  height: 34px;
  background: url("/ranking/images/crown.svg") no-repeat center;
  background-size: contain;
  border-radius: unset;
  padding-top: 8px;
  color: #ffffff;
  border: none;
}
.listLayout > li:nth-of-type(2):before,
.listLayout > li:nth-of-type(3):before {
  color: #ffffff;
  background-color: #666666;
}
.listLayout > li:not(:first-of-type) {
  border-top: 1px solid #d4d4d4;
}
.listLayout > li a {
  text-decoration: none;
  align-items: center;
  color: #000000;
  padding-right: 48px;
}
.listLayout > li a:hover {
  color: #169aff;
}
.listLayout > li:not(:first-of-type) a {
  padding-top: 28px;
}
.listLayout > li:not(:last-of-type) a {
  padding-bottom: 28px;
}
.listLayout > li a p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 7px;
}
.listLayout > li .image {
  align-items: center;
  width: 206px;
  height: 103px;
  margin-right: 28px;
}
.listLayout > li .image.no-image {
    background: url(/shared/svg/icons_logo.svg) center center no-repeat;
    border: 1px solid #d4d4d4;
}
@media screen and (min-width: 757px), print {
	.listLayout > li .image.no-image {
	    background-size: 33px 49px;
	}
}
@media screen and (max-width: 756px) {
	.listLayout > li .image.no-image {
		background-size: auto 47.5px;
	}
}
.listLayout .tablink {
  margin-bottom: 5px;
  padding: 0;
}
.listLayout .tablink li {
  padding: 3px 15px 2px;
  margin: 0 8px 7px 0;
  border-radius: 13px;
  display: inline-block;
  background-color: #edead7;

  font-size: 12px;
}
.listLayout > li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 0;
  background-image: url('/shared/svg/icons_link_f0f0f0.svg');
  z-index: 1;
}
.listLayout > li a:hover::after {
  -webkit-animation: crossfadeIn 0.25s linear 0s 1 forwards;
  -ms-transition: crossfadeIn 0.25s linear 0s 1 forwards;
  animation: crossfadeIn 0.25s linear 0s 1 forwards;
}
.listLayout > li a:hover::after {
  background-image: url('/shared/svg/icons_link_hover.svg');
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 769px) {
  .article-ranking h2 {
    font-size: 32px;
    line-height: 135%;
    margin-top: 71px;
    margin-bottom: 37px;
  }
  .article-ranking h2 span.date {
    margin-top: 12px;
  }
  .article-ranking .author {
    flex-direction: column;
    align-items: baseline;
  }
  .article-ranking .author time {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .article-ranking .author span {
    font-size: 9px;
  }
  .article-ranking .btn li a {
    margin: 40px auto 80px;
  }
  .article-ranking
    .bodyAreaBg
    > .sectionBody__sp
    > .btn:last-of-type:last-child {
    margin-bottom: 80px;
  }
  .listLayout > li {
    padding-left: 0;
  }
  .listLayout > li::before {
    left: -7px;
    top: calc(50% - 12px - 48.5px);
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .listLayout > li:first-of-type::before {
    height: 25.5px;
    top: calc(50% - 21px - 48.5px);
  }
  .listLayout > li:last-of-type::before {
    top: calc(50% - 52.5px);
  }

  .listLayout > li .image {
    width: 97px;
    height: 97px;
    margin-right: 15px;
  }
  .listLayout > li .image img {
    height: 97px;
  }
  .listLayout > li a {
    padding-right: 36px;
  }
  .listLayout > li:not(:first-of-type) a {
    padding-top: 20px;
  }
  .listLayout > li:not(:last-of-type) a {
    padding-bottom: 16px;
  }
  .listLayout > li a p {
    font-size: 14px;
  }
  .listLayout .tablink li {
    margin: 0 5px 5px 0;
    padding: 1px 11px 2px;
    border-radius: 10px;
    font-weight: bold;
    border-top: 0;
    font-size: 10px;
  }
}

@keyframes crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
