* {
    box-sizing: border-box;
 }
 
 body {
    margin: 0;
    padding: 0;
    font-family: 'メイリオ';
 }
 header {
    padding: 30px 4% 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
 }
 h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
a {	
    text-decoration: none;
    color: #4b4b4b;
 }
.a_hader{
    margin:0px 20px 0px;
}
.ul_hader {
    list-style: none;
    margin: 0;
    display: flex;
}
.li_hader {
    margin: 0 0 0 15px;
    font-size: 14px;
}
nav {
    margin: 0 0 0 auto;
}
.db_status{
    font-size:10px;
    line-height:10px;
    text-align: right;
    padding-right:50px;

}
table{
    border-collapse: collapse;
    border-spacing: 1px;
    margin:10px 0px 0px;
    width: 100%;
}
table th,table td{
    padding: 10px 0;
    text-align: center;
}
table tr:nth-child(odd){
    background-color: #eee
}
.user_profile_tb{
    border-collapse: collapse;
    border-spacing: 1px;
    margin:10px 0px 0px;
    width: 100%;
}
.user_profile_tb th{
    padding:10px 10px 10px 10px;
    width: 0;
    white-space: nowrap;
    font-size     : 8pt;        /* 文字サイズ */
}
.user_profile_tb td{
    font-size     : 8pt;        /* 文字サイズ */
}
.user_profile_tb td:nth-of-type(1){
    padding:5px 10px 5px 10px;
    text-align:left;
}
.user_profile_tb td:nth-of-type(2){
    padding:5px 10px 5px 10px;
    text-align:left;
}

.group_table{
    padding:10px 0px 10px 15px;
    text-align:left;
}
.group_th{
    padding: 10 0 10 30px;
    text-align:left;
    width:270px;
}
.input_tbl{
    width:900px;
}
.group_td{
    text-align:left;
    padding:10px 10px 10px 25px; 
}
.input_th{
    padding: 0 0 0 30px;
    text-align:left;
    width:270px;
}
.input_td{
    text-align:left;
    padding:10px 10px 10px 25px; 
}
.wf931{
    color: #2360ac;
}
.wf941{
    color: #942222;
}
.span_not{
    color: #C0C0C0;
}
.span_stop{
    color: #F30100;
}
.span_start{
    color: #5AFF19;
}
.span_pause{
    color: #FFD700;
}
.insert_button{
    text-align: right;
}
.form_no{
    padding:0px 0px 0px 50px;
}
.form_home{
    padding:0px 50px 0px 50px;
}
.form_manyreg{
    padding:0px 50px 0px 50px;
}
.form_spase{
    padding:0px 50px 0px 50px;
}
.form_group{
    padding:0px 500px 0px 50px;
}
.fixed_title{
    position: fixed;
    z-index: 999;

}
.fixed{
    position: sticky;
    top:70;
    background-color: #eee
}
.fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #888
}
dt{
    width: 300px;
    padding:10px 0px 2px;
}
dd{
    padding:0px 10;
}
label {
    background-color: transparent;
}
.button {
    font-family: 'メイリオ';
    display       : inline-block;
    border-radius : 6%;          /* 角丸       */
    font-size     : 10pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 7px 12px;   /* 余白       */
    background    : #595959;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 2px solid #595959;    /* 枠の指定 */
    margin        : 0 20px 0 0;
}
.button:hover {
    color         : #595959;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
}
.req{
    display       : inline-block;
    font-weight   : bolder;
    border-radius : 20%;           /* 角丸       */
    font-size     : 10pt;          /* 文字サイズ */
    padding       : 1px 3px;       /* 余白       */
    text-align    : left;          /* 文字位置   */
    background    : #D11C2C	;      /* 背景色     */
    color         : #ffffff;       /* 文字色     */
    transition    : .3s;           /* なめらか変化 */
    margin-left   :5px;
}
.not_edit{
    background    : #e2e2e2	;      /* 背景色     */
}
.back{
    padding:0px 50px;
}
.button_back{
    font-family: 'メイリオ';
    display       : inline-block;
    font-size     : 10pt;        /* 文字サイズ */
    text-align    : left;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    background    : transparent;     /* 背景色     */
    color         : #0095d9;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    border        : transparent;    /* 枠の指定 */
}
.edit{
    font-family: 'メイリオ';
    display       : inline-block;
    font-size     : 10pt;        /* 文字サイズ */
    text-align    : left;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    background    : transparent;     /* 背景色     */
    color         : #0021d9;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    border        : transparent;    /* 枠の指定 */
}
input[type="text"]{
    font-family: 'メイリオ';
    border-radius: 0.3em; /* 角丸 */
    padding: 0.5em;
    line-height: 28px;
    height: 30px;
    border: 0.5px solid rgb(100, 102, 100); /* 枠線 */
    box-sizing: border-box;
    width:90%; 
    box-sizing:border-box;
}
input[type="password"]{
    font-family: 'メイリオ';
    border-radius: 0.3em; /* 角丸 */
    padding: 0.5em;
    line-height: 28px;
    height: 30px;
    border: 0.5px solid rgb(100, 102, 100); /* 枠線 */
    box-sizing: border-box;
    width:90%; 
    box-sizing:border-box;
}
textarea{
    font-family: 'メイリオ';
    border-radius: 0.3em; /* 角丸 */
    padding: 0.5em;
    height: 60px;
    width:  20%;
    border: 0.5px solid rgb(100, 102, 100); /* 枠線 */
    box-sizing: border-box;
    resize: vertical;
}
select{
    font-family: 'メイリオ';
    border-radius: 0.3em; /* 角丸 */
    padding: 0;
    line-height: 28px;
    height: 30px;
    width:  20%;
    border: 0.5px solid rgb(100, 102, 100); /* 枠線 */
    box-sizing: border-box;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: #f4f4f4;
    margin: 20% auto;
    width: 50%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
}
@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}
.modal-header h1 {
    margin: 1rem 0;
}

.modal-header {
    background: lightblue;
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
}

.modalClose {
    font-size: 2rem;
}

.modalClose:hover {
    cursor: pointer;
}

.modal-body {
    padding: 10px 20px;
    color: black;
}

#tile1 {
    display: flex;
    justify-content: center;
    margin-top: 62px;
   }
  .tile1-child {
    width: 25%;
    height: 250px;
    background-color: rgb(255, 255, 255);
    border:solid;
    border-color: #4b4b4b;
    text-align:center;
    padding: 30px 0px 0px 0;
    margin: 0 31px 0;
    font-size:120px;
}

.home_font {
    text-align:center;
    padding: 0px 0px 0px 0;
    font-size:30px;
}

.a_group{
    font-family: 'メイリオ';
    display       : inline-block;
    font-size     : 16px;        /* 文字サイズ */
    text-align    : left;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    background    : transparent;     /* 背景色     */
    color         : #0021d9;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    border        : transparent;    /* 枠の指定 */
}

.sitemap ul li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 16px;
}
   
.sitemap ul li ul li {
    margin-bottom: .90em;
    position: relative;
}
   
.sitemap ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -16px;
    width: 10px;
    height: calc(100% + .90em);
    border-left: 1px solid #3972b2;
}
   
.sitemap ul li ul li:last-child::before {
    height: calc(1em + .25em);
}
   
.sitemap ul li ul li::after {
    content: "";
    position: absolute;
    top: .75em;
    left: -16px;
    width: 10px;
    border-bottom: 1px solid #3972b2;
}
