/* Font Awesomeを使用しています。*/
.shareList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shareList-item {
  width: 30px;
  height: 30px;
  margin: 5px 0 0 5px;
  line-height: 30px;
  text-align: center;
}

.icon {
  display: block;
  color: #fff;
  border-radius: 15px;
}

.icon.icon-twitter {
  background: #55acee;
  color: #ffffff;
}

.icon.icon-facebook {
  background: #3b5998;
  color: #ffffff;
}

.icon.icon-line {
  background: #00C300;
  color: #ffffff;
}