@charset "UTF-8";
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: 'B!';
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share ul:after {
  display: block;
  clear: both;
  content: '';
}
.share li {
  float: left;
  width: calc(100%/3);
  margin: 0;
  margin-top: 15px;
}
.share li a {
  font-size: 14px;
  display: block;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.share li a:hover {
  opacity: .8;
}
.share li a:visited {
  color: #fff;
}
.tweet a {
  background-color: #1da1f2;
}
.facebooklink a {
  background-color: #1877f2;
}
.line a {
  background-color: #1dcd00;
}
.sns__container {
  display: flex;
}
.sns__container a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  max-width: 180px;
}
.sns__container a:hover {
  opacity: 0.6;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__line {
  background: #1dcd00;
}
@media screen and (max-width:768px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }
  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }
  .facebooklink i, .tweet i, .hatena i {
    display: none;
  }
}