@charset "UTF-8";
/* リセット */
#splide-ranking {
  position: relative;
  z-index: 1;
}

.-w-ranking .p-postList__item:before {
  content: attr(data-index);
  font-size: 12px;
  line-height: 2;
  width: 2em;
}

.-w-ranking .p-postList__item[data-index="1"]:before {
  background-color: #f7d305;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#f7bf05), color-stop(#fcea7f), color-stop(#fcd700), color-stop(#f7d305), color-stop(#eaca12), color-stop(#ac9303), color-stop(#f7d305), color-stop(#fcea7f), color-stop(#f7e705), color-stop(#eaca12), to(#f7bf05));
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}

.-w-ranking .p-postList__item[data-index="2"]:before {
  background-color: #a5a5a5;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#a5a5a5), color-stop(#e5e5e5), color-stop(#ae9c9c), color-stop(#a5a5a5), color-stop(#a5a5a5), color-stop(#7f7f7f), color-stop(#a5a5a5), color-stop(#e5e5e5), color-stop(#a5a5a5), color-stop(#a5a5a5), to(#a5a5a5));
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}

.-w-ranking .p-postList__item[data-index="3"]:before {
  background-color: #c47222;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#c46522), color-stop(#e8b27d), color-stop(#d07217), color-stop(#c47222), color-stop(#b9722e), color-stop(#834c17), color-stop(#c47222), color-stop(#e8b27d), color-stop(#c48022), color-stop(#b9722e), to(#c46522));
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}

.list-style {
  height: 150px;
}

.list-style li {
  width: 100%;
  height: 100px;
}

.list-style .splide-thumb-small {
  width: 10%;
}

.list-style .splide-thumb-small + .p-postList__body {
  width: 86%;
}

.list-style .splide-thumb-medium {
  width: 12%;
}

.list-style .splide-thumb-medium + .p-postList__body {
  width: 84%;
}

.list-style .splide-thumb-large {
  width: 15%;
}

.list-style .splide-thumb-large + .p-postList__body {
  width: 81%;
}

.card-style li {
  width: 150px !important;
  max-height: 200px;
  margin-right: 10px;
}
.splide__slide{
  text-align: left !important;
}
.p-postList__title{
  font-size: .7rem;
}
.p-postList__meta{
  display: inline-block;
}
.p-postList__times{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .6rem;
}