/* siteGuideSP */
#siteGuideSP {
  border-bottom: 1px solid #0A3162;
  margin: 7px 0 0;
  padding: 0 10px;
}
#siteGuideSP li {
  margin: 0 .5rem 7px 0;
}
#siteGuideSP li:not(:last-child)::after {
  color: #999;
  content: " |";
}
#siteGuideSP li:nth-child(4),
#siteGuideSP li:last-child {
  border: none;
}
#siteGuideSP a {
  color: #333;
  text-decoration: none;
}