input[type="text"] {
    width: 100%;
}

.information {
    font-size: 95%;
    margin: 20px 0;
}

dl.dl_basic04 dt h2, dl.dl_basic04 dd h2 {
    margin: 0 0 5px;
}

dl.dl_basic04 dt label, dl.dl_basic04 dd label {
    margin: 0 10px 0 0;
}

dl.dl_basic04 dd p {
    margin: 5px 0 0 0;
}

dl#today_shedule {
    width: 100%;
    display: flex;
    justify-content: left;
}

    dl#today_shedule:after {
        clear: both;
        content: "";
    }

    dl#today_shedule dt {
        text-align: left;
        padding: 0 10px 0 0;
        width: 10%;
        min-width: 120px;
    }
        /**dl#today_shedule dt h2.title02{margin-bottom:0;}**/
        dl#today_shedule dt p {
            margin-bottom: 20px;
            padding: 0 0 0 15px;
        }

    dl#today_shedule dd {
        text-align: left;
        width: 50%;
    }

        dl#today_shedule dd ul {
            display: flex;
            justify-content: left;
        }

            dl#today_shedule dd ul li {
                padding: 0 3px;
            }

dl#title_divide {
    width: 100%;
    display: inline-block;
}

    dl#title_divide dt {
        float: left;
        padding: 0;
        margin: 0;
        width: 30%;
    }

    dl#title_divide dd {
        float: right;
        padding: 0;
        margin: 0;
        width: 70%;
    }

    dl#title_divide::after {
        clear: both;
        content: "";
    }

    dl#title_divide dt.full {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

.btn {
    padding: 10px;
    margin: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #666;
    color: #000;
}

a.btn {
    text-decoration: none;
    color: #000;
}

table td.ta_last {
    text-align: right;
}

table.task, table#list {
    width: 100%;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    margin: 0 0 10px;
    border-radius: 6px;
}

    table.task tr, table#list tr {
        width: 100%;
    }

        table.task tr th, table#list tr th {
            padding: 5px 15px;
            border-bottom: 1px solid #ccc;
        }

        table.task tr td, table#list tr td {
            padding: 5px 15px;
            border-bottom: 1px solid #ccc;
        }

            table.task tr td:first-child, table.task tr td:last-child {
                width: 30%;
                color: #666;
                font-size: 98%;
            }

            table.task tr td.tbl_last {
                text-align: center;
                border-bottom-width: 0px;
                padding: 10px 0;
            }

table#task_mobile {
    width: 100%;
    border-width: 1px 1px 0 1px;
    border-color: #ccc;
    border-style: solid;
    margin: 0 0 30px;
}

    table#task_mobile tr {
        width: 100%;
    }

        table#task_mobile tr th {
            padding: 5px;
            background: #fcfcfc;
            border-bottom: 1px solid #ccc;
        }

        table#task_mobile tr td {
            padding: 5px;
            border-bottom: 1px solid #ccc;
        }

            table#task_mobile tr td:first-child {
                width: 30%;
                color: #666;
                font-size: 98%;
            }

table td.ta_last {
    text-align: right;
}

table.task.radius-none, table#list.radius-none {
    border-radius: 0 0 1px 1px;
    border-top-width: 0;
}

table#history {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 6px;
}

    table#history th, table#history td {
        padding: 8px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #ccc;
    }

    table#history tr.last td {
        border-width: 0 0 0 0;
    }

table tr.clickable:hover td {
    background: #ecf2fa;
    cursor: pointer;
    opacity: 0.6;
}

tr.row--red td:hover {
    background: #ecf2fa;
}

tr.row--yellow td:hover {
    background: #ecf2fa;
}

ul.two_column {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 0;
}

    ul.two_column li.left_column {
        width: 20%;
        margin: 0;
        float: left;
    }

    ul.two_column li.right_column {
        width: 80%;
        margin: 0;
        float: right;
    }

@media print, screen and (max-width: 768px) {
    ul.two_column li.left_column {
        width: 100%;
        margin: 0;
        clear: left;
    }

    ul.two_column li.right_column {
        width: 100%;
        margin: 0;
        clear: right;
    }
}

