#footer_link2 {
    margin-top: 55px;
}
#footer_link2 ul {
    display: flex;
    justify-content: center;
}
#footer_link2 ul li {
    margin: 10px 15px;
    font-weight: 600;
}
#footer_link2 ul li a {
    text-decoration: underline;
}

.page_top_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 80px auto;
}
.page_top_nav li {
    border: solid 1px #028eb9;
    text-align: center;
    color: #028eb9 !important;
    margin: 0 15px 7px 15px;
    background: #fff;
    font-weight: 600;
}
.page_top_nav li a {
    padding: 10px 35px;
    display: block;
    color: #028eb9 !important;
}
.page_top_nav li a:before {
  display: inline-block;
  margin-right: 7px;
  font-family: "Material Icons";
  content: "\e409";
  position: relative;
  top: 2px;
}

@media screen and (max-width: 769px) {
    #footer_link2 ul {
        flex-wrap: wrap;
    }
    #footer_link2 ul li a {
        padding: 10px;
    }
}
@media screen and (max-width: 500px) {
    #footer_address dl dt br {
        display: none;
    }
}