@charset "utf-8";
/* CSS Document */

.rank-item {
    max-height: 360px;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none !important;
}

.rank-item li {
    border-bottom: 1px solid #777;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

/*.rank-item li:nth-child(5),.rank-item li:last-child {*/
    /*border-bottom: 0;*/
    /*padding-bottom: 0;*/
    /*margin-bottom: 0;*/
/*}*/

.rank-item > p{
    text-align: right;
    font-size: small;
}

.rank-more-btn-cover{
    text-align: right;
}

.rank-more-btn{
    text-align: right;
    font-size: small;
}

.review-wrap dl dd .review-txt {
    letter-spacing: 0;
    height: 134px;
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: space-between;
}


@media (max-width: 780px){

.rank-item{
    max-height: none;
}

.rank-item > p {
    text-align: center;
}

.rank-item li:nth-child(6),.rank-item li:nth-child(7),.rank-item li:nth-child(8),.rank-item li:nth-child(9),.rank-item li:nth-child(10) {
    display: none;
}

    .review-wrap dl dd .review-txt {
   height: auto;
}
.review-wrap dl dd .review-txt{
  padding-top: 14px;
}
}
