/* スマホ縦画面用 */
@media screen and (max-width: 480px) {
    .container{padding:0}
    div[class^="col-"] {padding:0}
    .row {margin:0;}
}

.dvh-100 {
    height: 100dvh;
}

.sys-icon {
    display: inline-block;
    height: 32px;
    padding-left: 40px;
    background: url(/favicon.ico) no-repeat;
    align-items: flex-end;
}

.indicator {
    position: fixed;
    z-index: 1500; /* bootstrapのモーダルが1060のため、それ以上 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indicatorBg {
    width: 100%;
    height: 100%;
    background-color: rgba(90,90,90,0.3);
}

.indicatorWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
