@media screen and (min-width: 768px) {
/* PCTOP右上ログインメニュー位置変更用 */
.fs-l-header__utility *:last-child {
    -ms-grid-row-align: start!important;
    align-self: start!important;
}
}

@media screen and (min-width: 1180px) {
/* PCTOP看板調整用 */
.fs-p-logo__image {
    max-width: 1200px;
    max-height: 190px;
}
}


/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
    border: none!important;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2{
    border-bottom: none!important;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
    border-bottom: none!important;
}