/*--新着情報用SNSシェアボタン--*/
.news_wrapper .section_head {
  position: relative;
}

.news_wrapper .section_head .sns {
  position: absolute;
  bottom: -28px;
  left: 200px;
}

.news_wrapper .section_head .sns p.facebook {
  display: inline-block;
  margin-bottom: 0;
}

.news_wrapper .section_head .sns .facebook a,
.news_wrapper .section_head .sns .twitter a {
  border-bottom: none;
}

.news_wrapper .section_head .sns .facebook a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
  content: "\f09a";
  color: #365899;
  font-size: 40px;
  vertical-align: -9%;
  margin-right: 5px;
}

.news_wrapper .section_head .sns .twitter {
  display: inline-block;
}

.news_wrapper .section_head .sns .twitter a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f099";
  color: #fff;
  background: #1b95e0;
  border-radius: 50px;
  padding: 9px;
  font-size: 20px;
}

.news_wrapper #twitter-widget-0 {
  vertical-align: middle;
}

.news_wrapper #twitter-widget-0 #widget .btn {
  background: none;
  color: #000;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .news_wrapper .section_head .sns {
    bottom: -18px;
    left: 190px;
  }
  .news_wrapper .section_head .sns .facebook a:before {
    font-size: 30px;
  }
  .news_wrapper .section_head .sns .twitter a:before {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .news_wrapper .section_head .sns {
    left: 177px;
  }
  .news_wrapper .section_head .sns .facebook a:before {
    margin-right: 0;
  }
}
