
.share {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-sns {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-sns-item {
  width: 16%;
  margin: 4%;
  line-height: 0;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .share {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .share-sns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .share-sns-item {
    width: 10%;
    margin: 0 1rem;
  }
}
