.subArea .snavi li.ico01 a span:before {
  content: "▶︎";
  position: absolute;
  font-size: 120%;
  top: 0px;
  line-height: 1.5;
  left: 0;
  color: #333;
  font-family: FontAwesome;
}
/* .linkTxt a:before {
  content: "\f061";
  position: absolute;
  font-size: 160%;
  line-height: 1.1;
  margin: 0;
  right: 0;
  color: #333;
  font-family: FontAwesome;
} */
.fa-user:before {
  content: "\f007";
  color: #fff;
  font-size: 1.2em;
}
.fa-caret-down:before{
  padding-right: 0.5rem;
}
