.c-sns-buttons{
    display: flex;
    justify-content: center;
}
.c-sns-buttons a{
    box-shadow: 0 1px 1px 0 #00000066;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.c-sns-buttons a:hover{
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}
.c-sns-buttons_google a{
    color: #0061D2 !important;
    border: 1px solid #0061D2;
    width: 174px;
    height: 44px;
    margin-right: 7px;
    background-color: #FFF;
}
.c-sns-buttons_line a{
    color: #06C755 !important;
    border: 1px solid #06C755;
    width: 174px;
    height: 44px;
    margin-left: 7px;
    background-color: #FFF;
}
.c-sns-buttons_line a::before{
    content: "";
    background-image: url(/img/service/icon_line.png);
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 6px;
}
@media only screen and (max-width: 767px) {
    .c-sns-buttons{
        display: block;
    }
    .c-sns-buttons_google a{
        margin: 0 auto 10px;
    }
    .c-sns-buttons_line a{
        margin: 0 auto;
    }
}