.sns-block {
  display: flex;
  justify-content: center;
  padding-bottom: 30px !important;
}
.sns-block img {
  width: 40px;
}
.sns-icon {
  flex: 0 0 40%;
  text-align: center;
}
.sns-title {
  text-align: center;
  font-weight: bold;
  margin: 80px auto 25px;
  color: #3668bb;
  font-size: 18px;
}

.info-item {
  width: 85%;
  margin: 0 auto 20px;
  text-align: center;
}
.info-item a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #49c6f6;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 16px;
  vertical-align: middle;
  line-height: 1;
}
.info-item a::after {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  content: "▶";
  background-color: #ffd801;
  color: #709deb;
  font-size: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 0;
  padding-left: 2px;
}

@media only screen and (min-width: 768px) {
  /* PC Layout ◇ */
  .sns-block {
    padding-bottom: 0px !important;
  }
  .sns-icon {
    flex: 0 0 15%;
    text-align: center;
  }

  .info-item {
    margin: 0 auto;
    text-align: right;
  }
  .info-item a {
    margin: -40px 0 20px;
  }
}

/* Tablet Layout ◇ */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .info-item {
    width: 97%;
  }
}
