.ui-link-more {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
}
.ui-menu-tree-main {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
}
.ui-menu-tree-main .ui-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.ui-menu-tree-main .menu-item:hover > .ui-menu {
    transition: opacity 0.2s linear;
    opacity: 1;
    visibility: visible;
}
.ui-menu-tree-main > .menu-item.menu-item-depth-1 {
    width: auto;
    flex: 1 1 1%;
}
.ui-menu-tree-main .menu-item-depth-1 .menu-item-self {
    display: flex;
    flex: 1 1 auto;
}
.ui-menu-tree-main
    .menu-item-depth-1:nth-last-child(-n + 3)
    .menu-item-depth-2
    .ui-menu-tree {
    left: -11.5em;
}
.ui-menu-tree-main
    .menu-item-depth-1:nth-last-child(-n + 3)
    .menu-item-depth-3
    .ui-menu-tree {
    left: -100%;
} /* メニューが3個以下に減らされた時対策 */
.ui-menu-tree-main
    .menu-item-depth-1:nth-child(-n + 2)
    .menu-item-depth-2
    .ui-menu-tree {
    left: 11.5em;
}
.ui-menu-tree-main
    .menu-item-depth-1:nth-child(-n + 2)
    .menu-item-depth-3
    .ui-menu-tree {
    left: 100%;
}
.ui-menu-tree-main .menu-item-depth-2 {
    border-top: 1px solid #b1d8ef;
    background: #eff7fc;
    border: 1px solid #b1d8ef;
    position: relative;
}
.ui-menu-tree-main .menu-item-depth-2 .ui-link {
    display: flex;
    flex: 1 1 auto;
    padding: 6px;
    justify-content: flex-start;
    text-decoration: none;
}
.ui-menu-tree-main .menu-item-depth-2 .ui-link:hover {
    background: #d8ebf7;
    color: #333;
}
.ui-menu-tree-main .menu-item-depth-2 .ui-menu-tree {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f8f8f8;
    border: 1px solid #ddd;
    width: 11.5em;
}
.ui-menu-tree-main .menu-item-depth-2 .menu-item {
    position: relative;
    padding: 0 6px;
    display: block;
    border-top: 1px dotted #bbb;
}
.ui-menu-tree-main .menu-item-depth-2 .menu-item {
    position: relative;
    padding: 0 6px;
    display: block;
    border-top: 1px dotted #bbb;
}
.ui-menu-tree-main .menu-item-depth-2 .menu-item:first-child {
    border-top: none;
}
.ui-menu-tree-main .menu-item-depth-3 .menu-item-self {
    display: flex;
    flex: 1 1 auto;
}
.ui-menu-tree-main .menu-item-depth-3 .ui-menu-tree {
    width: 100%;
}
.ui-menu-tree-main .menu-item-depth-3 .ui-link {
    position: relative;
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.ui-menu-tree-main .menu-item-depth-3 .ui-link:hover {
    text-decoration: none;
    background-color: transparent;
    color: #327bae;
}
.ui-menu-tree-main .menu-item-depth-3 .ui-link:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #367fbb;
    border-radius: 50%;
    order: -1;
    flex: 0 0 auto;
}
.ui-menu-tree-main .menu-item-depth-3 .ui-link:after {
    content: "";
    width: 0px;
    height: 0px;
    border: solid 10px transparent;
    border-left-color: #fff;
    transform: scale(0.4, 0.3);
    transform-origin: center center;
    order: -1;
    margin-left: -12px;
    flex: 0 0 auto;
}
.block-header-tools {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
}
.block-menu-main {
    display: flex;
}
.block-page-children .menu-item {
    padding: 2px 0;
}
.block-side-banners .ui-banners {
    align-items: center;
}
.block-side-banners .banner-item {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}
.block-side-info {
    display: flex;
    flex-wrap: wrap;
}
.block-side-info .ui-block-side {
    width: 100%;
}
.page .layout-header {
    display: flex;
    flex-direction: row;
    background: #fff;
    filter: none;
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 6px;
}
.page .layout-wrap {
    display: flex;
}
.page .layout-main {
    flex: 1 1 1%;
    margin: 0 20px 30px 0;
}
.page .layout-side {
    flex-direction: column;
    flex: 0 0 270px;
    padding: 0;
    margin: 0;
    border: none;
}
.page .layout-side .block-side-info {
    width: 100%;
}
.page .layout-header,
.page .layout-main_before,
.page .layout-main_after,
.page .layout-wrap,
.page .layout-footer {
    padding-left: calc((100% - 980px) / 2);
    padding-right: calc((100% - 980px) / 2);
}
.page .block-header-tools {
    padding-right: calc((100% - 980px) / 2);
}

.block-menu-reconst {
    margin: 20px 0 0;
}
