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

.rank-item .item-header h3 {
    font-size: 150%;
    display: flex;
    align-items: center;
}
.rank-item h4:not(.caution-area h4) {
    margin-top: 12px;
    color: #617d98;
    font-size: 130%;
    padding: 0px 12px;
}
.rate {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 21px;
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}
.rank-item .item-score .score {
    padding-left: 5px;
    color: var(--color-pink);
    font-weight: bold;
    font-size: 22px;
}
p.cta {
    color: #ec4899;
    font-weight: bold;
}
a {
    color: #1558d6;
	font-weight:bold;
}
.btn-label {
    padding: 16px 0;
}
#tab-rank .tabs-item {
    line-height: 42px;
    height: 42px;
}
#serach-area {
    display: none;
}