@charset "utf-8";
/*----------------------------------------------------


    File Name: vsc.css
    Style Info: 申請受付サイト共通


----------------------------------------------------*/
.search_list_scroll_x {
    overflow-x: auto;
    margin: 10px auto 0;
}

#loading-application {
    z-index : 999;
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-application.back_opacity {
    background-color: #fff;
    opacity: 0.9;
}

#loading-application.back_rgba {
    background-color: rgba(255, 255, 255, 0.9);
}

#loading-application .loadingMsg {
    padding-top: 140px;
    background: url('../css/images/guruguru.gif') center center no-repeat;
}

.ui-datepicker button {
    border: none;
    cursor: pointer;
    width: 100%;
}

.ui-state-default {
    background-color: #0c5ebf !important;
    height: 40px;
    text-align: right;
}

.ui-datepicker-days-cell-over {
    outline: 2px solid #ff0000;
    outline-offset: -2px;
    border-radius: 3px;
}

.icon-open {
    background-color: #329e32;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 13px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 13px;
}

.icon-open:after {
    border: solid 2px #fff;
    border-left: 0;
    border-top: 0;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%,-60%) rotate(45deg);
    -ms-transform: translate(-50%,-60%) rotate(45deg);
    -webkit-transform: translate(-50%,-60%) rotate(45deg);
    transform: translate(-50%,-60%) rotate(45deg);
    width: 4px;
}

.icon-close {
    background: #ce0000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 12px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 12px;
}

.icon-close:before,
.icon-close:after {
    background: #fff;
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    left: 50%;
    top: 50%;
    width: 8px;
}

.icon-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-calendar-readonly {
    border: 1px solid #c5c5c5;
    cursor: default;
    pointer-events: none;
}

.ui-calendar-readonly[disabled] {
    background-color: #0c5ebf !important;
}

.holiday .ui-calendar-readonly {
    background-color: #ffecec !important;
    color: #d00 !important;
}

.alertError {
    color: #CC0000;
    outline: 0;
}

#sc-vsc-01000106 .contentsInner, #sc-vsc-06000106 .contentsInner {
    padding: 40px 0 40px 0;
    background-color: #f7f7f7;
}

#sc-vsc-01000106 .contentsInner h2, #sc-vsc-06000106 .contentsInner h2{
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #0495a6;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.5px;
    font-weight: bold;
    border-left: none;
}

#sc-vsc-01000106 .mfa_input, #sc-vsc-06000106 .mfa_input {
    text-align: center;
    font-size: 3rem;
    height: 3rem;
    letter-spacing: 0.7rem;
}

#sc-vsc-01000106 .btn_mfa, #sc-vsc-06000106 .btn_mfa {
    text-align: center !important;
    display: block !important;
}

#sc-vsc-01000201 .box_inner .ui-widget.ui-widget-content {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    width: 100% !important;
}

/* Datepicker横2列表示 */
#sc-vsc-01000201 .box_inner .ui-datepicker-multi .ui-datepicker-group {
    width: 48%;
    margin: 0 10px;
}

#sc-vsc-01000201 .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2) {
    margin: 0 0.5%;
}

#sc-vsc-01000201 .ui-state-default, #sc-vsc-01000201 .ui-widget-content .ui-state-default, .bc_eigyo {
    background-color: #0c5ebf;
    color: #fff;
}

#sc-vsc-01000201 td.holiday a.ui-state-default, .bc_kyukan {
    background-color: #ffecec;
    color: #f00 !important;
}

#sc-vsc-01000201 .ui-datepicker th {
    padding: 0 .3em;
}

#sc-vsc-01000202 .box_inner .ui-widget.ui-widget-content, #sc-vsc-06000202 .box_inner .ui-widget.ui-widget-content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    width: 100% !important;
}

#sc-vsc-01000202 .box_inner .ui-datepicker-multi .ui-datepicker-group, #sc-vsc-06000202 .box_inner .ui-datepicker-multi .ui-datepicker-group {
    width: 33%;
}

#sc-vsc-01000202 .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2), #sc-vsc-06000202 .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2) {
    margin: 0 0.4%;
}

#sc-vsc-01000202 .ui-state-default, .ui-widget-content .ui-state-default, .bc_eigyo, #sc-vsc-06000202 .ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #0c5ebf;
    color: #fff;
}

#sc-vsc-01000202 td.holiday a.ui-state-default, .bc_kyukan, #sc-vsc-06000202 td.holiday a.ui-state-default {
    background-color: #ffecec;
    color: #d00 !important;
}

#sc-vsc-01000202, #sc-vsc-06000202 @media screen and (max-width: 768px) {
    #datepicker {
        width: 100% !important;
    }
    .box_inner .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }
    .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2) {
        margin: 0 auto;
    }
}

#sc-vsc-08000103 .disclaimer {
    margin: 1em 0;
}

#sc-vsc-08000103 .disclaimer_check {
    margin: 1em 0;
}

#sc-vsc-99000201 input {
    text-align: center;
    font-size: 3rem;
    height: 4rem;
    letter-spacing: 0.5rem;
}

#sc-vsc-99000201 h2 {
    color: #0495a6;
}

