@charset "utf-8";

#nav1:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #nav1 ul li {
    text-align: center;
  }
  #nav1 li.on a {
    font-weight: 600;
    border-bottom: 2px solid #365fbb;
    color: #365fbb;
  }
}
