@charset "UTF-8";

.sns_share{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 3%;
}
.sns_share li{
  list-style: none !important;
}
.sns_share li a{
  display: block;
  width: auto;
}
.sns_share li a img{
  height: 88px;
  width: auto;
}