@charset "utf-8";


#head #menu ul {
flex-wrap: wrap;
display: flex;
justify-content: space-between;
align-items: center;
}


#head #menu li {
width: 33%;
display: block;
margin-bottom: 20px;
}


#head #menu ul:after {
    content: "";
    display: block;
    width: 33%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
