 /* 見出し */

.fs-p-heading--lv2 {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 3px;
    border-bottom: 2px solid currentColor;
    color: #CB0033;
    font-size: 2rem;
}

 /* ランキングここから */
#ranking1 {
    position: relative;
}

#ranking_page_results {
    position: relative;
}

#ranking_page_relate_result {
    box-sizing: border-box;
    /* clear: both; */
}

.productranking {
    clear: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px;
    box-sizing: border-box;
}

#logrecom_placeholder_rank2 .logrecom_title, #ranking_page_relate_result .logrecom_title {
    width: 100%;
    margin: 5px 0 3px;
    font-size: 100%;
    font-weight: normal;
    border-bottom: 0px solid #cccccc;
    border-left: 5px solid #18a8a3;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: bold;
    word-break: keep-all;
}

.productrank {
    float: none;
    padding: 0;
    width: 20%;
    height: auto;
    flex-basis: 20%;
    max-width: 20%;
    border: rgba(128,128,128,0) 1px solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 32px;
    position: relative;
    box-sizing: border-box;
    transition: 0.2s;
}

.ranking_to_all {
    float: none;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: right;
    font-size: 80%;
    padding: 3px 5px;
    margin: 6px 0px 1px 0px;
}

.productrank .image img {
    margin: auto;
    width: 100%;
    display: block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    opacity: 1.0;
    transition: 0.2s;
}

.productrank a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.productrank .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.productrank .rank img {
    height: 6vw;
    max-height: 50px;
    vertical-align: top;
}

.title {
    font-weight: bold;
}

.category1 {
    margin-bottom: 15px;
}

  /* ランキングここまで */
