/* =========================================================
 print.css
    css for printing
========================================================= */

/* header */
#GHead,
.p-header__nav,
.p-header__spLangSwitcher
{
    display: none;
}

/* footer */
#GFoot{
    display: none;
}

/* トップページのみヘッダーとフッターを表示 */
.page-sitetop #GHead{
    display: block;
}
.page-sitetop #GHead .p-header__inner{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.page-sitetop #GHead .p-globalNav__list,
.page-sitetop #GHead .p-globalNav__inner
{
    display: flex;
}
.page-sitetop #GHead .p-globalNav__list > li{
    padding: 0 5px;
}
.page-sitetop #GHead .p-globalNav__subList > li.-news,
.page-sitetop #GHead .p-globalNav__subList > li.-privacy
{
    display: none !important;
}
.page-sitetop #GHead .p-header{
    position: relative;
}
.page-sitetop #GHead .p-globalNav__children{
    display: none !important;
    opacity: 0 !important;
}
.page-sitetop #GHead .p-header__menuButton{
    display: none !important;
}


.page-sitetop #GFoot{
    display: block;
}
.page-sitetop .p-footer__main{
    display: flex;
    justify-content: space-between;
}