.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.bk-color-default {background-color: #F7F5F0;}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    display: block;
}

html, body {
    height: 100%;
    background-color: #F7F5F0;
    overflow: hidden;
    word-break: normal;
    padding: 0;
    margin: 0;
}

.noscript-top {
    min-height: 35vh;
    width: 100%;
    position: relative;
    text-align: center;
}

img.noscript-logo {
    width: 120px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.noscript-maintenance {
    min-height: 25vh;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.noscript-maintenance-text {
    color: #DE643F;
    font-size: 18px;
    font-weight: 800;
    white-space: pre-line;
    min-height: 8vh;
    font-family: Hiragino Kaku Gothic ProN;
}

.noscript-maintenance-message {
    color: #646464;
    font-size: 14px;
    white-space: pre-line;
    min-height: 8vh;
    font-family: Hiragino Kaku Gothic ProN;
}

.noscript-bottom {
    height: 20vh;
    padding: 0 20px;
    text-align: left;
}

.noscript-bottom-text > span {
    color: #646464;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: Hiragino Kaku Gothic ProN;
}

.noscript-bottom-corporate-text {
    text-align: right;
    color: #646464;
    font-size: 11px;
    line-height: 20px;
    font-family: "Noto Sans CJK JP",sans-serif;
}