.ul_linkList {
  border-bottom: 1px dotted #aaa;
  box-sizing: border-box;
  padding: 1em;
}
.ul_linkList li::before {
  content: '\f0c1';
  font-family:  "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
  color: #333;
}
.ul_linkList li::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.5em;
    font-weight: 900;
    font-size: 0.75em;
    position: relative;
    bottom: 2px;
    color: #2c4197;
}


@media screen and (max-width: 640px){


	
	
}










