#pageWrapper{
    width:60%;
    /* overflow: hidden; */
}


#headerMenuFlexPC{
    position:fixed;
    display:block;
    width:16%;
    top:3rem;
    left:0;
    margin:0 2% 0 2%;
    text-align: center;
}

#headerMenuFlexPC div{
    
    padding:.5rem;
    background-color: var(--color_titleBackground);
    border-radius:1rem;
}

#headerMenuFlexPC a{
    margin:.5rem;
}

#whatIsHypnotherapy>.articleBody{
    width:75%;
}

#wih_list{
    grid-template-columns: 1fr 1fr;
}

#wih_list .wlSubTitle:nth-of-type(odd){
    margin-right:1rem;
}
#wih_list .wlSubTitle:nth-of-type(even){
    margin-left:1rem;
}

#headerMenuFlexPC div:hover{
    background-color: var(--color_articleBackGround);
}

#h_menuOpenButton{
    display:none;
}