/*************************************
アイコンテキストリンク
**************************************/
.text-link {
  padding-left: 12px;
  position: relative;
  font-size: 13px;
}

.text-link:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left: 7px solid #00bcff;
  position: absolute;
  top: 0.55em;
  left: 0;
}

@media screen and (max-width: 768px) {
  .text-link {
    font-size: 12px;
  }
}