.c-form-space {
    height: calc(20vh - 60px);
    min-height: 60px;
}
.le-tbs .c-form-space {
    min-height: 0px;
}
#form-area {
    margin: 0px auto;
    max-width: 750px;
    padding: 45px 70px;
    background-color: rgba(255,255,255, 0.9);
    border: 1px solid rgba(160, 160, 159, 1);
    box-shadow: 0px 0px 30px #666666;
    border-radius: 0px !important;
}
.le-tbs #form-area {
    width: 100%;
    margin: -20px 0 10px 0;
    padding: 35px 15px 40px 15px;
    border-top: 1px solid rgba(160, 160, 159, 1);
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}

#form-area.wide {
    max-width: 750px;
}
#form-area.err {
    text-align: left;
    padding: 45px 70px 45px 70px;
}
.le-tbs #form-area.err {
    padding: 55px 50px;
}
#form-area.err .err-title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0,0,0,.72);
}
.le-tbs #form-area.err .err-title {
    font-size: 16px;
}
#form-area.err .err-msg {
    font-size: 16px;
    margin-top: 28px;
}
.le-tbs #form-area.err .err-msg {
    font-size: 14px;
    margin-top: 32px;
}

#top-area {
    position: fixed;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    overflow: hidden;
    z-index: -1;
}
#bg {
    position: fixed;
    top : -10px;
    right : -10px;
    left : -10px;
    bottom : -10px;
    margin: 0px;
    padding: 0px;
    background: url('/imgs/guest/bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: blur(3px);
}
#mask {
    padding: 0px;
    position: absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    bottom : 0px;
    background-color: rgba(245, 245, 233, 0.5);
}
.wrap-msg {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    word-wrap : break-word;
    overflow-wrap : break-word;
    white-space: pre-wrap;
    color: rgba(0, 0, 0, .72) !important;
}
.wrap-msg.c-error {
    margin: 5px 0px 10px 40px;
    font-size: 13px;
    color: rgb(255, 82, 82);
}
.wrap-checkbox.small {
    height: 35px !important;
}
html, body {
    background-color: rgba(0, 0, 0, 0) !important;
}
.application.theme--light {
    background-color: rgba(0, 0, 0, 0);
}
.c-container {
    background-color: rgba(0, 0, 0, 0);
}

.wrap-text.center {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.wrap-text.explain {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap-text .line {
    font-size: 16px;
    margin-top: 10px;
}
.wrap-text .line.large-top-margin {
    margin-top: 20px;
}

.dlg-ttl {
    border-bottom: solid 1px rgba(0,0,0,.12);
    font-size: 20px;
    font-weight: 600;
    padding: 24px !important;
}
.le-tbs .dlg-ttl.v-card__title {
    padding: 16px !important;
}
.dlg-msg {
    padding: 24px !important;
    white-space: pre-wrap;
    max-width: 100%;
    font-size: 16px;
}
.le-tbs .v-dialog .dlg-msg.v-card__text {
    padding: 16px !important;
}
.dlg-btn {
    font-size: 16px;
    margin: 4px !important;
}
.bottom-btn {
    padding-top: 20px;
    text-align: center;
}

.errmsg {
    padding-top: 20px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}