ul.tooltips li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 5px;
}

    ul.tooltips li i {
        margin: 0;
        padding: 0;
        font-size: 120%;
    }

    ul.tooltips li .desc {
        display: none;
        position: absolute;
        padding: 5px;
        font-size: 10px;
        line-height: 1.6em;
        color: #666;
        border-radius: 3px;
        background: #cfcfcf;
        width: 60px;
        text-align: center;
    }

        ul.tooltips li .desc:before {
            content: "";
            position: absolute;
            top: -24px;
            right: 50%;
            border: 15px solid transparent;
            border-top: 15px solid #;
            margin-left: -15px;
            transform: rotateZ(180deg);
        }

    ul.tooltips li:hover .desc {
        display: inline-block;
        top: -15px;
        left: -20px;
    }

    ul.tooltips li i.zero {
        color: #efefef;
    }

    ul.tooltips li i.first {
        color: #cfcfcf;
    }

    ul.tooltips li i.second {
        color: #3399ff;
    }

    ul.tooltips li i.third {
        color: #3399cc;
    }

    ul.tooltips li i.fourth {
        color: #339999;
    }

    ul.tooltips li i.fifth {
        color: #339966;
    }

    ul.tooltips li i.six {
        color: #339933;
    }

ul.top_btn {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    ul.top_btn li {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

        ul.top_btn li a {
            display: block;
            background: #0178CE;
            text-align: center;
            padding: 20px 10px;
            font-size: 130%;
            font-weight: bold;
            border-radius: 10px;
            color: #ffffff;
            text-decoration: none;
        }

            ul.top_btn li a:hover {
                opacity: 0.8;
            }

.form_input01 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: 20px;
    padding: 5px 8px 11px 8px;
}

.form_input02 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100px;
    height: 20px;
    padding: 5px 8px 11px 8px;
}

.form_upload01 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 20px;
    padding: 8px;
}

.form_input03 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 200px;
    height: 20px;
    padding: 5px 8px 11px 8px;
}

.form_input04 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 40px;
    height: 20px;
    padding: 5px 8px 11px 8px;
}

.form_select01 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: 20px;
    padding: 0 8px 12px 8px;
}

.form_select02 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 20px;
    padding: 5px 8px 8px 8px;
}

.form_textarea {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 8px;
    height: 200px;
}

.form_textarea2 {
    position: relative;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 8px;
    height: 100px;
}

button.search {
    position: relative;
    color: #fff;
    border: 1px solid #9db4cc;
    background: #9db4cc;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    height: 35px;
    padding: 8px;
    line-height: 100%;
    margin: 0;
}

button.search2 {
    position: relative;
    color: #fff;
    border: 1px solid #5a7899;
    background: #5a7899;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    min-width: 80px;
    height: 35px;
    padding: 8px;
    line-height: 100%;
    margin: 0;
}

textarea {
    width: 100%;
    height: 100%;
    line-height: 130%;
}

input[type="date"] {
    padding-top: 5px;
}

dl.full {
    width: 98%;
    display: inline-block;
    margin: 0;
}

    dl.full dt {
        width: 100%;
        margin: 0 0 20px 0;
    }

dl.divide {
    width: 100%;
    display: inline-block;
    margin: 0;
}

    dl.divide dt, dl.divide dd {
        width: 100%;
        margin: 0 0 20px 0;
    }

        dl.full dt h2, dl.divide dt h2, dl.divide dd h2 {
            font-weight: bold;
            font-size: 100%;
        }

span.hissu {
    background: orange;
    color: #fff;
    padding: 1px 3px;
    font-size: 9px;
    font-weight: normal;
    display: inline-block;
    height: 16px;
}

dl.quad {
    width: 100%;
    display: inline-block;
    margin: 0;
}

    dl.quad dt, dl.divide dd {
        width: 100%;
        margin: 0 0 20px 0;
    }

.dl_basic04 dl, .dl_basic04 dl dt, .dl_basic04 dl dd,
.dl_basic04 {
    border-width: 0px;
    margin: 0;
}

.date_edit {
    width: 100px;
    display: inline-block;
    padding: 8px;
}

.margin_b20 {
    margin-bottom: 20px;
}

dl.triple {
    width: 100%;
    display: inline-block;
    margin: 0;
}

dl.double {
    width: 100%;
    display: inline-block;
    margin: 0;
}

dl.doubleWithSinge {
    width: 100%;
    display: inline-block;
    margin: 0;
}

dl.triple > dt, dl.triple > dd {
    width: 100%;
    margin: 0 0 20px 0;
}

