.sns {
  margin-bottom: 12px;
}

.share ul {
  height: auto;
  margin: 10px 0;
  padding: 0;
}

.share ul::after {
  content: "";
  display: block;
  clear: both;
}

.share li {
  padding: 0;
  float: left;
  text-align: center;
  width: 80px;
  margin-right: 5px;
  margin-bottom: 8px;
  list-style: none;
  border: none;
}

.share li img {
  width: 15%;
  height: 15%;
  align-self: center;
  margin: 1px 10px 0 7px;
}

.share a {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  padding: 1px 0;
}

.share a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #315096;
}

.facebook a {
  background-color: #315096;
}

.facebook a:hover {
  background: #4c70ba;
}

.tweet a {
  background-color: #55acee;
}

.tweet a:hover {
  background: #83c3f3;
}

