@import "login-modal.css";
* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;;
    font-size: 17px;
}


.slideshow-container .content-form {
    position: absolute;
    bottom: 8%;
    left: 8%;
    right: 8%;
    background: rgba(59, 75, 96, 0.7);
    color: #f1f1f1;
    width: 85%;
    padding: 20px;
    font-size: 17px;
}

#table-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #6a778a;
    border-radius: 5px;
}

#table-scroll::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border-radius: 5px;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
}

.left {
    width: 70%;
}

.right {
    width: 30%;
    padding: 30px;
    position: relative;
}

/* Clear floats after the columns */
.row:after {
    display: table;
    clear: both;
}


.mySlides {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: auto 100%;
}

img {
    vertical-align: middle;
    border: none;
    width: 1750px;
    height: 800px
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Fading animation */

.info-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.info-time {
    /*width: 5%;*/
    /*text-align: center;*/
}

.info-text {
    width: 100%;
    font-size: 15px;
    color: #f1f1f1;
    padding-bottom: 20px;
}

.info-title {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px;
}

.info-text-content {
    margin-left: 30px;
    display: block;
    width: 85%;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media (max-width: 1319.98px) and (min-width: 1199.98px){
    #mf-footer {
        display: block;
        margin: 0px !important;
        float: none !important;
    }
}

@media (max-width: 1199.98px) {
    .right, .left {
        width: 100%;
    }

    .login .container-form {
        width: 60% !important;
        margin: 0 auto;
    }

    .footer-login {
        width: 60%;
        margin: 0 auto;
        font-size: 16px;
    }

    #login-btn {
        margin: 15% 30px;
    }

    li a {
        font-size: 15px;
    }
}

.login-button {
    /*background-color: ;*/
    padding: 3px 5px;
}

.login {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.login .container-form {
    -webkit-animation: slideIn 0.8s ease-in-out forwards;
    animation: slideIn 0.8s ease-in-out forwards;
    width: 100%;
    float: none;
}

.login .container-form .login-form form input {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #f8f9fe;
}

.login .container-form .login-form form fieldset {
    border: 1px solid silver;
    border-radius: 10px;
    padding: .35em .625em .75em;
    font-weight: 300;
}

.login .container-form .login-form form input[type=button] {
    height: 45px;
    margin-top: 25px;
    background-color: mediumblue;
    width: 35%;
    color: white;
}

.footer-login {
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

.footer-login ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer-login ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: -5px;
}

.footer-login ul li a {
    display: block;
    color: black;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.footer-login ul li a:hover {
    background-color: #c6c8ca;
}

li a {
    font-size: 11px;
}

#table-scroll {
    height: 200px;
    overflow: auto;
    margin-top: 20px;
}

#table-wrapper table {
    width: 100%;

}

#table-wrapper table thead th .text {
    position: absolute;
    top: -20px;
    z-index: 2;
    border: 1px solid gray;
}

#Modal_button {
    margin-top: 200px;
    position: relative;
    border: none
}

.holder {
    padding: 0 0 30px;
    margin: 0 0 30px
}

.customRadio input[type="radio"] {
    position: absolute;
    left: -9999px
}

.customRadio input[type="radio"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer
}

.customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #311B92;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.customRadio input[type="radio"]+label:after {
    content: '';
    background: #311B92;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear
}

.customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.customCheckbox input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.customCheckbox input[type="checkbox"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
    color: rgb(120, 119, 121)
}

.customCheckbox input[type="checkbox"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0
}
/*
.customCheckbox input[type="checkbox"]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #311B92 #311B92;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform 0.3s linear, opacity 0.3s linear
}

.customCheckbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    color: #311B92
}

.Advanced_setting {
    text-decoration: none;
    color: #1565C0;
    letter-spacing: 1px;
    font-weight: bolder
}*/

.modal-title {
    font-weight: bold !important
}

.modal-header,
.modal-footer {
    border-bottom: 0;
    border-top: 0;
    max-width: 600px !important;
    position: relative;
    height: 50px;
}

.my_checkbox {
    margin-left: 3%
}

.model-content {
    width: 840px;
    width: 100% !important
}

.modal-footer {
    max-width: 600px !important;
    position: relative
}

.modal-footer>:not(:last-child) {
    margin-right: 2rem
}

.modal-footer>:not(:first-child) {
    margin-left: 0.5rem
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    max-width: 600px;
    top: 150px
}

.close {
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5;
    padding:1rem 1rem;
    margin:-1rem -1rem -1rem auto;
}
.close:hover {
    color:#000;
    text-decoration:none
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 780px) {
    .my_checkbox {
        margin-left: 7%
    }

    .modal-dialog {
        position: relative
    }
}

.container button focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    outline-width: 0
}

@media only screen and (max-width: 580px) {
    .modal-dialog {
        position: relative
    }

    .my_checkbox {
        margin-left: 6%
    }
}

.btn-outline-light {
    color: #BDBDBD
}

#modal_footer {
    color: #BDBDBD;
    cursor: pointer;
    background: #fff
}

#modal_footer_support {
    color: #BDBDBD;
    width: 100%
}

.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-50px);
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{-webkit-transform:none;transform:none}
.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{margin: 0 auto; position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:400px;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}
.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:10px 10px 0px 10px}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}