dl.double dt, dl.double dd {
    width: 100%;
    margin: 0 0 20px 0;
}

dl.doubleWithSinge dt, dl.doubleWithSinge dd {
    width: 100%;
    margin: 0 0 20px 0;
}

.wrap {
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 8px;
}

.face {
    text-align: left;
    margin: 10px 0 20px 0;
}

    .face img {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 20px;
    }

dl.triple > dt:first-child > table {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

dl.double dt:first-child table {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

dl.doubleWithSinge dt:first-child table {
    width: 100%;
    margin: 0 auto
}

.wrap_top {
    background: #ececec;
    font-weight: bold;
    padding: 10px 2%;
    border-radius: 8px 8px 0 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ececec;
    width: 96%;
    display: inline-block;
}

dl.triple > dt:first-child > .wrap_top {
    padding-left: 5%;
    width: 93%;
}

dl.double dt:first-child .wrap_top {
    padding-left: 5%;
    width: 93%;
}

dl.doubleWithSinge dt:first-child .wrap_top {
    padding-left: 5%;
    width: 93%;
}

.wrap_bottom {
    display: inline-block;
    width: 96%;
    border-radius: 0 0 8px 8px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ececec;
    padding: 10px 2%;
    margin: 0 0 10px 0;
}

    .wrap_bottom img {
        max-width: 160px;
        margin: 0 auto;
    }

.wrap_middle {
    display: inline-block;
    width: 96%;
    border-radius: 0 0 0 0;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #ececec;
    padding: 10px 2%;
    margin: 0 0 0 0;
}

    .wrap_middle img {
        max-width: 160px;
        margin: 0 auto;
    }


ul.page_link li span {
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: underline;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #666;
}

ul.page_link li a {
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #666;
}

    ul.page_link li a:hover {
        color: #49AAD7;
    }

.wrap table tr th, .wrap table tr td, .wrap_bottom table tr th, .wrap_bottom table tr td {
    padding: 5px;
    font-weight: normal;
}

.wrap_form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.wrap_top i.ri-file-edit-line {
    float: right;
    font-size: 1.8rem;
    color: #666;
}

.dl_basic04 ul li {
    font-weight: normal;
}

.btn_add {
    padding: 5px 10px;
    margin: 10px 0;
}

#progress_left p {
    margin: 0 0 10px 10px;
}

#progress_left ul li {
    text-align: left;
    padding: 0;
    margin: 0 0 5px 10px;
    line-height: 100%;
    font-size: 15px;
}

    #progress_left ul li .ri-arrow-down-s-fill {
        color: #339933;
    }

    #progress_left ul li a {
        text-decoration: none;
    }

#progress_left p {
    margin-bottom: 5px;
}

#history_left ul li {
    margin-bottom: 0px;
}

.prof_left {
    width: 100%;
}

.prof_right {
    width: 100%;
}

    .prof_left:before, .prof_right:after {
        clear: both;
        content: "";
        height: 0;
        display: block;
    }

.wrapper {
    display: inline-block;
    width: inherit;
    margin: 0;
    padding: 0;
}

.wrap_bottom table tr th {
    background: #f0f0f0;
    border-bottom: 2px solid #fff;
}

.wrap_bottom .prof_left table tr th, .wrap_bottom .prof_left table tr td,
.wrap_bottom .prof_right table tr th, .wrap_bottom .prof_right table tr td { /*font-size:14px;*/
    padding: 10px;
    text-align: left;
}

.wrap_bottom .prof_left table tr th, .wrap_bottom .prof_right table tr th {
    color: #666;
}

.wrap_bottom .prof_left table tr td, .wrap_bottom .prof_right table tr td {
    padding-left: 10px;
    padding-bottom: 5px;
}

.wrap_bottom .prof_left table, .wrap_bottom .prof_right table {
    width: 100%;
}

.wrap_middle table tr th {
    background: #f0f0f0;
    border-bottom: 2px solid #fff;
}

.wrap_middle .prof_left table tr th, .wrap_middle .prof_left table tr td,
.wrap_middle .prof_right table tr th, .wrap_middle .prof_right table tr td

.wrap_middle .prof_left table tr th, .wrap_middle .prof_right table tr th {
    padding: 10px;
    font-weight: normal;
    color: #666;
}

.wrap_middle .prof_left table tr td, .wrap_middle .prof_right table tr td {
    padding-left: 10px;
    padding-bottom: 5px;
}

