@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

main {

    display: grid;
    place-items: center;
    height: 100vh;

}


hr {
    margin: 0.2rem 0 !important;
    background-color: transparent;
}

html,
body {
    height: 100vh;
    /* padding-bottom: 20px;*/
    /*  background: #ccc;*/
    margin: 0;
    padding: 0;
    max-width: 100%;
}


.container-fluid {
    height: 100vh;
    box-sizing: border-box;
    padding: 20px;

}


form {
    margin-block-end: 0em;
}

.btn-center {
    width: 300px;
    margin-left: 45%;
}

.float_tb {
    float: left;
}

.clear_tb {
    clear: both;
}

.background_img {
    background-image: url("../common/images/imgback.png");
    background-attachment: fixed;


    background-position: right 50% bottom 20%;
    /* position: relative;*/
    /*width: 800px;
    height:100vh;
    /*object-fit: cover;*/
    /*background-size: contain;*/
    background-size: cover;
    /*background-position: 10% 50%;*/


    /*object-fit: cover;
    object-position: 50% 100%;*/

}

.background_img2 {
    background-image: url("../common/images/imgback2.png");
    background-attachment: fixed;
    position: relative;
    /*width: 800px;
    height:100vh;
    /*object-fit: cover;*/
    /*background-size: contain;*/
    background-size: cover;
    background-position: 10% 50%;
    ;

    /*object-fit: cover;
    object-position: 50% 100%;*/

}


#cover_title2 {
    font-size: 3.0em;
    color: #0099CC;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#cover_title {
    position: absolute;
    font-size: 2.0em;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    color: rgb(56, 56, 56)
}

#cover_title3 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: gray;
    font-size: 1.6em;
    bottom: 34%;
}

#cover_title4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: gray;
    font-size: 0.8em;
    bottom: 0%;
}


.table_center {
    margin: 0 auto;
}

.btn {
    padding: 0.0rem 0.0rem !important;

}




.btn_rtn {
    font-size: 0.8em;
    color: #004fc5 !important;

}

.btn_rtn:hover {
    color: rgb(196, 60, 6);
}



.logo_disp {
    width: 30%;
    margin-left: 26%;
    max-width: 300px;
}


.women_disp {
    position: relative;
    margin-top: -100px;
    width: 20%;
    margin-left: 60%;
    max-width: 300px;
}


#cover_title2 {
    margin-top: 80px;
    text-align: center;
    font-size: 3.0em;
}



#inputlogin {
    margin-top: 20px;
    margin-left: 10%;
}


#inputmail {
    position: absolute;
    top: 50%;
    left: 26%;
}



#submit_btn {
    margin-top: 80px;
    color: white;
    font-size: 1.6em;
    border: 0px;
    width: 250px;
    height: 40px;
    background: url("../common/images/btn2.png") left top no-repeat;
}

#submit_btn:hover {
    cursor: pointer;
    opacity: 0.9;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    transition-duration: 0.1s;
}


#forget_btn {
    margin-top: 20px;
    font-size: 1.2em;
    border: 0px;
    width: 240px;
    height: 28px;
    color: #004fc5;
    margin-bottom: 100px;
}


#logo {
    height: 30px;
}

#msg {
    font-size: 1.4em;
    font-weight: 400;
    color: #6391d6;
}


.text-left {
    margin-left: 10% !important;
}



#sort_btn {
    margin-top: 5px;
    border: 0px;
    width: 15px;
    height: 15px;
    background: url("../common/images/sort.png") left top no-repeat;
}




#inputlogin {
    display: none;
}




#forget_btn:hover {
    color: rgb(196, 60, 6);
}





.side_menu {

    font-size: 0.8em;
    font-weight: 700;

    text-align: left !important;
    color: rgb(56, 56, 56);
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    /*text-shadow: 1px 2px 3px #808080;*/
}

.youkoso {
    font-size: 1.0em;
    font-weight: 300;
}




.clear {
    clear: both;
}



.imgright {
    float: right;
    padding-left: 1.5em;
    width: 150px;
}


.tdw {
    width: 350px;
}

/* CSSコード */
.toggle_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.toggle_label {
    width: 75px;
    height: 35px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 40px;
    transition: 0.4s;
    box-sizing: border-box;
}


.table600 {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word
}

.td80 {
    width: 80px;
}



.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1.2em;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



.noline {
    border-color: #ffffff !important;
}

.xscr::-webkit-scrollbar {
    display: none;
}


.bgfooter {
    background-color: rgba(0, 0, 0, 0.6);
}


.btns {
    line-height: 0.5 !important;
}

.btn {
    font-size: 0.8em !important;
}

.text-right {
    text-align: right;
    padding: 0rem, 0rem;
}




