@charset "UTF-8";
/* startup-support.metro.tokyo用　comon.css 調整 */
h1,h2,h3,h4 {
    line-height:1.2;
}

header{
    z-index:10;
}

@media print, screen and (min-width: 768px){
    .pageNav-menu {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}

.pageNav-menu li a {
    display: flex;
    padding: 0.5em;
    justify-content: center;
    min-width: 6em;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    border-bottom: solid 5px #fff;
    word-break: initial;
    height: 100%;
    align-items: center;
}
