html {
    background-color: rgba(244, 249, 251, .25) !important;
}

body {
    padding-bottom: 0;
    background-color: transparent !important;
    font-family: "A1 Gothic M", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#app[v-cloak] {
    visibility: hidden !important;
    min-height: 100vh;
}

.content-page {
    margin-left: 0;
    padding: 30px 15px 65px 15px;
}

.container-confirm label ~ div:not(.editor-quill) {
    background-color: #f4f9fb;
    padding: 0.375rem !important;
    min-height: 35px;
    margin-top: 0.375rem;
}

.container-confirm label + div:not(.editor-quill) {
    margin-top: 0;
}

strong, b {
    font-weight: bold;
}

.form-element-private {
    background: rgba(222, 222, 222, 0.3);
    border-radius: 10px;
}

#loading-lock {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    text-align: center;
    opacity: .5;
}

#loading-lock-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 1024px) {
    #loading-lock-icon img {
        width: 60px;
    }
}