@charset "UTF-8";

h2.ttl-cmn-01 .outdoors,h2.ttl-cmn-01 .drive,h2.ttl-cmn-01 .subaru-life,h2.ttl-cmn-01 .trivia,
 h2.ttl-cmn-01 .new-car,h2.ttl-cmn-01 .newcar,h2.ttl-cmn-01 .usedcar,h2.ttl-cmn-01 .campaign {
	display: none;
}
.box-rankhd-01 h3,.box-postlisthd-01 h3 {
  background-position: 1% 100%;
  margin-left: 7px;
}
.category-item-col {
  margin-top: 50px;
}
.category-item-the_title {
  font-size: 20px;
  text-align: left;
}
.category-item-content {
  display: flex;
  margin-top: 10px;
}
.category-item-col .item-tag {
  /* background: #f3f3f3; */
  background: #002290;
  color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  /* border: 1px solid #ccc; */
  padding: 5px 8px;
  font-size: 14px;
  margin-right: 20px;
}
.category-item-col .item-tag:last-of-type {
  margin-right: 0;
}
.category-item-col .item-tag:hover {
  background: #003cff;
  color: #333;
  transition: all .4s;
  opacity: .7;
  cursor: pointer;
}
.category-item-col .item-tag a {
  color: #fff;
  text-decoration: none;
}
.category-item-col a:hover {
  color: #e1dcdc;
  text-decoration: none;
  transition: all .4s;
}
.box-rankbdwp-01 {
  padding: 10px 0 0;
}
.box-rankbdwp-01 a {
  display: block;
}
.box-rankbdwp-01 a,.box-rankbdwp-01 a:hover {
  text-decoration: none;
}
.box-rankbdwp-01 .wpp-rank-list li {
  position: relative;
  height: 65px;
  padding: 6px 6px 6px 50px;
  border-bottom: solid 1px #b3d8f9;
}
.box-rankbdwp-01 .wpp-rank-list li:last-child {
  border-bottom: none;
}
.box-rankbdwp-01 .wpp-rank-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 28px;
  transform: translateY(-50%);
  /* background-size: 100% auto; */
}
.box-rankbdwp-01 .wpp-rank-list li:nth-child(1)::after {
  background:url(/shop/img/staffblog/icon-rank-01.svg) no-repeat;
  background-size: contain;
}
.box-rankbdwp-01 .wpp-rank-list li:nth-child(2)::after {
  background:url(/shop/img/staffblog/icon-rank-02.svg) no-repeat;
  background-size: contain;
}
.box-rankbdwp-01 .wpp-rank-list li:nth-child(3)::after {
  background:url(/shop/img/staffblog/icon-rank-03.svg) no-repeat;
  background-size: contain;
}
.box-rankbdwp-01 .wpp-rank-list li:nth-child(4)::after {
  background:url(/shop/img/staffblog/icon-rank-04.svg) no-repeat;
  background-size: contain;
}
.box-rankbdwp-01 .wpp-rank-list li:nth-child(5)::after {
  background:url(/shop/img/staffblog/icon-rank-05.svg) no-repeat;
  background-size: contain;
}
.box-rankbdwp-01 .wpp-thumbnail {
  margin: 0 10px 0 0;
}
.box-rankbdwp-01 .wpp-title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.box-rankbdwp-01 .wpp-date {
  display: inline-block;
  font-size: 12px;
  margin-top: 2px;
}
.box-rankbdwp-01 .wpp-views {
  margin-top: 2px;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .category-item-content {
    flex-wrap: wrap;
  }
  .category-item-col .item-tag {
    margin-right: calc(30/750*100vw);
  }
  .box-rankbdwp-01 .wpp-rank-list li {
    padding: 10px 6px 6px 55px;
  }
}



