@charset "utf-8";

/* ----- share_sns ----- */
.share_sns {
    position: fixed;
    z-index: 9999;
    display: none;
}

.share_sns .list {
    margin: 0;
}

.share_sns .list > li {
    position: static;
    padding-left: 0;
}

.share_sns .list > li:before {
    content: none;
}

.share_sns .list > li + li {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
.share_sns {
    bottom: 10px;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
    width: 210px;
    box-sizing: border-box;
}

.share_sns > .share_sns_inner_sp > .list {
    background: #fff;
    box-shadow: 0 2px 10px 1px rgba(4, 6, 6, 0.25);
    display: flex;
    justify-content: center;
    border-radius: 30px;
    padding: 8px 10px 8px;
}
.share_sns > .share_sns_inner_sp > .list > li {
    width: 28px;
    margin-right: 33px;
}
.share_sns > .share_sns_inner_sp > .list > li:last-child {
    margin-right: 0;
}

.share_sns .list > li + li {
    margin-top: 0;
}

}

@media only screen and (min-width: 768px) {
.share_sns {
    top: 190px;
    right: 0;
}

.share_sns > .share_sns_inner_pc > .list > .icon > a {
    background: #1877f2;
    display: inline-block;
    padding: 18px 9px 10px;
}

.share_sns > .share_sns_inner_pc > .list > .icon.icon_facebook > a {
    border-top-left-radius: 4px;
}

.share_sns > .share_sns_inner_pc > .list > .icon.icon_twitter > a {
    background: #1da1f2;
}

.share_sns > .share_sns_inner_pc > .list > .icon.icon_line > a {
    background: #00b900;
    border-bottom-left-radius: 4px;
}
}

.share_sns_inner_pc {
    display: block;
}

.share_sns_inner_sp {
    display: none;
}

@media only screen and (max-width: 767px) {
.share_sns_inner_pc {
    display: none;
}
.share_sns_inner_sp {
    display: block;
}

footer.footer {
    padding-bottom: 60px;
}

.gFt2017_footer {
    margin-bottom: 60px;
}

}
