.b-hp-ranking__list {
    list-style-type: none
}

.b-hp-ranking__top {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.b-hp-ranking__bottom {
    list-style-type: none;
    column-gap: 8%;
    row-gap: 2rem
}

.b-hp-ranking__bottom li {
    position: relative
}

.b-hp-ranking__bottom li:before {
    content: "";
    background: url(../../img/icons/icon-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px
}
.footertext{
	font-size:11px;
	line-height:15px;
	padding:20px 80px 0;
	text-align:center;
}
.b-hp-ranking__bottom li p::first-letter {
    text-transform: uppercase
}

.b-hp-ranking__logo {
    width: 110px;
    height: 110px;
    border-radius: 60px;
    overflow: hidden
}

.b-hp-ranking__logo img {
    width: 100px;
    height: 48px;
    object-fit: contain
}

.b-hp-ranking__rating {
    font-size: 26px
}

.b-hp-ranking__rating::before {
    content: "★";
    font-size: 3rem;
    display: inline-block;
    color: #ffdc04;
    margin-right: .5rem
}

.b-hp-ranking__item {
    background: #fff;
    border-radius: 35px
}

.b-hp-ranking strong {
    color: #00a83f
}