 .p-entry-sns {display: flex; justify-content:center}
 .p-entry-sns__item {
  margin: 0 3px; width:40px;
}
.p-entry-sns img{width:30px;}



.news-detail__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #f8f8f8;
}

.news-detail__sns__icons {
  padding: 13px 40px 0px 40px;
  border-right: solid 1px #dddddd;
}

.news-detail__sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.news-detail__sns__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity, -webkit-transform 0.3s cubic-bezier(0, 1, 0.48, 0.96);
  transition: opacity, -webkit-transform 0.3s cubic-bezier(0, 1, 0.48, 0.96);
  -o-transition: opacity, transform 0.3s cubic-bezier(0, 1, 0.48, 0.96);
  transition: opacity, transform 0.3s cubic-bezier(0, 1, 0.48, 0.96);
  transition: opacity, transform 0.3s cubic-bezier(0, 1, 0.48, 0.96), -webkit-transform 0.3s cubic-bezier(0, 1, 0.48, 0.96);
}
.news-detail__sns__item a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.news-detail__sns__item:not(:first-child) {
  margin-left: 50px;
}

.news-detail__sns__icon {
  text-align: center;
}

.news-detail__sns__icon.-twitter {
  width: 40px;
}

.news-detail__sns__icon.-facebook {
  width: 40px;
}

.news-detail__sns__icon.-line {
  width: 40px;
}

.news-detail__sns__txt {
  margin-top: 7px;
}

.news-detail__sns__txt {
  font-size: 0.85rem;
  font-weight: 500;
}

.news-detail__sns__txt.-twitter {
  color: #4eacea;
}

.news-detail__sns__txt.-facebook {
  color: #3a5998;
}

.news-detail__sns__txt.-line {
  color: #02c300;
}

.news-detail__sns__good {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  padding-left: 80px;
}

.news-detail__sns__good__txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.news-detail__sns__good__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 92px;
  margin-left: 38px;
  overflow: hidden;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .news-detail__sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    padding: 10px 10px;
  }

  .news-detail__sns__icons {
    width: 100%;
    padding: 10px 50px 0px 30px;
    border-right: none;
    border-bottom: solid 1px #dddddd;
  }
  .news-detail__sns__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .news-detail__sns__item:not(:first-child) {
    margin-left: 0px;
  }
  
  .news-detail__sns__icon.-twitter {
    width: 10.981vw;
  }
  .news-detail__sns__icon.-facebook {
    width: 10.28vw;
  }
  .news-detail__sns__icon.-line {
    width: 10.514vw;
  }
  .news-detail__sns__txt {
    margin-top: 7px;
  }
  .news-detail__sns__txt {
    font-size: 3.4666666667vw;
  }
  .news-detail__sns__good {
    padding-left: 0;
    padding-top: 10px;
  }
  .news-detail__sns__good__txt {
    font-size: 1rem;
  }
  .news-detail__sns__good__icon {
    margin-left: 4vw;
    width: 92px;
  }
  }
/*------------------------------------
	header/footer
------------------------------------*/
  
.share_area {
  text-align: center;
  margin: 0px 0 0 0;
}
.share_area ul:before, .share_area ul:after { content: ""; display: table; }
.share_area ul:after { clear: both; }
.share_area ul { list-style-type: none; }
.share_area li {
  float:left;
  margin: 0 2% 0 0;
}
.share_area li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.share_area li:last-child { margin: 0; }


/* Facebook */
.share_area .facebook_btn a { background: #3b579d; }
.share_area .facebook_btn a:hover,
.share_area .facebook_btn a:active{ background: #293d6e; }

/* Twitter */
.share_area .twitter_btn a { background: #55acee; }
.share_area .twitter_btn a:hover,
.share_area .twitter_btn a:active { background: #3c79a7; }

/* LINE */
.share_area .line_btn a { background: #00b900; }
.share_area .line_btn a:hover,
.share_area .line_btn a:active{ background: #008200; }

/* youtube */
.share_area .youtube_btn a { background: #ff0000; }
.share_area .youtube_btn a:hover,
.share_area .youtube_btn a:active{ background: #bb0000; }

/* instagram */
.share_area .instagram_btn a { background: #000; }
.share_area .instagram_btn a:hover,
.share_area .instagram_btn a:active{ background: #212121; }