.occStyle{
    margin: 10px 0;
    font-weight: normal;
    font-size: 100%;
}

#occ{
    margin: 10px 0;
}

.occFlex{
    display: flex;
    align-items: center;
}

.containWrap{
    display: flex;
}
.activePoint{
    /* display: flex; */
    /* width: 100%; */
    padding: 1em 1em;
    margin: 1em 0;
    background: #FFF;
    border: solid 3px #ccc;/*線*/
    border-radius: 10px;/*角の丸み*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.activeFlex{
    margin: 0.4em 0;
    display: flex;
    align-items: center;
}
.activeStyle{
    font-size: 120%;
}
.staticElement{
    padding: 0;
}
.sidbarConstruction{
    width: 220px;
}
#activeNode,#activeEdge,#activeLength,#remainingSuffix{
    /* margin:20px 0 5px; */
    align-items: center;
    font-weight: normal;
    font-size: 120%;
}
.staticCanvas{
    margin: 0px;
}
.fixCanvas{
    margin: 0 0 0 246px; /*sidebarの横幅*/
}
.canvasScroll{
    overflow: scroll;
    white-space: nowrap;
}
.buildStyle{
    font-size: 150%;
}
.matchingButton{
	margin: 10px 0 0 0;
    height: 30px;
    
}
.flexTextBox{
    flex-grow: 0;
}
.currentContainer{
    margin: 0 0 10px 0px;
    align-items: flex-end;
    flex-grow: 1;
    overflow-x: scroll;
}
.currentDisplay{
    margin: 0 0 0px 0;
    white-space: nowrap;
}
.currentStyle{
    margin: 0;
}

.flexPatternBox{
    align-items: flex-end;
    display: flex;
}
#sidebar{
    min-width: 246px;
}
canvas{
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
}

@media screen and (max-width:425px) {
    .containWrap{
        display: block;
    }
    
    .staticElement{
        padding: 0;
    }
    .staticCanvas{
        margin: 0px;
    }
    .fixCanvas{
        margin: 336px 0 0 0px;
    }
    canvas{
        display: block;
        max-width: 100%;
        height: auto;
        aspect-ratio: auto;
    }

}