.menu2 {
    background-color: #555;
    margin: 5px 0px 5px 0px;
}

.menu2>ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.menu2>ul>li {
    display: flex;
    align-items: center;
}

.menu2>ul>li:not(:first-child)::before {
    content: '';
    display: inline-block;
    height: 1rem;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
}

.menu2>ul>li>a {
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 12px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 95%;
}

.menu2>ul>li>a:hover {
    text-decoration: none;
    color: #0cf;
}