/* ロゴBox */
.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}




.fw600 {
    font-weight: 700 !important;
}


.fs80 {
    font-size: 0.8em;
}



.indent {
    text-indent: 1em;
}



.input-group-text2 {

    padding: 0.375rem 0.75rem;
    font-size: 4rm;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*white-space: nowrap;*/
    background-color: #fefeff;
    border: 1px solid #c7c7c7;
    border-radius: 0.25rem;

}

.form-control2 {

    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}





.imgright {
    float: right;
    padding-left: 1.1em;
    padding-bottom: 1em;
}




.kakomi {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;

    border: 0.5px solid #c4c4c4;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f7f7f7;

}




.kakomis {
    /*コレ*/
    color: #3a3a3a;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    vertical-align: middle;
}

.kakomiw {
    /*コレ*/
    color: #3a3a3a;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    vertical-align: middle;
}



.datew {
    width: 110px;
}

.w60 {
    width: 60%;
}

.w80 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.pw100 {
    width: 100%;
}

.w90 {
    width: 100%;
}

.btn-info {
    color: #000 !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-warning {
    color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #d62929 !important;
    border-color: #d62929 !important;
}


.btn-primary {
    color: #fff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-success:hover {
    background-color: #245f44 !important;
    border-color: #198754 !important;
}




.btn-outline-secondary {
    color: #000;
    background-color: #ffffff !important;
    border-color: #adbfdb !important;
}


.btn-outline-secondary:hover {
    color: #000;
    background-color: #2d8baf !important;
    border-color: #5a677e !important;
}



.btn-outline-info {
    color: #73aec9 !important;
    background-color: #ffffff !important;
    border-color: #73aec9 !important;
}


.btn-outline-info:hover {
    color: #fff !important;
    background-color: #73aec9 !important;
    border-color: #73aec9 !important;
}




.sidebar {
    /* position: fixed;*/
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 20px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);

    position: fixed;
    z-index: 1;
}


footer {
    padding-right: 30px;
    padding-left: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #97a5b0;
    background: #ffffff;
    z-index: 2;
    vertical-align: middle;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    /*z-index: 99;
    display: flex;
    justify-content: space-around;
    align-items: center;*/
}


.btnw {
    width: 160px !important;
}

.navbar {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.input-group-text2 {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}



.sidebar .nav-link {
    color: #333;
}

.sidebar .nav-link.active {
    color: #0d6efd;
}

.small {
    font-size: 0.8em !important;
}


.xscr {
    width: 500px;
    white-space: nowrap;
    overflow-x: scroll;
}


.xscr2 {
    width: 270px;
}

/*パソコン*/
@media (width >1400px) {}


@media (1200px <=width <=1400px) {}


@media (992px <=width <=1200px) {}

@media (767px <=width <=992px) {}


/********************タブレット*********************/
/********************タブレット*********************/
/********************タブレット*********************/
/********************タブレット*********************/
/********************タブレット*********************/
/********************タブレット*********************/





@media (576px <=width <=767px) {


    #main {
        margin-left: 0 !important;
    }


    #sub {
        display: none !important;
    }

    .btn {
        font-size: 0.8rem !important;
    }



    .xscr2 {
        width: 100% !important;
    }

    .logo_disp {
        width: 30%;
        margin-left: 20%;
        max-width: 300px;
    }


    #submit_btn {
        margin-top: 40px;
        font-size: 1.2em !important;

        width: 200px;
        height: 30px;
        background: url(../common/images/btn2.png) left top no-repeat;
    }

    .women_disp {
        position: relative;
        margin-top: -50px;
        width: 28%;
        margin-left: 60%;
        max-width: 300px;
    }

    #cover_title {
        position: absolute;
        font-size: 1.4em;
        left: 50%;
        transform: translate(-50%, 50);
        bottom: 5%;
        color: rgb(56, 56, 56)
    }




    .ueaki {

        margin-top: 76px;


    }

    .container-fluid {
        padding: 0px;
    }


    .navbar {
        top: 0;
        position: sticky;
        z-index: 999;
    }


    .td80 {
        width: 10%;
    }



    .input-group-text2 {
        font-size: 0.8em !important;
    }


    .btn {
        font-size: 0.8em !important;
    }

    .xscr {
        width: 250px;
    }



    .tdw {
        width: 250px !important;
    }


    #cover_title2 {

        text-align: center;

    }


    #inputlogin {
        margin-top: 40px;
        margin-left: 10%;

    }

    #inputmail {
        width: 90%;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translateY(-40%) translateX(-50%);
    }

    #submit_btn {
        color: white;
        font-size: 1.6em;
        border: 0px;
        width: 250px;
        height: 40px;
        background: url("../common/images/btn2.png") left top no-repeat;
    }

    #forget_btn {
        margin-top: 20px;
        bottom: 5%;
        font-size: 1.2em;
        border: 0px;
        width: 240px;
        height: 28px;
        color: #004fc5;
    }



    #cover_title3 {
        font-size: 1.4em;
        bottom: 24%;
    }




    #msg {
        font-size: 1.0em;
        font-weight: 400;
        color: #6391d6;
    }


    #cover_title {
        position: absolute;
        font-size: 1.2em;
        width: 250px;
        margin: 50 auto;

        bottom: 5%;
        color: rgb(56, 56, 56);
        text-align: center;
    }





    .copyright {
        display: none;
    }



    #copyr,
    #foot_menu1,
    #foot_menu2 {
        display: none !important;
    }

    #project_aria {
        position: absolute;
    }




    #title {
        font-weight: 600;
        color: #3d6396;
    }



    .ueaki {
        margin-top: 60px;

    }
}

