.sns {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.sns>a {
    width: calc(100%/3);
    text-align: center;
    position: relative;
}


.snsImo {
    height: 38px;
}

.sns>a::after {
    position: absolute;
    top: 10rem;
    right: 0;
    content: '|';
    color: #c7c7c7;
}

.sns>a:last-child::after {
    position: absolute;
    top: 10rem;
    right: 0;
    content: '';
}

.sns i {
    font-size: 24rem !important;
}

.sns img {
    height: 25rem;
    width: auto;
}