#akasaka_head{
    display:none;       
}
#subContainer{
    padding:20px;
}
.posi_lang{
    top:0px;
}
.lang_noTop{
    position:absolute;
    right:60px;
}
.selec_lang{
    width:30px;
    height:30px;
    background-size:25px;
    background-position:left 1px;
    margin-top:0;
    color: var(--black22);
    line-height: 24px;
    padding-left:30px;
}
.normal_top,
.rest_wrap{
    position:relative;
}
.normal_top + .tabs{
    margin-bottom:0;
}
.tabs{
    margin-top:20px;
}
.stickyTop{
    position:sticky;
    top:0;
    background:#fff;
    z-index: 9;
    padding-top:20px;
}
.rest_tit{
    margin-bottom:0;
    position:relative;
}
button.pageClose{
    width:20px;
    height:20px;
    background:url(../images/ico-close-thin.svg?v=1) center no-repeat;
    background-size:80%;
    position:absolute;
    right:0px;
    top:4px;
    z-index: 1;
}
button.pageCloseRound{
    opacity: .8;
    width: 30px;
    height: 30px;
    background: #fff url(../images/ico-close-thin.svg?v=1) center no-repeat;
    background-size: 50%;
    position:absolute;
    right:20px;
    top:4px;
    z-index: 2;
    border-radius: 50%;
}
