.article-header-reaction-button-list {
    display: flex;
    margin: 20px 0;
}

.article-header-reaction-button-list button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}

.article-header-reaction-button-list .clicked {
    background-color: #002cbf;
}

.article-header-reaction-button-list .clicked .description span {
    color: #ffffff;
}

.reaction-button-box {
    width: 130px;
    height: 48px;
    margin: 0 5px 0 0;
    padding: 4px 11px 0 7px;
    border-radius: 7px;
    background-color: #fff;
    border: solid 1px #c7c7c7;
    display: flex;
}

.reaction-button-box img {
    width: 33px;
    height: 33px;
    margin: 2px 8px 0 0;
    object-fit: contain;
}

.reaction-button-box .description {
    display: flex;
    flex-flow: column;
}

.reaction-button-box .description .reaction-button-type {
    height: 12px;
    font-family: HiraginoSans-W5;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.48px;
    text-align: left;
    color: #012bb7;
}

.reaction-button-box .description .count {
    width: 80px;
    height: 14px;
    margin: 6px 48px 1px 0;
    font-family: HiraginoSans-W5;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.56px;
    text-align: left;
    color: #012bb7;
}

@media screen and (max-width: 480px) {
    .reaction-button-box {
        width: 110px;
        height: 48px;
        margin: 0 5px 0 0;
        padding: 3px 5px 10px 6px;
        border-radius: 7px;
        background-color: #fff;
        display: flex;
    }

    .reaction-button-box .description .count {
        width: 38px;
        height: 14px;
        margin: 6px 48px 1px 0;
        font-family: HiraginoSans-W5;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 0.56px;
        text-align: left;
        color: #012bb7;
    }

    .reaction-button-i_see {
        width: 100px;
        padding: 3px 6px 10px 6px;
    }

    .reaction-button-good {
        width: 90px;
        padding: 3px 4px 10px 6px;
    }

    .reaction-button-box img {
        width: 25px;
        height: 25px;
        margin: 5px 4px 0 0;
        object-fit: contain;
    }
}
