@charset "UTF-8";
/* Scss Document */
body div#wrap article section h5.sns-title {
  text-align: center;
  width: 600px;
  font-size: 1.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin: 60px auto 30px;
  color: #000;
  display: flex;
  align-items: center;
}
body div#wrap article section h5.sns-title:before, body div#wrap article section h5.sns-title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #333;
}
body div#wrap article section h5.sns-title:before {
  margin-right: 1rem;
}
body div#wrap article section h5.sns-title:after {
  margin-left: 1rem;
}
body div#wrap article section ul.sns {
  width: 640px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px auto 10px;
  list-style: none;
  padding: 0px;
}
body div#wrap article section ul.sns a {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
}
body div#wrap article section ul.sns a li {
  background: none;
  text-align: center;
  font-size: 0.74em;
  line-height: 1.2em;
  width: 100px;
  margin: 0;
}
body div#wrap article section ul.sns a li img {
  width: 40px;
  margin-bottom: 20px;
}
body div#wrap article section ul.sns a li img {
  width: 38px;
}

@media screen and (max-width: 480px) {
  body div#wrap article section h5.sns-title {
    font-size: 1em;
    width: 90%;
  }
  body div#wrap article section ul.sns {
    width: 90%;
  }
}