.wrap_middle .prof_left table, .wrap_middle .prof_right table {
    width: 100%;
}


.w80p {
    width: 120px;
}

.ri-check-line {
    color: #33ff00;
    margin-top: 3px;
}

.checkok {
    text-decoration: line-through;
}

tr.division_line td {
    background: #fcfcfc;
}

.dl_basic04 dd.border_b0, .dl_basic04 dt.border_b0 {
    border-bottom-width: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.date_edit {
    width: 120px;
}

@media print, screen and (min-width: 768px) {
    .dl_basic04 dd dl.divide dt {
        width: 50%;
        display: block;
    }

    .dl_basic04 dd dl.full dt {
        width: 100%;
        display: block;
    }
}

@media print, screen and (min-width: 768px) {
    table#task tr td:first-child, table#task_mobile tr td:first-child {
        width: 150px;
    }

    ul.top_btn li {
        width: 22%;
        margin: 0 4% 0 0;
        padding: 0;
        float: left;
    }

        ul.top_btn li:last-child {
            margin: 0;
        }

        ul.top_btn li a {
            font-size: 100%;
        }

    dl.divide dt {
        width: 45%;
        float: left;
    }

    dl.divide dd {
        width: 45%;
        float: right;
    }

    dl.triple > dt:first-child {
        width: 20%;
        float: left;
        margin-right: 3%;
    }

    dl.triple > dt {
        width: 70%;
        float: left;
    }

    dl.triple > dd {
        width: 7%;
        float: right;
    }

    dl.double dt:first-child {
        width: 45%;
        float: left;
        margin-right: 3%;
    }

    dl.double dt {
        width: 45%;
        float: left;
    }

    dl.double dd {
        width: 7%;
        float: right;
    }

    dl.doubleWithSinge dt:first-child {
        width: 45%;
        float: left;
        margin-right: 3%;
    }

    dl.doubleWithSinge dt {
        width: 45%;
        float: left;
    }

    dl.doubleWithSinge dd {
        width: 7%;
        float: right;
    }

    dl.quad {
        width: 80%;
        display: inline-block;
        margin: 0 10%;
    }

        dl.quad dt {
            width: 23%;
            float: left;
            padding: 0 1%;
        }

        dl.quad dd {
            width: 23%;
            float: right;
            padding: 0 1%;
        }

    .prof_left {
        float: left;
        width: 48%;
    }

    .prof_right {
        float: right;
        width: 48%;
    }

    .dl_basic04 dl dt, .dl_basic04 dl dd {
        border-bottom: 0px solid #b6c4ce;
    }
}

@media print, screen and (min-width: 992px) {
    .form_select01 select {
        padding: 8px 32px 8px 8px;
        font-size: 1.6rem;
    }
}


/**人事表更新**/
table.lists {
    width: 100%;
    font-size: 14px;
}

    table.lists thead th {
        padding: 5px;
        background: #ececec;
        font-weight: normal;
        font-size: 100%;
    }

    table.lists tbody td {
        padding: 5px;
        font-weight: bold;
        font-size: 100%;
    }

    table.lists ul table {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }

        table.lists ul table th {
            padding: 5px;
            background: #ececec;
            font-weight: normal;
            font-size: 100%;
        }

        table.lists ul table td {
            padding: 5px;
            font-weight: normal;
            font-size: 100%;
        }

            table.lists ul table td.name {
                padding: 0px;
            }

.toggle {
    display: none;
}

    .toggle + ul {
        max-height: 0px;
        overflow: hidden;
        transition: all .5s ease;
    }

    .toggle:checked + ul {
        max-height: 100%;
        transition: all .5s ease-in;
    }
/*
table.lists td label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  font-weight: 900;
  padding: 0px;
  color: #f67280;
}
tr.shown table.lists td .label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f146";
  font-weight: 900;
  padding-left: 0px;
  color: #36b5b0;
}
*/
.ico_plus:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0fe";
    font-weight: 900;
    padding: 0px;
    color: #f67280;
}

.ico_minus:before {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    font-weight: 900;
    padding-left: 0px;
    color: #36b5b0;
}

ul.divide {
    width: 100%;
}

    ul.divide li {
        width: 30%;
        float: left;
    }

        ul.divide li:last-child {
            width: 70%;
            float: left;
        }
