/*ヘルプページ用*/
.page{
}
    .page > .header{
        display:flex;
        flex-direction:row;
        align-items:center;
        flex-wrap:wrap;
        justify-content:space-between;
        /* margin-bottom:20px; */
    }
        .page > .header img{
            position:relative;
            top:2px;
        }
        .page > .header div{
            color:var(--accentColor);
            margin:10px 20px 0 0;
            font-size:25px;
        }
.example{
}
    .example dt{
        margin-left:-2em;
    }
    .example dd{
        margin-left:1em;
        margin-top:-1.5em;
        margin-bottom:10px;
    }
        .example dd > *:first-child{
            margin-top:0px;
        }
        .example dd > *:last-child{
            margin-bottom:0px;
        }
