@charset "UTF-8";
.sns_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sns_wrap > .sns_icon {
  display: inline-block;
  width: 3em;
}
.sns_wrap > .sns_x {
  width: 2.5em;
}

@media only screen and (min-width: 768px) {
  #wrapper .contents.page_index {
    margin-bottom: 0;
  }
  .sns_wrap {
    margin-top: 3.125em;
  }
  .sns_wrap.-sp {
    display: none !important;
    /* padding-left: 22.22222%; */
  }
}

@media only screen and (max-width: 767px) {
  .sns_wrap.-pc {
    display: none !important;
  }
}