@charset "utf-8";
/* CSS Document */


/**********************************************************
common
***********************************************************/
body{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,  Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop, body {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
.bgclear{background-color: transparent!important;}
input:read-only,textarea:read-only{outline: none!important;}
.ind_1em{
    padding-left: 1em;
    text-indent: -1em;
}
.fc_blue {color: #055899;}
input[type="file"].file_custom{display: none;}
label.form-control{cursor: pointer;}
.row.narrow{
    margin-left: 10px;
    margin-right: 10px;
}
.row.narrow .col{
    padding-left: 10px;
    padding-right: 10px;
}

.custom-file-label::after{
    transition: .3s;
}
.custom-file-input:hover ~ .custom-file-label::after{
    background-color: #00a79b;
    color: #fff;
}
.pass_wrap{
    position: relative;
}
     
.toggle-pass{
    position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
.row.row_fix{
    margin-left: 0;
    margin-right: 0;
}
.row.row_fix .col{
    padding-left: 0;
    padding-right: 0;
}
#input .parentForminput{
    right: 15px!important;
    left: auto!important;
}
#input td{position: relative;}
.custom-file-label{
    padding-right: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.custom-file-label span{
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.form-control-plaintext{color: inherit;}
/*header--------------------------------------------------*/

/*footer--------------------------------------------------*/

/*button--------------------------------------------------*/
.btn_mid{
    width: auto;
    min-width: 160px;
}
.btn_long{
    width: auto;
    min-width: 250px;
    max-width: 100%;
}
.red_btn{
    border: 1px solid #eb1c24;
    background-color: #eb1c24;
    color: #fff;
}
.red_btn:hover,.red_btn04.active{
    background-color: #ba1723;
    color: #fff;
}
.sys_btn03{
    border: 1px solid #4eafd1;
    background-color: #4eafd1;
    color: #fff;
}
.sys_btn03:not(:disabled):hover,.sys_btn03.active{
    background-color: #146b82;
    color: #fff;
}
.btn:disabled{
    border-color: #aaa!important;
    background-color: #aaa!important;
    color: #fff!important;
}

/*table--------------------------------------------------*/
/*.table{table-layout: fixed;}*/

/*pagenation--------------------------------------------------*/
.page-item{padding: 2px;}
.page-link{
    border-radius: 0!important;
    border: none;
    color: #212529;
}

/**********************************************************
login
***********************************************************/
.loginbox{
    margin-top: 6rem;
    margin-bottom: 5rem;
}
.attention_box{
    padding: 0.5rem;
    margin-top: 3rem;
}
.error_field p{
    padding: 0.75em;
}