/* devモードの追加 */
.ec-debugModeAlert {
    background: rgba(255, 0, 0, 0.7);
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    color: white;
    z-index: 9999;
    display: flex;
    font-weight: bold;
}
.ec-debugModeAlert > * {
    margin: auto;
}
.ec-debugModeAlert .ec-debugModeAlert__icon {
    display: inline-block;
    margin-right: 1rem;
    width: 20px;
    height: 20px;
    color: #fff;
    fill: #fff;
    vertical-align: top;
}
.ec-debugModeAlert + * {
    margin-top: 50px;
}
.ec-twoModeAlert + * {
    margin-top: 100px;
}