@charset "UTF-8";

img {
    max-width: 100%;
}

.sns-kv{
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .sns-kv {
        max-width: 600px;
    }
}

.sns-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 38px 5%;
    width: 100%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
    .sns-list {
        gap: 38px 0;
        max-width: 380px;
        margin-bottom: 30px;
    }
}

.sns-list * {
    color: #181a19;
}

.sns-list__item {
    width: 47.5%;
}

@media screen and (max-width: 767px) {
    .sns-list__item {
        width: 100%;
    }
}

.sns-list__item .ico {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: calc(30/22);
    margin-bottom: 15px;
}

.sns-list__item .ico span {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.sns-list__item .box {
    display: flex;
    gap: 0 10px;
    padding: 12px 14px;
    background-color: #e6e6e6;
}

.sns-list__item .box .txt {
    width: calc(100% - 125px);
    display: flex;
    flex-direction: column;
}

.sns-list__item .box .txt .name {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
}

.sns-list__item .box .txt .account {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    margin-top: 5px;
}

.sns-list__item .box .txt .link {
    margin-top: auto;
}

.sns-list__item .box .txt .link a {
    display: inline-block;
    font-weight: 500;
    color: #181a19;
    font-size: 1.3rem;
    line-height: 1;
    transition: opacity .15s;
}

.sns-list__item .box .txt .link a:hover {
    opacity: 0.7;
}

.sns-list__item .box .txt .link a::after {
    content: "";
    display: inline-block;
    vertical-align: -.3rem;
    width: 18px;
    height: 18px;
    background: url(/files/user/sns_list/img/ico_follow.svg) no-repeat center / contain;
    margin-left: .8rem;
}

.sns-list__item .box .qr {
    width: 115px;
}