/* SNS共有ボタン */
.snsShare {
    display: flex;
    justify-content: center;
}
.snsShare a:hover{
    background-color: #5b5b5b;
}
.snsShare li {
    display: inline-block;
}
.snsShare li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border-radius: 50%;
    background: #5b5b5b;
}
.snsShare li a .fb_icon {
    width: 35px;
}
.snsShare li a .tw_icon {
    width: 19px;
}
.snsShareText {
    text-align: center;
    font-size: 14px;
    color: #5b5b5b;
}