#sc-vsc-99000201 .icon_help {
    font-size: 1rem;
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
}


.disable_border_top {
     border-top: none;
}

.bc_pink {
    background:#ffadd6 !important;
}

.bc_yellow {
    background:#ffff80 !important;
}

.vsc_textarea {
    font-size: 22px;
}

@media screen and (max-width: 1000px) {
    #sc-vsc-01000202 .box_inner .ui-datepicker-multi .ui-datepicker-group, #sc-vsc-06000202 .box_inner .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }

    #sc-vsc-01000202 .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2), #sc-vsc-06000202 .box_inner .ui-datepicker-multi .ui-datepicker-group:nth-child(3n+2) {
        margin: 0 0.5%;
    }
}

/* smartPhone */
@media screen and (max-width: 768px) {

    #sc-vsc-01000106 .mfa_form_inner,#sc-vsc-06000106 .mfa_form_inner {
        border-top: none;
        margin: auto;
    }

    #sc-vsc-01000106 .left_mfa_form,#sc-vsc-06000106 .left_mfa_form {
        background-color: white !important;
        display: block;
        padding-bottom: 5px;
    }
    #sc-vsc-01000106 .right_mfa_form,#sc-vsc-06000106 .right_mfa_form {
        display: block;
    }

    #sc-vsc-01000106 .mfa_input, #sc-vsc-06000106 .mfa_input {
        text-align: center;
        font-size: 3rem;
        height: 4rem;
        letter-spacing: 0.5rem;
    }

    .notification h2 {
        font-size: 120% !important;
    }

    /* Datepicker縦2行表示 */
    #sc-vsc-01000201 .box_inner .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
        margin: 10px 0;
    }
    .notification_cell_right {
       margin-top:-40px;
    }
    .notification_header_image {
        width: 20%;
        height: 20%;
    }

    /* 発給通知書ログイン画面 */
    #sc-vsc-99000201 input {
        font-size: 2rem;
    }
}

/* 顔切出し用mordal画面 */
#face-trim-background {
    z-index : 798;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

#face-trim-modal {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index : 799;
    width:90%;
    height:90%;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    overflow-y:scroll;
    overflow-x:hidden;
    text-align: left;
}

#face-trim-modal .notice {
    margin: 1em 0;
}

/* セルリサイズ */
.ellipsis .search_list_resize td{
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis .search_list_resize.no-omit-table th,
.ellipsis .search_list_resize.no-omit-table td {
    white-space: normal !important;
    padding: 4px !important;
}

/* セルリサイズ（フォントサイズ縮小用） */
.ellipsis .search_list_resize .font_size_small{
    font-size: 14px;
    max-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* セルリサイズ（申請ステータス用） */
.ellipsis .search_list_resize .font_size_small_status{
    font-size: 14px;
    max-width: 0;
    white-space: normal;
}

/* zipImportエラーメッセージ出力文字揃え用 */
.zip-csv-err-detail-col_1{
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    width: 30%;
    max-width:  30%;
}
.zip-csv-err-detail-col_2{
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    width: 65%;
    max-width:  65%;
}
.zip-file-err-detail-col_1{
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    width: 35%;
    max-width:  35%;
}
.zip-file-err-detail-col_2{
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    width: 60%;
    max-width:  60%;
}

/* zipImportエラーメッセージ欄縮小用 */
.zip-csv-msg-min_disp{
    min-height: 30px;
    height: 30px;
    padding: 1px;
    margin: 1px;
}

/* ファイルアップロード用 modal 画面 */
#file-upload-dlg-background {
    z-index : 798;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
#file-upload-dlg-modal {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index : 799;
    width:90%;
    height:90%;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    overflow-y:scroll;
    overflow-x:hidden;
}
.notification_reception_no{
    margin-top:-40px;
}

.notification {
    background-color: #FFFFFF;
    border: solid;
    border-color: #000000;
    border-radius: 5px;
    font-size:12px;
    left: 0;
    line-height: 100%;
    margin: auto;
    max-height: 100vh;
    max-width: 960px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 798;
}

.notification h2 {
    background: none;
    border: none;
    font-size: 24pt;
    font-weight: normal;
    margin: 0 auto 10px;
    padding: 10px 0;
}

.notification .notification_title{
    font-size: medium;
}

.notification .table_inner {
    min-height: 0rem;
    padding: 5px 0;
    table-layout: auto;
}

.notification #faceimage img {
    width:auto !important;
    height:100%;
    max-height: 10rem;
}

.cover_notification {
    background-color: #FFFFFF;
    height: 100%;
    left: 0px;
    opacity: 0.9;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 797;
}

.lockId {
    background-color: #808080;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 799;
}

.message-red {
    color: #ff0000;
}

#notification {
    font-size:12px;
    line-height: 100% ;
}

#notification .table_inner{
    table-layout: auto;
    min-height: 1.5rem;
    padding: 5px 0;
}

#notification .table_inner.footer{
    border-top: none;
}

#notification #faceimage img {
    width:auto !important;
    height:100%;
    max-height: 10rem;
}

#notification .notification_title{
    font-size: medium;
}
