:root :where(.wp-element-button, .wp-block-button__link) {
    padding: calc(0.2em + 2px) calc(1.333em + 2px);
}
.wp-block-file:not(.wp-element-button) {
    display: flex;
	justify-content: space-between;
}
#header{
	background:#d7efff;
}
.navi{
		background:#1E2A61;
}
#footer
 {
    background: #6d6d6d;
}
.navi-in a:hover
 {
    background-color: #ffffff;
    color: #1E2A61;
}

@media screen and (max-width: 1023px) {
    .navi-in .menu-pc {
        display: flex!important;
        justify-content: space-around;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 834px) {
    .navi-in .menu-pc {
        display: flex!important;
    }
    .navi-in a{
      font-size: 0.75rem!important;
    }
    .navi-in > ul li {
    width: 150px!important;
}
    
}