/********************スマホ*********************/
/********************スマホ*********************/
/********************スマホ*********************/
/********************スマホ*********************/
/********************スマホ*********************/
/********************スマホ*********************/
@media (width <=576px) {


    #sub {
        display: none !important;
    }

    td {
        margin: 0 !important;
        padding: 0 !important;
        ;

    }

    .date_border {
        width: 90px !important;

    }

    .text-left {
        margin-left: 0 !important;
    }

    .tdw100 {
        width: 170px !important;
    }

    .td80 {
        width: 50px !important;
        ;
    }

    .btn {
        font-size: 0.8rem !important;
    }


    .xscr2 {
        width: 100% !important;
    }

    .form-check {

        margin-bottom: 0rem;
    }

    .form-check-inline {

        margin-bottom: 0rem;

    }

    .file_upload {

        min-height: 1.5rem;

    }

    .btn-center {

        width: 300px;
        margin-left: 25%;

    }

    .kakomi {
        margin-bottom: 4px !important;
        padding-top: 2px !important;
        padding-bottom: 8px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    #submit_btn {
        margin-top: 20px;
        font-size: 0.8em;
        border: 0px;
        width: 160px;
        height: 20px;
        background: url(../common/images/btn2.png) left top no-repeat;
    }

    #forget_btn {
        margin-top: 0px !important;

        bottom: 5%;
        font-size: 0.8em;
        border: 0px;
        width: 160px;
        height: 28px;
        color: #004fc5;
    }

    .logo_disp {
        width: 200px;
        margin-left: 24%;

    }


    .women_disp {
        position: relative;
        margin-top: -20px;
        width: 150px;
        margin-left: 32%;

    }


    #main {
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding-right: 0 !important;
    }

    .container-fluid {
        padding: 0 !important;
    }




    .pw100 {
        width: 280px !important;

    }

    .form-control {
        padding: 0.15rem 0.75rem !important;
    }

    .input-group-text {
        padding: 0.15rem 0.75rem !important;
    }

    .form-control2 {
        padding: 0.15rem 0.75rem;
    }

    .input-group-text {
        padding: 0.15rem 0.75rem;

    }

    .w90 {
        width: 100% !important;

    }

    .ueaki {

        margin-top: 60px !important;

    }


    #cover_title {
        position: absolute;
        font-size: 1.2em;
        bottom: 10%;
        color: rgb(56, 56, 56);

        width: 80%;
        margin: 0 auto;
        max-width: 500px;
        text-align: center;

    }


    #cover_title2 {
        margin-top: 40px;
        font-size: 1.4em !important;
    }

    .pw100 {
        width: 150px !important;

    }



    .w150 {
        /*width: 400px !important;*/

    }





    .pw100 {
        width: 100px !important;

    }




    .table {
        padding: 0;
        font-size: 0.8rem;
    }


    .input-group-text2 {
        padding: 0.1rem 0.1rem !important;
        font-size: 0.8rem !important;
    }


    .kakomis {
        padding: 0.1rem 0.1rem !important;
        font-size: 0.8rem !important;
    }

    .input-group-text {
        padding: 0.2rem 0.2rem !important;
        font-size: 0.8rem !important;
        font-weight: 200 !important;
        line-height: 1.2 !important;
    }


    .form-control {
        padding: 0.1rem 0.1rem !important;
        font-size: 0.8rem !important;
        font-weight: 200 !important;
        line-height: 1.0 !important;
        margin-bottom: 0.1rem !important;

    }


    .form-control2 {
        padding: 0.1rem 0.1rem !important;
        font-size: 0.8rem !important;
        font-weight: 200 !important;
        line-height: 1.0 !important;
        margin-bottom: 0.1rem !important;
    }



}