.iw-sns .iw-sns-title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #022017;
  display: inline-block;
  font-size: 44px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-right: 0.4em;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}
.iw-sns .iw-sns-title-ja {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.iw-sns .iw-sns-text {
  color: #888;
}
.iw-sns .iw-sns-icon {
  padding-right: 4px;
}
@media (min-width: 640px) {
  .iw-sns .iw-sns-title-wrap {
    justify-content: flex-start;
  }
  .iw-sns .uk-grid-divider > :not(.uk-first-column)::before {
    border-left: 1px solid #E7F2EF;
    border-right: none;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .iw-sns .iw-sns-title-wrap {
    justify-content: center;
  }
  .iw-sns .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    display: none;
  }
  .iw-sns .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 0 !important;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .iw-sns .iw-sns-title-wrap > div:first-child {
    flex: 1;
    min-width: 1px;
  }
}