@charset "utf-8";

/* bottom */
.jp-cmp-ranking-bottom{}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-wrap{}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl{
  width: 50%;
  margin-top: 10px;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl:nth-of-type(-n+2){
  margin-top: 0;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dt{
  width: 100%;
  font-weight: bold;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dt a{
  color: inherit;
  text-decoration: none;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dd{
  width: 100%;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dd ul{
  display: inline-flex;;
  align-items: center;
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dd ul li{
}
.jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl > dd ul li+li{
  margin-left: 1em;
}

@media screen and (max-width:767px){
  .jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl{
    width: 100%;
  }
  .jp-cmp-ranking-bottom .jp-cmp-ranking-bottom-list dl:nth-of-type(2){
    margin-top: 10px;
  }
}