.l-single .main .post .share-list {
  margin-top: 10px;
}

.l-single .main .post .share-list>li {
  margin-right: 10px;
}

.l-single .main .post .share-list>li>a {
  width: 165px;
  height: 44px;
}

.share-list-ttl {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #051024;
}

.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 400px;
  height: 66px;
  margin: 0 auto 30px;
  padding-right: 60px;
  background: url(../img/common/share_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer__sns li {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .l-single .main .post .share-list>li {
    margin-right: 5px;
  }
  
  .l-single .main .post .share-list>li>a {
    width: 98px;
    height: 52px;
  } 
  
  .l-footer__sns {
    width: 335px;
    height: 66px;
    padding-right: 20px;
    background: url(../img/common/share_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}