
body {
    font-family: "Noto Sans JP", sans-serif;
}
.content {
    width: 81.845vw;
    max-width: 1118px;
    margin: 0 auto;
}
/* レスポンス */
header .left {
    display: flex;
    align-items: center;
}

.calendar_box.pc_none {
    display: none;
}

.res_nav-btn {
    display: none;
}

/* レスポンス 終　 */
.title_part {
    margin: 0 auto;
    width: 1114px;
    display: flex;
}

.backBlue {
    background-color: rgba(68, 98, 177, 0.2) !important;
    color: #4462b1 !important;
    border-radius: 0 7px 7px 0;
    position: relative;
}

    .backBlue::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #4462B1;
        position: absolute;
        left: 0;
        top: 0;
    }

.back_green {
    background-color: rgba(74, 169, 172, 0.15) !important;
    color: var(--green) !important;
    border-radius: 0 7px 7px 0;
    position: relative;
}

    .back_green::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #4AA9AC;
        position: absolute;
        left: 0;
        top: 0;
    }

.back_red {
    background-color: rgba(206, 116, 81, 0.15) !important;
    color: #ce7451 !important;
    border-radius: 0 7px 7px 0;
    position: relative;
}

    .back_red::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #CE7451;
        position: absolute;
        left: 0;
        top: 0;
    }

.back_yellow {
    background-color: rgba(238, 195, 51, 0.15) !important;
    color: #DDAB06 !important;
    border-radius: 0 7px 7px 0;
    position: relative;
}

    .back_yellow::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #DDAB06;
        position: absolute;
        left: 0;
        top: 0;
    }

.back_gray {
    background-color: rgba(143, 160, 164, 0.15) !important;
    color: #83969B !important;
    border-radius: 0 7px 7px 0;
    position: relative;
}

    .back_gray::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #83969B;
        position: absolute;
        left: 0;
        top: 0;
    }
    
.kabutu_table td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e6e8eb;
    font-size: 14px;
    color: #707070;
    /* overflow-x: scroll;
  white-space: nowrap; */
}

.kabutu_table td.back_gray,
.kabutu_table td.back_yellow,
.kabutu_table td.backBlue,
.kabutu_table td.back_green,
.kabutu_table td.back_red {
    border-radius: 0 7px 7px 0;
    font-size: 14px;
    font-weight: 400;
    border-right: none;
    height: 93px;
    margin-right: 5px !important;
}

.kabutu_table td,
.kabutu_table th {
    padding: 3px;
}

.kabutu_table th {
   /* background: rgba(146, 156, 159, 0.2);*/
    color: var(--styBlue);
    border-right: 2px solid rgb(255, 255, 255);
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

    .kabutu_table th::after {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 2px;
        height: 3px;
        background-color: rgba(146, 156, 159, 0.2);
    }

    .kabutu_table th::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -2px;
        width: 2px;
        height: 3px;
        background-color: rgba(146, 156, 159, 0.2);
    }


.ui-jqgrid .ui-jqgrid-btable td.back_gray,
.ui-jqgrid .ui-jqgrid-btable td.back_yellow,
.ui-jqgrid .ui-jqgrid-btable td.backBlue,
.ui-jqgrid .ui-jqgrid-btable td.back_green,
.ui-jqgrid .ui-jqgrid-btable td.back_red
{
    border-radius: 0 7px 7px 0;
    font-size: 14px;
    font-weight: 400;
    border-right: none;
    height: 93px;
    margin-right: 5px !important;
}

.p_content .open_num {
    padding-right: 139px;
}

:root {
    /* Color */
    --green: #4AA9AC;
    --orange: #E89A7B;
    --styBlue: #758A90;
    /* Border Radius */
    --radius5: 5px;
}

.title_part h3 {
    font-size: 18px;
    font-weight: 500;
    color: #4f565d;
    margin-right: 30px;
}

.title_part .title_span {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

    .title_part .title_span .dai {
        font-size: 20px;
        font-weight: 500;
    }
/* FONT */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* ============== */
/* header */
/* ============== */
.header {
    height: 66px;
    width: 100%;
    background-color: white;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 66px;
    padding-left: 29px;
    padding-right: 38px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}

    header .logo {
        display: flex;
        align-items: center;
    }

        header .logo img {
            width: 123px;
            height: 21px;
            margin-right: 10px;
        }

        header .logo .logo-p {
            font-size: 12px;
            color: #4f565d;
        }

.header_secound_box-con {
    display: flex;
    align-items: center;
    border-right: 1px dotted #929c9f;
    margin-right: 15px;
    position: relative;
}

    .header_secound_box-con .header_secound_box-p01 {
        position: absolute;
        left: -60px;
        z-index: -1;
    }


    .header_secound_box-con .box h3 {
        font-size: 14px;
        color: #4f565d;
        margin-top: 3px;
    }

        .header_secound_box-con .box h3 span {
            font-size: 12px;
            color: #929c9f;
            margin-left: 5px;
        }

    .header_secound_box-con img {
        width: 58px;
        height: 58px;
        margin-right: 10px;
    }

.header_secound_box {
    display: flex;
    align-items: center;
}

    .header_secound_box p {
        font-size: 12px;
        color: #929c9f;
        margin-right: 12px;
    }

.logout {
    display: flex;
    font-size: 12px;
    color: #949da0;
    align-items: center;
}

    .logout img {
        width: 13px;
        height: 13px;
        margin-right: 7px;
    }

/* ============== */
/* menu */
/* ============== */
/* MENU LINK */
.menu_section {
    width: 171px;
    background-color: #4f565d;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 22px;
    font-weight: 400;
    margin-top:66px;
}

    .menu_section .menu_p {
        color: #adb4b6;
        font-size: 12px;
        margin-bottom: 18px;
    }

    .menu_section .menu_list {
        color: white;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        transition: all 0.3s;
    }

        .menu_section .menu_list.bb {
            margin-bottom: 30px;
            padding-bottom: 31px;
            border-bottom: 1px dashed #929c9f;
        }

        .menu_section .menu_list svg {
            margin-right: 14px;
            width: 25px;
        }

            .menu_section .menu_list svg path {
                fill: #fff;
                transition: all 0.3s;
            }

        .menu_section .menu_list:hover {
            color: #6ec9cc;
        }

            .menu_section .menu_list:hover svg path {
                fill: #6ec9cc;
            }

/* CALENDAR */
.calendar {
    width: 100%;
    margin-top: 7px;
}

.calendar-container {
    margin-top: 20px;
    position: relative;
}

    .calendar-container h1 {
        font-size: 12px;
        color: #fff;
        text-align: center;
        position: relative;
    }

        .calendar-container h1 span {
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 7px;
            transform: translateY(-50%);
        }

    .calendar-container.right h1 span {
        position: absolute;
        top: 50%;
        left: auto;
        right: 7px;
        transform: translateY(-50%);
    }

.day-of-week {
    background-color: #eaecec;
    height: 20px;
    border-bottom: 1px solid #4f565d;
}

    .day-of-week th {
        color: #4f565d;
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

        .day-of-week th:first-child {
            border-top-left-radius: 5px;
        }

        .day-of-week th:last-child {
            border-top-right-radius: 5px;
        }

.calendar .day {
    background-color: rgba(255, 255, 255, 0.9);
}

.day td {
    font-size: 10px;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
}

.day:nth-of-type(2) td {
    padding-top: 3.9px;
}

.day:last-child td {
    padding-bottom: 5px;
}

    .day:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .day:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

.day .gray {
    color: #aaaaaa;
}

.day .holiday {
    position: relative;
}

    .day .holiday span {
        position: relative;
        z-index: 2;
    }

    .day .holiday::after {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #ffc3c3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 3px;
    }

.calendar_box {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding-left: 12px;
}

    .calendar_box .pink {
        width: 14px;
        height: 14px;
        background-color: #ffc3c3;
        border-radius: 3px;
        margin-right: 6.5px;
    }

    .calendar_box .calendar_box-p {
        font-size: 12px;
        color: #fff;
    }
/* ============== */
/* CONTENT */
/* ============== */
.main_content {
    display: flex;
}

main {
    width: calc(100% - 171px);
    position: relative;
    overflow: hidden;
}

.back_blue {
    width: 100%;
    position: fixed;
    z-index: -1;
    top: -313px;
    left: 90px;
    transform: scale(1.1);
}
/* ================= */
/* TAB CONTENT */
/* ================= */
.main_news {
    width: 1118px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 7px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.1);
    margin-top: 10px;
}

    .main_news li {
        display: flex;
        font-size: 13px;
        color: #707070;
        cursor: pointer;
    }

        .main_news li:not(last-child) {
            margin-bottom: 20px;
        }

        .main_news li .main_news_day {
            margin-right: 15px;
        }

        .main_news li .main_news_time {
            margin-right: 43px;
        }

/* ============== */
/* SECTION02 */
/* ============== */
.section02 {
    background-color: #eaecec;
    margin-top: 25px;
    padding: 25px 80px;
}

.section02_content-size {
    display: flex;
    align-items: center;
    max-width: 1035px;
    margin: 0 auto;
}

.section02 .section02_box .section02_box-content {
    width: 368px;
    height: 101px;
    background-color: rgba(79, 86, 93, 0.6);
    border-radius: 7px;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section02 .section02_box {
    width: 1035px;
    margin: auto;
}

    .section02 .section02_box .section02_box-content:last-child {
        margin-bottom: 0;
    }

    .section02 .section02_box .section02_box-content span {
        font-size: 16px;
        color: #fff;
    }

    .section02 .section02_box .section02_box-content .section02_box-content-h3 {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

        .section02 .section02_box .section02_box-content .section02_box-content-h3::after {
            content: "\5186";
            font-size: 16px;
            font-weight: 400;
            margin-left: 8px;
        }

/* ===================== */
/* GLAF */
/* ===================== */

/* ===================== */
/* SECTION03 */
/* ===================== */
.section03 {
    margin-top: 35px;
}
/* TABLE */
.table {
    margin: auto;
    margin-top: 17px;
    width: 1118px;
    background-color: #fff;
    padding-bottom: 22px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .table.first {
        /* border: 2px solid #fff; */
    }

.table-moji {
    font-size: 12px;
    color: #758a90;
}

.table01 {
    display: flex;
    justify-content: center;
    width: fit-content;
    /* background-color: #fff; */
    border-radius: 7px 7px 0 0;
    /* border-top: 5px solid rgba(146, 156, 159, 0.2); */
    /* border-bottom: 5px solid rgba(146, 156, 159, 0.2); */
    margin: auto;
    width: 1118px;
}

.table01-01 {
    width: 48px;
}

.table01.n01s .table01-01 {
    border-radius: 7px 0 0 0;
    border-left: 3px solid #fff !important;
}

.table01-02 {
    width: 155px;
}

.table01-03,
.table01-04 {
    /* ljh width: 97px;*/
}

.table01-05 {
    width: 80px;
}

.table01-06 {
    width: 76px;
}

.table01-07 {
    width: 66px;
}

.table01-08,
.table01-09,
.table01-10 {
    width: 96px;
}

.table01-11 {
    width: 115px;
    border: none;
}

.table01.n01s .table01-11 {
    border-radius: 0 7px 0 0;
    border-right: 3px solid #fff !important;
}

.table01.n01s .table-moji.b3 {
    border-top: 3px solid #fff !important;
}

.table-moji {
    background-color: rgba(146, 156, 159, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    /* padding: 3px 0; */
}

.border_none {
    border: none !important;
}

.flex {
    display: flex;
}

.direction {
    flex-direction: column;
}

.table01-04_01 {
    border-bottom: 1px solid #fff;
}

.table01-04_01,
.table01-04_02 {
    height: 35px;
}

.table01.n02 .fwb {
    font-weight: bold;
}

.table01.n02 {
    border-radius: 0;
    border-top: 10px solid #fff;
    border-bottom: none;
}

    .table01.n02 .table-moji {
        background-color: #fff;
        padding: 0;
        font-size: 14px;
        color: #707070;
        border-right: 1px solid #e6e8eb;
        overflow: scroll;
        white-space: nowrap;
    }

    .table01.n02 .table01-04_01 {
        border-bottom: 1px solid #e6e8eb;
    }

    .table01.n02 .table01-04_01,
    .table01.n02 .table01-04_02 {
        height: 40px;
    }

    .table01.n02 .table-moji span {
        height: 100%;
        width: 100%;
        border-radius: 0 7px 7px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

        .table01.n02 .table-moji span.blues {
            color: #4462b1;
            background-color: rgba(68, 98, 177, 0.2);
            border-left: 2px solid #4462b1;
        }

        .table01.n02 .table-moji span.green {
            color: #4aa9ac;
            background-color: rgba(74, 169, 172, 0.2);
            border-left: 2px solid #4aa9ac;
        }

        .table01.n02 .table-moji span.red {
            color: #ce7451;
            background-color: rgba(206, 116, 81, 0.15);
            border-left: 2px solid #ce7451;
        }

.table01-03.table-moji.fwb.bb {
    padding: 0 10px;
}

    .table01-03.table-moji.fwb.bb span {
        position: relative;
        height: fit-content;
    }

        .table01-03.table-moji.fwb.bb span::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #707070;
        }

.table01.n02 .table-moji.bg {
    background-color: #f8f8f8;
}

.table01.n02 .table-moji.long {
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}

/* ================== */
/* PAGENATION */
/* ================== */
.pagination_new {
    display: flex;
    align-items: center;
    height:40px;
}

    .pagination_new img {
        width: 6px;
        height: 12px;
    }

    .pagination_new .pagina_number {
        font-size: 14px;
        color: #707070;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 5px;
    }

        .pagination_new .pagina_number:nth-of-type(1) {
            margin-left: 5px;
        }

        .pagination_new .pagina_number.active {
            background-color: #aeaeae;
            color: #fff;
        }

.pagina_number {
    cursor: pointer;
}

/* 件数表示数　スタイル */
.open_num .select {
    position: relative;
    height: 40px;
    width: 76px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid #707070;
}

    .open_num .select::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #707070;
        border-right: 2px solid #707070;
        z-index: -1;
    }

.open_num select {
    width: 76px;
    height: 36px;
    border-radius: 5px;
    padding-left: 20px;
    color: #707070;
    outline: unset;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    background: none;
    border: none;
}

.open_num {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

    .open_num p {
        font-size: 12px;
        color: #afafaf;
        margin-right: 10px;
    }

.content_pagination-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 15px;
}

.space {
    width: 200px;
}

/* ========== */
/* section03 */
/* ========== */
.table.border_on {
    padding: 2px;
    padding-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.1);
}

.check_table-th {
    display: flex;
    background-color: rgba(146, 156, 159, 0.2);
    border-radius: 7px 7px 0 0;
    border: 4px solid rgb(233 235 236);
    align-items: center;
}

.check_table_box th {
    color: #758a90;
    font-size: 14px;
}

.check_table_box tr th:nth-child(1),
.check_table_box tr td:nth-child(1) {
    width: 58px;
}
.check_table_box tr th:nth-child(2),
.check_table_box tr td:nth-child(2) {
    width: 185px;
}

.check_table_box tr th:nth-child(3),
.check_table_box tr td:nth-child(3) {
    width: 219px;
}

.check_table_box tr th:nth-child(4),
.check_table_box tr td:nth-child(4),
.check_table_box tr th:nth-child(5),
.check_table_box tr td:nth-child(5),
.check_table_box tr th:nth-child(6),
.check_table_box tr td:nth-child(6),
.check_table_box tr th:nth-child(7),
.check_table_box tr td:nth-child(7),
.check_table_box tr th:nth-child(8),
.check_table_box tr td:nth-child(8) {
    width: 104px;
}

.check_table_box tr th:nth-child(9),
.check_table_box tr td:nth-child(9) {
    width: 130px;
    border-right: none;
}
.check_table-box {
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .check_table-box .ECM_CheckboxInput {
        padding: 12px 8px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

.login_box .ECM_CheckboxInput {
    margin-right: 0px;
}

.login_box .check_table-box {
    width: 150px;
    height: 36px;
    background-color: var(--green);
    border-radius: var(--radius5);
    cursor: pointer;
}

    .login_box .check_table-box p {
        color: #fff;
        font-size: 14px;
        padding-left: 10px;
    }

    .login_box .check_table-box .ECM_CheckboxInput-DummyInput {
        border: none;
    }

    .login_box .check_table-box .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before,
    .login_box .check_table-box .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
        background-color: var(--green);
    }

    .login_box .check_table-box .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
        background-color: #fff;
    }

.check_table-box.checkText {
    width: auto;
}


.check_table-th_content {
    text-align: center;
    border-right: 1px solid #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .check_table-th_content.n1 {
        width: 175px;
    }

    .check_table-th_content.n2 {
        width: 219px;
    }

    .check_table-th_content.n3,
    .check_table-th_content.n4,
    .check_table-th_content.n5,
    .check_table-th_content.n6,
    .check_table-th_content.n7 {
        width: 104px;
    }

    .check_table-th_content.n8 {
        width: 122px;
        border-right: none;
    }

table .ECM_CheckboxInput {
    padding: 12px 8px 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ECM_CheckboxInput {
    padding: 12px 8px 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 16px;
}


.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}

    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
        background: #4aa9ac;
    }

    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
        border: solid 2px #4aa9ac;
        box-shadow: 0 3px 6px rgba(44, 40, 40, 0.1);
    }

        .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput.yellow {
            background: #eec333;
        }

        .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput.yellow {
            border: solid 2px #eec333;
            box-shadow: 0 3px 6px rgba(44, 40, 40, 0.1);
        }

        .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 35%;
            height: 2px;
            border-radius: 2px;
            transform: translate(-4px, 2px) rotateZ(-134deg);
            transform-origin: 2px 2px;
            background: #ffffff;
        }

        .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 70%;
            height: 2px;
            border-radius: 2px;
            transform: translate(-2px, 3px) rotateZ(-48deg);
            transform-origin: 2px 2px;
            background: #ffffff;
        }

.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    border: solid 2px #929c9f;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}

.ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.check_table-th.gray {
    border-radius: 0;
}

.check_table-th.white {
    background-color: #fff;
    border: unset;
    border-radius: 0;
    border-top: 10px solid #fff;
}

.check_table-th.gray {
    background-color: #F8F8F8;
    border: unset;
    border-top: 10px solid #fff;
}

    .check_table-th.white .check_table-th_content,
    .check_table-th.gray .check_table-th_content {
        border-right: 1px solid #E6E8EB;
    }


/* ============================== */
/* 取引台帳 */
/* ============================== */
.section_t_daichou {
    width: 100%;
}

    .section_t_daichou .t_daichou-header {
        display: flex;
        background-color: #eaecec;
        height: 66px;
        justify-content: center;
        align-items: center;
    }
.new_content {
    max-width: 1118px;
    margin: auto;
}

        .section_t_daichou .t_daichou-header .new_content {
            display: flex;
            width: 1114px;
            padding-left: 20px;
            align-items: center;
        }

        .section_t_daichou .t_daichou-header .t_daichou-header_box {
            display: flex;
            align-items: center;
        }

        .section_t_daichou .t_daichou-header .t_daichou-header_box-flexs {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .section_t_daichou .t_daichou-header .t_daichou-header_box.mr20 {
            margin-right: 20px;
        }


        .section_t_daichou .t_daichou-header .t_daichou-header_box p {
            color: #707070;
            margin-right: 10px;
            font-size: 14px;
        }

.select_style {
    position: relative;
    margin-right: 20px;
}

/*    .select_style::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 10px;
        width: 7px;
        height: 7px;
        border-right: 1px solid #707070;
        border-top: 1px solid #707070;
        transform: rotate(132deg) translateY(50%);
        z-index: 10;
    }*/

.global_select {
    border: 1px solid #8b8b8b;
    border-radius: var(--radius5);
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 24px;
    font-size: 14px;
    outline: unset;
}

.t_daichou-header_box input[type="text"] {
    width: 145px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #8b8b8b;
    border-radius: var(--radius5);
}

    .t_daichou-header_box input[type="text"]#company_tel,
    .t_daichou-header_box input[type="text"]#company_user_name,
    .t_daichou-header_box #CompanyPicSel input[type="text"] {
        width: 159px;
    }

    .t_daichou-header_box input[type="text"]#CompanyMail {
        width: 348px;
    }

.t_daichou-header_box .search-btn {
    width: 90px;
    height: 36px;
    padding-left: 42px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--green);
    border-radius: var(--radius5);
    position: relative;
}

    .t_daichou-header_box .search-btn:hover {
        opacity: 0.8;
    }

.t_daichou-header_box.submit01 {
    position: relative;
}

    .t_daichou-header_box.submit01::after {
        content: "";
        position: absolute;
        top: 51%;
        left: 18px;
        width: 15px;
        height: 15px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        background-image: url(../img/search-outline.svg);
    }


.t_daichou-header-riset-btn {
    font-size: 12px;
    color: #707070;
    margin-left: 20px;
    text-decoration: underline;
}

.section_t_daichou-main_block01,
.section_t_daichou-main_block01-box {
    display: flex;
    align-items: center;
}

.section_t_daichou-main_block01 {
    margin-top: 10px;
    justify-content: space-between;
}

.mail_page-section .section_t_daichou-main_block01 {
    justify-content: flex-start;
}

    .mail_page-section .section_t_daichou-main_block01 .section_t_daichou-main_block01-box {
        margin-left: 180px;
    }

        .mail_page-section .section_t_daichou-main_block01 .section_t_daichou-main_block01-box .mon {
            margin-right: 20px;
        }

.section_t_daichou-main_block01-box p {
    font-size: 14px;
    color: #707070;
}

    .section_t_daichou-main_block01-box p span {
        font-size: 20px;
        color: #707070;
    }

.mr10 {
    margin-right: 10px;
}

.section_t_daichou-main_block01-box .pagination {
    margin-left: 20px;
}

.section_t_daichou-main_block01-box .newBtn {
    cursor: pointer;
}

.section_t_daichou-main_block02 {
    background-color: #fff;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 7px;
    padding-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
}

    .section_t_daichou-main_block02 .pagination {
        justify-content: center;
        margin-top: 35px;
    }

.torihikidaichou_table .ECM_CheckboxInput {
    justify-content: center;
}


.torihikidaichou_table tr th:nth-child(1) {
    border-top-left-radius: 5px;
}

.torihikidaichou_table tr th:nth-child(9) {
    border-top-right-radius: 5px;
}

    .torihikidaichou_table tr th:nth-child(9)::after,
    .torihikidaichou_table tr th:nth-child(9)::before {
        display: none;
    }

.torihikidaichou_table {
    border-radius: 5px;
}


    .torihikidaichou_table tr th:nth-child(1),
    .torihikidaichou_table tr td:nth-child(1) {
        width: 50px;
        border-right: none;
        padding: 0;
        text-align: center;
    }

    .torihikidaichou_table tr th:nth-child(2),
    .torihikidaichou_table tr td:nth-child(2) {
        width: 85px;
        text-align: center;
    }

    .torihikidaichou_table tr th:nth-child(3),
    .torihikidaichou_table tr td:nth-child(3) {
        width: 119px;
        text-align: center;
    }

    .torihikidaichou_table tr th:nth-child(4),
    .torihikidaichou_table tr td:nth-child(4) {
        width: 128px;
        text-align: center;
    }

    .torihikidaichou_table tr th:nth-child(5),
    .torihikidaichou_table tr td:nth-child(5) {
        width: 208px;
        text-align: center;
    }

    .torihikidaichou_table tr th:nth-child(6),
    .torihikidaichou_table tr td:nth-child(6) {
        width: 250px;
    }

    .torihikidaichou_table tr th:nth-child(7),
    .torihikidaichou_table tr td:nth-child(7) {
        width: 133px;
    }

    .torihikidaichou_table tr th:nth-child(8),
    .torihikidaichou_table tr td:nth-child(8) {
        width: 50px;
    }

    .torihikidaichou_table tr th:nth-child(9),
    .torihikidaichou_table tr td:nth-child(9) {
        width: 91px;
        border: none;
    }


/* modal */
.section_t_daichou-new-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(79, 86, 93, 80%);*/
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

    .section_t_daichou-new-modal.open {
        opacity: 1;
        visibility: visible;
    }

.section_t_daichou-new-modal-content {
    width: 362px;
    height: 221px;
    background-color: #fff;
    padding: 20px;
}

.section_t_daichou-new-modal-content_head {
    display: flex;
    justify-content: space-between;
}

.modal01-close_btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.section_t_daichou-new-modal-content h2 {
    font-size: 14px;
    color: #00a29a;
}

.new-modal-content-select_box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    margin-top: 26px;
}

    .new-modal-content-select_box .select_style {
        width: 204px;
        height: 36px;
        margin-left: 20px;
    }

        .new-modal-content-select_box .select_style select {
            background-color: #f8f8f8;
            width: 100%;
            height: 100%;
            border: 1px solid #e6e8eb;
            border-radius: var(--radius5);
            font-size: 14px;
            padding-left: 10px;
        }

.new-modal-content-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
}

    .new-modal-content-btns .modal_close {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius5);
        border: 1px solid #b8bbbe;
        color: #707070;
        width: 150px;
        height: 36px;
        cursor: pointer;
    }

        .new-modal-content-btns .modal_close img {
            width: 15px;
            height: auto;
            margin-right: 10px;
        }

    .new-modal-content-btns .modal_check {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius5);
        width: 150px;
        height: 36px;
        cursor: pointer;
    }

        .new-modal-content-btns .modal_check img {
            margin-right: 10px;
        }

/* ================================ */
/* 取引台帳　詳細画面　スタイル */
/* ================================ */
.section_t_daichou-shousai.content {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    margin-top: 21px;
    padding: 20px;
    padding-right: 40px;
}

.section_t_daichou-shousai-h2 {
    font-size: 14px;
    color: #00a29a;
    margin-bottom: 10px;
}

.section_t_daichou-shousai-h3 {
    font-size: 12px;
    margin-left: 20px;
    color: #00a29a;
    position: relative;
    margin-bottom: 15px;
}

    .section_t_daichou-shousai-h3::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 93%;
        height: 1px;
        border-top: 2px dotted #00a29a;
    }

.row_news {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .row_news p {
        width: 150px;
        font-size: 14px;
        color: #758a90;
    }

    .row_news input[type="tel"],
    .row_news input[type="email"],
    .row_news input[type="text"] {
        width: 300px;
        height: 36px;
        background-color: #f8f8f8;
        border-radius: 5px;
        border: 1px solid #e6e8eb;
    }

    .row_news input[type="tel"] {
        width: 200px;
    }

        .row_news input[type="tel"]::placeholder,
        .row_news input[type="text"]::placeholder {
            color: #cccccc;
        }

    .row_news select,
    .row_news input {
        outline: none;
        padding-left: 10px;
        font-size: 14px;
    }

        .row_news input.cursol_none {
            cursor: not-allowed;
            background-color: #e6e8eb;
            border: 1px solid #e6e8eb;
            color: #707070;
        }

    .row_news .select_style {
        width: 300px;
        height: 36px;
        /*ljh border: 1px solid #e6e8eb;*/
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
    }

        .row_news .select_style select {
            width: 100%;
            height: 100%;
        }

    .row_news div {
        display: flex;
        align-items: center;
    }

    .row_news .number_p {
        font-size: 12px;
        color: #758a90;
        margin-left: 10px;
    }

    .row_news .w_small {
        width: auto;
        margin-right: 20px;
    }

    .row_news input[type="text"].text_in-small01 {
        width: 100px;
        height: 36px;
    }

    .row_news input[type="text"].text_in-small02 {
        width: 40px;
        margin-right: 10px;
    }

    .row_news .text_in-small02 select {
        width: 40px;
        margin-right: 10px;
    }

    .row_news input[type="text"].text_in-small03 {
        width: 100px;
        margin-right: 10px;
    }

    .row_news input[type="text"].text_in-small04 {
        width: 70px;
        margin-right: 10px;
    }

    .row_news input[type="text"].text_in-small05 {
        width: 180px;
        margin-right: 10px;
    }
/* footer nav */
.t_daichou_footer-nav.shipping01 {
    display: flex;
    justify-content: space-between;
    padding-left: 39px;
    padding-right: 39px;
}

    .t_daichou_footer-nav.shipping01 .left .left_btn img,
    .t_daichou_footer-nav.shipping01 .right .right_btn img {
        margin-right: 8px;
    }

    .t_daichou_footer-nav.shipping01 .left .left_btn,
    .t_daichou_footer-nav.shipping01 .right .right_btn {
        border: 1px solid var(--green);
        color: var(--green);
        background-color: #fff;
        border-radius: var(--radius5);
        width: 116px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
    }

        .t_daichou_footer-nav.shipping01 .right .right_btn:nth-child(1) {
            width: 84px;
            margin-right: 10px;
        }

        .t_daichou_footer-nav.shipping01 .right .right_btn:nth-child(2) {
            width: 72px;
        }


    .t_daichou_footer-nav.shipping01 .center,
    .t_daichou_footer-nav.shipping01 .right {
        display: flex;
    }
/* footer nav */
.t_daichou_footer-nav {
    width: calc(100% - 171px);
    background-color: rgba(79, 86, 93, 40%);
    /*margin-top:20px;*/ /*新增*/
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 171px;
    z-index: 99;
}

    .t_daichou_footer-nav .modal_close {
        width: 150px;
        height: 36px;
        background-color: #fff;
        border: 1px solid #b8bbbe;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 11px;
        cursor: pointer;
        font-size: 14px;
        color: #707070;
    }

    .t_daichou_footer-nav .modal_check.green_link {
        width: 150px;
        height: 36px;
        margin-left: 11px;
        cursor: pointer;
    }

        .t_daichou_footer-nav .modal_check.green_link img,
        .t_daichou_footer-nav .modal_close img {
            margin-right: 10px;
        }

.orange_link,
.green_link {
    background-color: var(--green);
    color: #fff;
    font-size: min(14px, 1.045vw);
    font-weight: 400;
    padding-left: min(12px, 0.878vw);
    padding-right: min(12px, 0.878vw);
    border-radius: var(--radius5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
    cursor: pointer;
}

.orange_link {
    background-color: #e89a7b;
}

    .orange_link:hover,
    .green_link:hover {
        opacity: 0.8;
    }

.border-bottom-on {
    border-bottom: 2px solid #fff;
    height: 37px;
}

    .border-bottom-on.other {
        border-bottom: 1px solid #e6e8eb;
        line-height: 37px;
    }
    /*ljh*/
    .border-bottom-on.other2 {
        line-height: 37px;
    }

.border_after.table01-02.fb {
    font-weight: bold !important;
    text-align: start;
    padding-left: 14px;
    line-height: normal;
    width:inherit;
}

.table01-03.fb.bb {
    font-weight: bold;
    text-decoration: underline;
}


.u_content {
    max-width: 1118px;
    width: 100%;
    margin: auto;
}

    .u_content .pagination {
        margin: auto;
        justify-content: center;
    }
/* ================================= */
/* 03_ユーザー管理-詳細01
/* ================================= */
.u02_content-box_tab-container #select01 {
    color: #cccccc;
}

.u02_content {
    max-width: 1118px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 21px;
    padding-left: 20px;
    padding-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 30%);
}

    .u02_content .u02_content-box .u02_content-box_tab {
        display: flex;
    }

        .u02_content .u02_content-box .u02_content-box_tab div {
            font-size: 14px;
            font-weight: 400;
            padding-bottom: 6px;
            padding-top: 20px;
            cursor: pointer;
            margin-right: 30px;
        }

            .u02_content .u02_content-box .u02_content-box_tab div.active {
                color: #00a29a;
                border-bottom: 3px solid rgba(74, 169, 172, 30%);
            }

.u02_content-box_tab-container-con p {
    color: #758a90;
    font-size: 14px;
    font-weight: 400;
    width: 108px;
}

.u02_content-box_tab-container-con .xrequired {
    font-size: 10px;
    color: var(--orange);
    border: 1px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 16px;
    border-radius: var(--radius5);
    margin-right: 10px;
}

.u02_content-box_tab-container-con input[type="tel"] {
    width: 200px;
    height: 36px;
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    border-radius: var(--radius5);
    padding-left: 10px;
    font-size: 14px;
    outline: none;
}

    .u02_content-box_tab-container-con input[type="tel"]::placeholder {
        color: #cccccc;
    }

.u02_content-box_tab-container-con input[type="email"],
.u02_content-box_tab-container-con input[type="text"],
.u02_content-box_tab-container-con input[type="password"] {
    width: 300px;
    height: 36px;
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    border-radius: var(--radius5);
    padding-left: 10px;
    font-size: 14px;
    outline: none;
}

.u02_content-box_tab-container-con {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .u02_content-box_tab-container-con .select_style {
        width: 300px;
        height: 36px;
        border: 1px solid #e6e8eb;
        background-color: #f8f8f8;
        border-radius: var(--radius5);
        display: flex;
        align-items: center;
        padding-left: 10px;
        font-size: 14px;
    }

        .u02_content-box_tab-container-con .select_style select {
            width: 100%;
            height: 100%;
            font-size: 16px;
            outline: none;
        }

.upload-label {
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
    background: var(--green);
    color: #fff;
    font-size: 14px;
    border-radius: var(--radius5);
    padding: 3px 12px;
    margin-left: 0px;
}

    .upload-label input {
        display: none;
    }

.u02_content-box_tab-container-con.w148 p {
    width: 148px;
}

.u02_content-box_tab-container-con small {
    color: #758a90;
    font-size: 12px;
    margin-left: 10px;
}

.u02_content-box_tab-container-con input[type="number"] {
    width: 135px;
    height: 36px;
    color: #707070;
    font-size: 14px;
    background-color: #e6e8eb;
    border: 1px solid #e6e8eb;
    border-radius: var(--radius5);
    padding-left: 10px;
    outline: none;
    cursor: not-allowed;
}

.u02_content-box_tab-container-con.w148.jusho input[type="text"] {
    width: 650px;
    height: 36px;
    background-color: #e6e8eb;
    color: #707070;
    cursor: not-allowed;
}

.u02_content-box_tab-container-con .check_table-box.checkText p {
    width: 100%;
}

.u02_content-box_tab-container-con.n02 {
    margin-left: 35px;
}

.u02_content-box_tab-container-con.m0.m40_01 {
    margin-top: 40px;
}

.u02_content-box_tab-container-con.m0 {
    margin-bottom: 0;
}

.u02_content-box_tab-container-con.w148.mt40 {
    margin-top: 40px;
}


/*******************************************************************************************/
/* ========================================== */
/* ユーザ管理 */
/* ========================================== */
.user_mg-content {
    width: 100%;
}

    .user_mg-content .user_mg-content_head {
        width: 100%;
        background-color: #eaecec;
        padding: 20px 0;
    }

        .user_mg-content .user_mg-content_head .u_content {
            width: 1118px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            padding-left: 20px;
        }

            .user_mg-content .user_mg-content_head .u_content div{
                display: flex;
                align-items: center;
            }

                .user_mg-content .user_mg-content_head .u_content div p {
                    font-size: 14px;
                    color: #707070;
                    margin-right: 10px;
                }

                .user_mg-content .user_mg-content_head .u_content div input[type="text"],
                .user_mg-content .user_mg-content_head .u_content div input[type="email"] {
                    border: 1px solid #707070;
                    border-radius: 5px;
                    background-color: #fff;
                    height: 36px;
                }

                .user_mg-content .user_mg-content_head .u_content div:nth-child(1) .select_style input[type="text"] {
                    width: 75px;
                }

            .user_mg-content .user_mg-content_head .u_content .div:nth-child(2) .select_style input[type="text"] {
                width: 160px;
            }

                .user_mg-content .user_mg-content_head .u_content div:nth-child(3) input[type="text"] {
                    width: 130px;
                }

                .user_mg-content .user_mg-content_head .u_content div:nth-child(4) input[type="email"] {
                    width: 160px;
                }

                .user_mg-content .user_mg-content_head .u_content div.flex_box {
                    display: flex;
                    flex-wrap: wrap;
                }

                    .user_mg-content .user_mg-content_head .u_content div.flex_box p {
                        cursor: pointer;
                        font-size: 12px;
                        color: #707070;
                        text-decoration: underline;
                    }

                    .user_mg-content .user_mg-content_head .u_content div.flex_box button.green_link {
                        height: 36px;
                        width: 90px;
                        justify-content: flex-end;
                        padding-right: 20px;
                        position: relative;
                        margin-right: 20px;
                    }

                        .user_mg-content .user_mg-content_head .u_content div.flex_box button.green_link::after {
                            content: "";
                            width: 14px;
                            height: 14px;
                            background-image: url('../../jpcontent/img/search-outline.svg');
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                            left: 20px;
                        }


.borderRadius {
    width: 100% !important;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    padding-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
}

.user_mg-content .open_num {
    margin-right: 139px;
}
.m_content .part_table {
    border: none;
    border-radius: 7px;
}
.u_content .part_table {
    border: none;
    border-radius: 7px;
}

    .u_content .part_table thead tr th {
        text-align: center;
        vertical-align: middle;
    }

/*        .u_content .part_table thead tr th:nth-child(1) {
            vertical-align: middle;
        }*/

    .u_content .part_table thead tr th,
    .u_content .part_table tr td {
        width: auto;
    }

        .u_content .part_table thead tr th:nth-child(2),
        .u_content .part_table tr td:nth-child(2){
            width: 58px ;
        }
        .u_content .part_table thead tr th:nth-child(3),
        .u_content .part_table tr td:nth-child(3){
            width: 171px ;
        }

        .u_content .part_table thead tr th:nth-child(4),
        .u_content .part_table tr td:nth-child(4){
            width: 134px ;
        }

        .u_content .part_table thead tr th:nth-child(5),
        .u_content .part_table tr td:nth-child(5){
            width: 133px ;
        }

        .u_content .part_table thead tr th:nth-child(7),
        .u_content .part_table tr td:nth-child(7) {
            width: 123px ;
        }

        .u_content .part_table thead tr th:nth-child(8),
        .u_content .part_table tr td:nth-child(8) {
            width: 94px ;
        }

        .u_content .part_table thead tr th:nth-child(9),
        .u_content .part_table tr td:nth-child(9) {
            width: 260px ; /*260修改为160*/
        }

        .u_content .part_table thead tr th:nth-child(10),
        .u_content .part_table tr td:nth-child(10){
            width: 95px ;
        }

        .u_content .part_table thead tr th:nth-child(10) {
            border-radius: 0 7px 0 0;
        }

       .u_content .part_table thead tr th:nth-child(10)::before {
           display: none;
       }


    .u_content .part_table tbody tr td.pn {
        padding-left: 0;
        border-right: none;
    }

.u_content .borderB {
    border: none;
    border-bottom: 1px solid #fff;
}

.u_content .part_table thead tr th.borderR-left {
    padding-right: 12px;
    border-radius: 7px 0 0 0;
    text-align: end;
    padding-left: 12px;
}

    .u_content .part_table thead tr th.borderR-left .ECM_CheckboxInput {
        padding-right: 0;
        padding-left: 0;
       /* margin-right: 10px;*/
    }

    .u_content .part_table thead tr th.borderR-left .check_table-box {
        width: auto;
        justify-content: start;
    }

.u_content .part_table tr td.pl0 {
    padding-left: 12px;
}

    .u_content .part_table tr td.pl0 .check_table-box {
        justify-content: start;
    }

    .u_content .part_table tr td.pl0 .ECM_CheckboxInput {
        padding-left: 0;
        padding-right: 18px;
    }

/* ================================ */
/* 14_お知らせ−検索画面 */
/* ================================ */
.news_head {
    width: 100%;
    background-color: #eaecec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_head_child.n02 .head_content_part_btn-box {
    margin-left: auto;
}

.news_head_child {
    max-width: 1118px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.news_head_child-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .news_head_child-box p {
        font-size: 14px;
        color: #707070;
        margin-right: 10px;
    }

.news_head_child.n01 {
    margin-bottom: 20px;
}

    .news_head_child.n01 .style_select {
        width: 345px;
        height: 36px;
        background-color: #fff;
        border-radius: var(--radius5);
        border: 1px solid #8b8b8b;
        font-size: 14px;
        color: #707070;
        display: flex;
        align-items: center;
        position: relative;
    }

        .news_head_child.n01 .style_select select {
            width: 100%;
            height: 100%;
            padding-left: 10px;
            outline: none;
        }

        .news_head_child.n01 .style_select::after,
        .news_head_child.n02 .style_select::after {
            position: absolute;
            top: 50%;
            right: 20px;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #333;
            border-right: 1px solid #333;
            content: "";
            transform: rotate(45deg) translateY(-50%);
        }

.news_head_child-box input[type="text"] {
    width: 345px;
    height: 36px;
    background-color: #fff;
    border-radius: var(--radius5);
    border: 1px solid #8b8b8b;
    font-size: 14px;
    color: #707070;
    display: flex;
    align-items: center;
    outline: none;
    padding-left: 10px;
}

.news_head_child.n02 .style_select {
    width: 142px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #8b8b8b;
    position: relative;
    border-radius: var(--radius5);
}

    .news_head_child.n02 .style_select select {
        font-size: 14px;
        color: #707070;
        width: 100%;
        height: 100%;
        outline: none;
        padding-left: 10px;
    }

.news_head_child .close_btn {
    font-size: 12px;
    color: #707070;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 20px;
}

.news_content-block .green_link.mr10.newBtn {
    margin-left: 139px;
}

.news_table-coner {
    width: 1118px;
    margin: auto;
}

    .news_table-coner .check_table-box {
        width: fit-content;
    }

        .news_table-coner .check_table-box .ECM_CheckboxInput {
            padding: 0px;
        }

    .news_table-coner .part_table {
        background-color: transparent;
    }

        .news_table-coner .part_table thead tr th {
            text-align: center;
            height: 45px;
        }

            .news_table-coner .part_table thead tr th:nth-child(1),
            .news_table-coner .part_table tbody tr td:nth-child(1){
                width: 58px ;
            }

                .news_table-coner .part_table thead tr th:nth-child(1)::after,
                .news_table-coner .part_table tbody tr td:nth-child(1)::after,
                .news_table-coner .part_table thead tr th:nth-child(1)::before,
                .news_table-coner .part_table tbody tr td:nth-child(1)::before {
                    display: none;
                }

            .news_table-coner .part_table thead tr th:nth-child(2),
            .news_table-coner .part_table table tbody tr td:nth-child(2) {
                width: 100px;
                padding-left: 0;
            }

                .news_table-coner .part_table thead tr th:nth-child(3),
                .news_table-coner .part_table tbody tr td:nth-child(3) {
                    width: 96px;
                }

            .news_table-coner .part_table thead tr th:nth-child(4),
            .news_table-coner .part_table tbody tr td:nth-child(4) {
                width: 253px;
            }

            .news_table-coner .part_table thead tr th:nth-child(5),
            .news_table-coner .part_table tbody tr td:nth-child(5) {
                width: 398px;
            }

            .news_table-coner .part_table thead tr th:nth-child(6),
            .news_table-coner .part_table tbody tr td:nth-child(6) {
                width: 127px;
            }

            .news_table-coner .part_table thead tr th:nth-child(7),
            .news_table-coner .part_table tbody tr td:nth-child(7) {
                width: 91px;
                border: none;
                border-top-right-radius: 7px;
            }


    .news_table-coner .borderRadius .pagination {
        justify-content: center;
    }

/* ==================================== */
/* 06_商品管理−検索画面 */
/* ==================================== */
.product_head {
    width: 100%;
    background-color: #eaecec;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .product_head .product_head_block {
        display: flex;
    }

    .product_head .product_head_block {
        width: 1118px;
        margin: auto;
    }

        .product_head .product_head_block.n01 {
            margin-bottom: 20px;
        }

.product_head_block.n02 {
    display: flex;
    align-items: center;
}

.product_head .product_head_block .product_head-box {
    display: flex;
    align-items: center;
}

    .product_head .product_head_block .product_head-box input[type="text"] {
        height: 36px;
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: var(--radius5);
        font-size: 14px;
        color: #707070;
        padding-left: 10px;
        outline: none;
    }

.product_head .product_head-box p {
    font-size: 14px;
    color: #707070;
    margin-right: 10px;
}

.product_head .product_head-box {
    margin-right: 20px;
}

.product_head_block .select_style {
    height: 36px;
    background-color: #fff;
    border-radius: var(--radius5);
    margin-right: 0;
}

    .product_head_block .select_style select {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        outline: none;
    }

.product_head_block .green_link {
    margin-right: 20px;
    width: 80px;
    justify-content: end;
    position: relative;
    height: 36px;
}

    .product_head_block .green_link::after {
        content: "";
        width: 14px;
        height: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        background-image: url(../img/search-outline.svg);
    }

.product_head_block.n02-02 .flex-box,
.product_head_block.n02 .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product_head_block .close_btn {
    font-size: 12px;
    color: #707070;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.product_head-box.n01 input {
    width: 150px;
}

.product_head-box.n02 input {
    width: 190px;
}

.product_head-box.n03  input[type=text] {
    width: 184px;
}

.product_head-box.n04  input[type=text] {
    width: 130px;
}

.product_head_block.n02 .product_head-box.n01 .select_style input[type=text] {
    width: 384px;
}

.product_head_block.n02 .product_head-box.n03  input,
.product_head_block.n02 .product_head-box.n02  input {
    width: 142px;
}

.p_content {
    width: 1118px;
    margin: auto;
}

    .p_content .green_link.mr10.newBtn {
        margin-left: auto;
        margin-right: 0;
    }

    .p_content .open_num {
        padding-right: 139px;
    }

    .p_content .part_table {
        width: 100%;
    }

        .p_content .part_table .check_table-box {
            width: fit-content;
        }

        /*.p_content .part_table .check_table-box .ECM_CheckboxInput {
                padding: 0;
            }*/

        .p_content .part_table tr th {
            height: 45px;
            text-align: center;
        }

            /*.p_content .part_table tr td:nth-child(1),
            .p_content .part_table tr th:nth-child(1) {
                border-right: none;
                width: 50px;
                padding: 0;*/
                /*padding-left: 12px;*/
            /*}*/

    .p_content .part_table {
        background-color: transparent;
    }

        .p_content .part_table tr th:nth-child(1) {
            border-top-left-radius: 7px;
        }

        .p_content .part_table tr td:nth-child(2),
        .p_content .part_table tr th:nth-child(2) {
            width: 128px;
            padding-left: 0;
        }

        .p_content .part_table tr td:nth-child(3),
        .p_content .part_table tr th:nth-child(3) {
            width: 179px;
        }

        .p_content .part_table tr th:nth-child(4),
        .p_content .part_table tr td:nth-child(4) {
            width: 159px;
        }

        .p_content .part_table tr th:nth-child(5),
        .p_content .part_table tr td:nth-child(5) {
            width: 103px;
        }

        .p_content .part_table tr th:nth-child(6),
        .p_content .part_table tr td:nth-child(6) {
            width: 184px;
        }

        .p_content .part_table tr th:nth-child(7),
        .p_content .part_table tr td:nth-child(7) {
            width: 94px;
            border-right: 1px solid #e6e8eb;
        }

        .p_content .part_table tr th:nth-child(8),
        .p_content .part_table tr td:nth-child(8) {
            width: 94px;
        }

        .p_content .part_table tr th:nth-child(9),
        .p_content .part_table tr td:nth-child(9) {
            width: 92px;
        }

        .p_content .part_table tr th:nth-child(9) {
            border-top-right-radius: 7px;
        }

            .p_content .part_table tr th:nth-child(9)::after,
            .p_content .part_table tr td:nth-child(9)::after,
            .p_content .part_table tr th:nth-child(9)::before,
            .p_content .part_table tr td:nth-child(9)::before {
                display: none;
            }

        .p_content .part_table .even {
            border-top: 5px solid #fff;
            border-bottom: 5px solid #fff;
        }

    .p_content .pagination {
        justify-content: center;
    }

/* ========================================= */
/* Quote Page */
/* ========================================= */
.quote_head .product_head-box.n01-02 input[type="text"] {
    width: 180px;
}

.quote_head .product_head-box.n02-02 input[type="text"] {
    width: 335px;
}

.quote_head .product_head_block.n02-02 .product_head-box.n01-02 input[type="text"] {
    width: 440px;
}

.quote_head .product_head_block.n02-02 .product_head-box.n02-02 .select_style input[type="text"] {
    width: 130px;
}

.quote_head .product_head-box {
    margin-right: 10px;
}

.quote_head .product_head_block.n02-02,
.quote_head .product_head_block.n01 {
    align-items: center;
    padding-left: 20px;
}

.q_content .part_table tr td:nth-child(2),
.q_content .part_table tr th:nth-child(2) {
    width: 84px;
}

.q_content .part_table tr td:nth-child(3),
.q_content .part_table tr th:nth-child(3) {
    width: 94px;
}

.q_content .part_table tr td:nth-child(4),
.q_content .part_table tr th:nth-child(4) {
    width: 147px;
}

.q_content .part_table tr td:nth-child(5),
.q_content .part_table tr th:nth-child(5) {
    width: 152px;
}

.q_content .part_table tr td:nth-child(6),
.q_content .part_table tr th:nth-child(6) {
    width: 168px;
}

.q_content .part_table tr td:nth-child(7),
.q_content .part_table tr th:nth-child(7) {
    width: 204px;
}

.q_content .part_table tr td:nth-child(8),
.q_content .part_table tr th:nth-child(8) {
    width: 130px;
    border-top-right-radius: 0;
    border-right: 1px solid #fff;
}


.q_content .part_table tr td:nth-child(9),
.q_content .part_table tr th:nth-child(9) {
    width: 91px;
/*    border: none;*/
}

.q_content .part_table tr td:nth-child(10),
.q_content .part_table tr th:nth-child(10) {
    width: 91px;
    border-top-right-radius: 7px;
    /*    border: none;*/
}

.q_content .part_table tr td:nth-child(7) {
    border-right: 1px solid #e6e8eb;
}

    .q_content .part_table tr th:nth-child(7)::after,
    .q_content .part_table tr td:nth-child(7)::after,
    .q_content .part_table tr th:nth-child(7)::before,
    .q_content .part_table tr td:nth-child(7)::before {
        display: block;
    }

.q_content .part_table tr th:nth-child(8)::after,
.q_content .part_table tr td:nth-child(8)::after,
.q_content .part_table tr th:nth-child(8)::before,
.q_content .part_table tr td:nth-child(8)::before {
    display: none;
}

/*=============================画面===============================*/
/* ================================ */
/* 取引台帳　詳細画面(編集画面)　スタイル */
/* ================================ */
.t_daichou_shousai02-block {
    display: flex;
    flex-direction: column;
}
/* .t_daichou_shousai02-block.n01 {
    margin-right: 28px;
} */
.t_daichou_shousai02-block_box {
    display: flex;
}

    .t_daichou_shousai02-block_box:first-child {
        margin-bottom: 21px;
    }

.t_daichou_shousai02-block_big-box.flexs {
    display: flex;
}

.t_daichou_shousai02-block_box h3,
.t_daichou_shousai02-block_big-box .flex_box h3 {
    font-size: 14px;
    color: #758a90;
    width: 96px;
    padding-left: 20px;
    margin-top: 8px;
}

.t_daichou_shousai02-block_box .right .flex_box {
    align-items: center;
}

    .t_daichou_shousai02-block_box .right .flex_box.n01 {
        margin-bottom: 10px;
    }

    .t_daichou_shousai02-block_big-box.number01-1 .flex_box p,
    .t_daichou_shousai02-block_box .right .flex_box p {
        color: #758a90;
        font-size: 11px;
        width: 33px;
        margin-right: 7px;
    }

    .t_daichou_shousai02-block_box .right .flex_box input[type="text"].text_contain {
        width: 349px;
        height: 36px;
        background-color: #f8f8f8;
        padding-left: 8px;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #e6e8eb;
        border-radius: 5px;
        outline: none;
    }

        .t_daichou_shousai02-block_box .right .flex_box input[type="text"].text_contain[readonly] {
            cursor: no-drop;
        }

    .t_daichou_shousai02-block_box .right .flex_box textarea.text_area_contain {
        width: 349px;
        height: 77px;
        background-color: #f8f8f8;
        padding-left: 8px;
        padding-top: 7px;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #e6e8eb;
        border-radius: 5px;
        outline: none;
        resize: none;
        color: #707070;
    }

        .t_daichou_shousai02-block_box .right .flex_box textarea.text_area_contain::placeholder {
            color: #cccccc;
        }

    .t_daichou_shousai02-block_box .right .flex_box.nono_aling {
        align-items: flex-start;
    }

.t_daichou_shousai02-block_box.n02 .right .flex_box p {
    padding-top: 9px;
}
/* iso */
.t_daichou_shousai02-block_box.n03 {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .t_daichou_shousai02-block_box.n03 .flex_box {
        display: flex;
        align-items: center;
    }

        .t_daichou_shousai02-block_box.n03 .flex_box input {
            width: 388px;
            height: 36px;
            background-color: #f8f8f8;
            padding-left: 8px;
            font-size: 14px;
            font-weight: 400;
            border: 1px solid #e6e8eb;
            border-radius: 5px;
            outline: none;
            color: #707070;
        }

.t_daichou_shousai02-block_big-box.number01-1 .flex_box {
    display: flex;
}

    .t_daichou_shousai02-block_big-box.number01-1 .flex_box:first-child {
        margin-bottom: 20px;
    }

    .t_daichou_shousai02-block_big-box.number01-1 .flex_box textarea {
        width: 137px;
        height: 340px;
        overflow: scroll;
        padding: 7px 12px;
        background-color: #f8f8f8;
        border: 1px solid #e6e8eb;
        resize: none;
        border-radius: 5px;
        font-size: 12px;
        color: #707070;
        font-weight: 400;
        line-height: 1.5;
    }

.flex_box_small-items {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 11px;
    color: #758a90;
}

    .flex_box_small-items:last-child {
        margin-bottom: 0;
    }

    .flex_box_small-items input {
        width: 80px;
        height: 26px;
        padding-left: 8px;
        font-size: 14px;
        color: #707070;
        background-color: #f8f8f8;
        border: 1px solid #e6e8eb;
        border-radius: 5px;
        margin-right: 5px;
    }

.t_daichou_shousai02-block_big-box.number01-2 .flex_box {
    display: flex;
}

    .t_daichou_shousai02-block_big-box.number01-2 .flex_box h3 {
        width: 68px;
    }

    .t_daichou_shousai02-block_big-box.number01-2 .flex_box:first-child {
        align-items: center;
        font-size: 12px;
        color: #758a90;
        margin-bottom: 20px;
    }

        .t_daichou_shousai02-block_big-box.number01-2 .flex_box:first-child .w_aout {
            width: fit-content;
            margin-right: 20px;
        }

        .t_daichou_shousai02-block_big-box.number01-2 .flex_box:first-child input {
            width: 110px;
            height: 36px;
            background-color: #f8f8f8;
            border: 1px solid #e6e8eb;
            border-radius: 5px;
            padding-left: 20px;
            margin-right: 5px;
        }

    .t_daichou_shousai02-block_big-box.number01-2 .flex_box textarea {
        width: 183px;
        height: 485px;
        overflow: scroll;
        padding: 7px;
        font-size: 12px;
        background-color: #f8f8f8;
        border: 1px solid #e6e8eb;
        border-radius: 5px;
        color: #707070;
        line-height: 1.5;
        resize: none;
    }

.flex_block.n01 {
    display: flex;
    justify-content: space-between;
}

.t_daichou_shousai02-block02_box {
    display: flex;
}

    .t_daichou_shousai02-block02_box.colunm {
        flex-direction: column;
    }

    .t_daichou_shousai02-block02_box .flex_box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .t_daichou_shousai02-block02_box .flex_box:last-child {
            margin-bottom: 0;
        }

        .t_daichou_shousai02-block02_box .flex_box input[type="text"] {
            width: 175px;
            height: 36px;
            background-color: #f8f8f8;
            border: 1px solid #e6e8eb;
            border-radius: 5px;
            color: #707070;
            padding-left: 10px;
            font-size: 14px;
        }

.t_daichou_shousai02-block02_box-one,
.t_daichou_shousai02-block02_box-one_colunm div {
    display: flex;
}

.t_daichou_shousai02-block02_box-one_colunm div {
    align-items: center;
}

    .t_daichou_shousai02-block02_box-one_colunm div:first-child {
        margin-bottom: 10px;
    }

.t_daichou_shousai02-block02_box.one .flex_box p {
    padding-top: 0;
}

.t_daichou_shousai02-block02_box.one .flex_box {
    margin-bottom: 0;
}

.t_daichou_shousai02-block02_box-one h3,
.t_daichou_shousai02-block02_box .flex_box p {
    font-size: 14px;
    color: var(--styBlue);
    padding-top: 8px;
    width: 96px;
    padding-left: 20px;
}

.t_daichou_shousai02-block02_box-one_colunm div p {
    font-size: 11px;
    color: var(--styBlue);
    width: 33px;
    margin-right: 7px;
}

.t_daichou_shousai02-block02_box-one_colunm div input[type="text"] {
    width: 135px;
    height: 36px;
    background-color: #f8f8f8;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    color: #707070;
    font-size: 14px;
    padding-left: 10px;
}

.t_daichou_shousai02-block02_box.one {
    margin-bottom: 10px;
}

    .t_daichou_shousai02-block02_box.one input {
        padding-left: 12px;
    }

.t_daichou_shousai02-block02_box-one_part02 {
    margin-top: 10px;
}

    .t_daichou_shousai02-block02_box-one_part02 .flex_box input[type="text"] {
        padding-left: 12px;
    }

    .t_daichou_shousai02-block02_box-one_part02 .flex_box {
        margin-bottom: 10px;
    }

        .t_daichou_shousai02-block02_box-one_part02 .flex_box:last-child {
            margin-bottom: 0;
        }

.flex_blocks {
    display: flex;
}

    .flex_blocks .t_daichou_shousai02-block02_box.colunm h3 {
        padding-top: 10px;
    }


    .flex_blocks .t_daichou_shousai02-block02_box.colunm p {
        padding-top: 0;
    }

.t_daichou_shousai02-block02_box .flex_box.pt10 p {
    padding-top: 10px;
}

.t_daichou_shousai02-block02_box.colunm .flex_box textarea {
    font-size: 12px;
    color: #707070;
    padding: 7px 10px;
    background-color: #f8f8f8;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    width: 175px;
    height: 127px;
    resize: none;
    line-height: 1.5;
}

.flex_box.aling_none {
    align-items: flex-start;
}

.t_daichou_shousai02-block02_box.three .flex_box {
    display: flex;
}

    .t_daichou_shousai02-block02_box.three .flex_box h3 {
        font-size: 14px;
        color: #758a90;
        padding-left: 20px;
        width: 96px;
    }

.t_daichou_shousai02-block02_box.three {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

    .t_daichou_shousai02-block02_box.three .img_block.n01 {
        display: flex;
        flex-wrap: wrap;
        width: 446px;
        margin-left: 96px;
        gap: 5px;
    }

        .t_daichou_shousai02-block02_box.three .img_block.n01 .box_cover {
            width: 145px;
            height: 140px;
            background-image: url(../../jpcontent/img/content_items-img/noimage.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

            .t_daichou_shousai02-block02_box.three .img_block.n01 .box_cover.onimg:nth-child(1) {
                background-image: url(../../jpcontent/img/content_items-img/img_box-n01_img01.jpg);
            }

            .t_daichou_shousai02-block02_box.three .img_block.n01 .box_cover.onimg:nth-child(2) {
                background-image: url(../../jpcontent/img/content_items-img/img_box-n01_img02.jpg);
            }

.flex_block.n02 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

    .flex_block.n02 .flex_box {
        display: flex;
        align-items: center;
    }

        .flex_block.n02 .flex_box h3 {
            font-size: 14px;
            color: #758a90;
            width: 124px;
            text-align: center;
        }

.img_block.n02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

    .img_block.n02 .box_cover {
        width: 199px;
        height: 140px;
        background-image: url(../../jpcontent/img/content_items-img/noimage.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .img_block.n02 .box_cover.onimg:nth-child(1) {
            background-image: url(../../jpcontent/img/content_items-img/img_box-n01_img03.jpg);
        }

        .img_block.n02 .box_cover.onimg:nth-child(2) {
            background-image: url(../../jpcontent/img/content_items-img/img_box-n01_img04.jpg);
        }

        .img_block.n02 .box_cover.onimg:nth-child(3) {
            background-image: url(../../jpcontent/img/content_items-img/img_box-n01_img05.jpg);
        }

/* pop 01 */
.t_daichou-pop01,
.t_daichou-pop02 {
    width: 100%;
    height: 100vh;
    background-color: rgba(79, 86, 93, 80%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

    .t_daichou-pop01.open,
    .t_daichou-pop02.open {
        opacity: 1;
        visibility: visible;
    }

.t_daichou-pop01_box,
.t_daichou-pop02_box {
    width: 748px;
    padding: 20px;
    background-color: #fff;
}

.t_daichou-pop02_box02 {
    margin-top: 25px;
}

.t_daichou-pop02_box_block,
.t_daichou-pop02_box02 {
    display: flex;
    justify-content: space-between;
}

    .t_daichou-pop02_box02 .flex_btn_box {
        display: flex;
    }

        .t_daichou-pop02_box02 .flex_btn_box .green_link {
            margin-left: 10px;
        }

.t_daichou-pop01_box-block .btns_box {
    display: flex;
    align-items: center;
}

    .t_daichou-pop01_box-block .btns_box .down_btn {
        width: 16px;
        height: 16px;
        cursor: pointer;
        position: relative;
    }

        .t_daichou-pop01_box-block .btns_box .down_btn::after {
            content: "";
            width: 16px;
            height: 1px;
            background-color: #929c9f;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

    .t_daichou-pop01_box-block .btns_box img,
    .t_daichou-pop02_box img {
        cursor: pointer;
    }

.t_daichou-pop01_box-block {
    display: flex;
    justify-content: space-between;
}

.t_daichou-pop01_box .flex_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.t_daichou-pop01_box-block h3,
.t_daichou-pop02_box h3 {
    color: #00a29a;
    font-size: 14px;
}

.t_daichou-pop01_box-block .btns_box img:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.t_daichou-pop01 table {
    width: 100%;
    margin-top: 10px;
}

.t_daichou-pop01 table,
td,
th {
    border-collapse: collapse;
}

.t_daichou-pop01 td,
th {
/*    padding: 3px;*/
    width: 30px;
    height: 25px;
}

.t_daichou-pop01 th {
    background: #E9EbEC;
    height: 45px;
}

.t_daichou-pop01 .even {
    background-color: #F8F8F8;
}

.t_daichou-pop01 table tr th {
    position: relative;
    border-right: 1px solid #fff;
    text-align: center;
    vertical-align: inherit;
    color: #758A90;
    font-size: 12px;
    font-weight: 400;
}

    .t_daichou-pop01 table tr th::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 5px;
        background-color: #E9EbEC;
    }

    .t_daichou-pop01 table tr th::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -1px;
        width: 1px;
        height: 5px;
        background-color: #E9EbEC;
    }

.t_daichou-pop01 table tr td {
    border-right: 1px solid #E6E8EB;
    font-size: 14px;
    color: #707070;
    vertical-align: inherit;
    line-height: 1.75;
    text-align: center;
}

    .t_daichou-pop01 table tr td:last-child {
        border-right: none;
    }

    .t_daichou-pop01 table tr td img {
        width: 100%;
        height: auto;
    }

    .t_daichou-pop01 table tr th:nth-child(1),
    .t_daichou-pop01 table tr td:nth-child(1) {
        width: 95px;
    }

/*    .t_daichou-pop01 table tr th:nth-child(2),
    .t_daichou-pop01 table tr td:nth-child(2) {
        width: 24px;
        padding: 10px 12px;
        margin: auto;
    }*/

    .t_daichou-pop01 table tr th:nth-child(3),
    .t_daichou-pop01 table tr td:nth-child(3) {
        width: 175px;
        padding: 10px 12px;
        margin: auto;
    }

    .t_daichou-pop01 table tr th:nth-child(4),
    .t_daichou-pop01 table tr td:nth-child(4) {
        width: 356px;
        padding: 0 12px;
    }

    .t_daichou-pop01 table tr th:nth-child(5),
    .t_daichou-pop01 table tr td:nth-child(5) {
        width: 52px;
    }

.t_daichou-pop01 table .check_table-box {
    display: flex;
}

.t_daichou-pop01 table tbody {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 370px;
}

.t_daichou-pop01 table tbody,
.t_daichou-pop01 table thead {
    display: block;
}

.t_daichou-pop01 .content_pagination-box .space span {
    font-size: 20px;
    margin: 0 3px;
}

.t_daichou-pop02 .content_pagination-box .space,
.t_daichou-pop01 .content_pagination-box .space {
    font-size: 14px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: end;
    letter-spacing: 0.1em;
}

.t_daichou-pop02_box .modal_close02,
.t_daichou-pop01_box .modal_close {
    font-size: 14px;
    color: #707070;
    width: 150px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B8BBBE;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}

    .t_daichou-pop02_box .modal_close02 img,
    .t_daichou-pop01_box .modal_close img {
        margin-right: 8px;
    }

.t_daichou-pop01_box .content_pagination-box {
    margin-top: 35px;
}

.t_daichou-pop01_box .flex_btn {
    padding-right: 40px;
}

.t_daichou-pop02 table {
    width: 100%;
    margin-top: 10px;
}

.t_daichou-pop02 table, .t_daichou-pop02 td, .t_daichou-pop02 th {
    border-collapse: collapse;
}

.t_daichou-pop02 td, .t_daichou-pop02 th {
    padding: 3px;
    width: 30px;
    height: 25px;
}

.t_daichou-pop02 th {
    background: rgba(146, 156, 159,20%);
    font-size: 12px;
    color: #758A90;
    height: 45px;
    border-right: 1px solid #fff;
    vertical-align: inherit;
    text-align: center;
}

    .t_daichou-pop02 th:last-child {
        border-right: none;
    }

.t_daichou-pop02 td {
    font-size: 14px;
    color: #707070;
    vertical-align: inherit;
    border-right: 1px solid #E6E8EB;
    position: relative;
    padding-left: 12px;
}

    .t_daichou-pop02 td:first-child {
        padding: 15px 12px;
    }

    .t_daichou-pop02 td:last-child {
        border: none;
    }

    .t_daichou-pop02 td:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -1px;
        width: 1px;
        height: 5px;
        background-color: #fff;
    }

    .t_daichou-pop02 td::before {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 5px;
        background-color: #fff;
    }

.t_daichou-pop02 .even {
    background: #F8F8F8;
}

.t_daichou-pop02 tr.even td::before,
.t_daichou-pop02 tr.even td::after {
    background-color: #F8F8F8;
}

.t_daichou-pop02 td:nth-child(1),
.t_daichou-pop02 th:nth-child(1) {
    width: 212px;
}

.t_daichou-pop02 td:nth-child(2),
.t_daichou-pop02 th:nth-child(2) {
    width: 324px;
}

.t_daichou-pop02 td:nth-child(3),
.t_daichou-pop02 th:nth-child(3) {
    width: 52px;
}

.t_daichou-pop02 td:nth-child(4),
.t_daichou-pop02 th:nth-child(4) {
    width: 80px;
}

.t_daichou-pop02 .check_table-box {
    width: 100%;
    justify-content: flex-start;
}

    .t_daichou-pop02 .check_table-box p {
        text-align: center;
        width: 100%;
    }

.t_daichou-pop02 table .check_table-box img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.t_daichou-pop02 .check_table-box {
    width: 100%;
}
/* .t_daichou-pop02 table thead,
.t_daichou-pop02 table tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100px;
} */

.t_daichou-pop02 .content_pagination-box {
    margin-top: 162px;
}

/* ========================================= */
/* Mail Page */
/* ========================================= */
.mail_head .product_head_block.n02-02 {
    align-items: center;
}

.mail_head .product_head-box.n01-02 input[type="text"] {
    width: 183px;
}

.mail_head .product_head-box.n02-02 input[type="text"] {
    width: 165px;
}

.mail_head .product_head-box.n02-02 .select_style {
    width: 100px;
    font-size: 14px;
}

.mail_head .product_head-box.n03-02 .select_style {
    width: 150px;
    font-size: 14px;
}

.mail_content .part_table tr td:nth-child(2),
.mail_content .part_table tr th:nth-child(2) {
    width: 150px;
}

.mail_content .part_table tr td:nth-child(3),
.mail_content .part_table tr th:nth-child(3) {
    width: 214px;
}

.mail_content .part_table tr td:nth-child(4),
.mail_content .part_table tr th:nth-child(4) {
    width: 214px;
}

.mail_content .part_table tr td:nth-child(5),
.mail_content .part_table tr th:nth-child(5) {
    width: 286px;
}

.mail_content .part_table tr td:nth-child(6),
.mail_content .part_table tr th:nth-child(6) {
    width: 95px;
}

.mail_content .part_table tr td:nth-child(7),
.mail_content .part_table tr th:nth-child(7) {
    width: 107px;
    text-align: center;
}

.mail_content .part_table tr td {
    padding-left: 10px;
}

/* ================================ */
/* 07_見積書-詳細01-プレビューpop quote_pop */
/* ================================ */
.quote02_pop {
    width: 100%;
    height: 100vh;
    background-color: rgba(79, 86, 93, 80%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: scroll;
    padding-bottom: 50px;
}

    .quote02_pop section {
        width: 627px;
        background-color: #fff;
        margin: 0 auto;
        padding-top: 18px;
        padding-left: 30px;
        padding-bottom: 23px;
        position: relative;
    }

.pop_content {
    width: 532px;
}

    .pop_content.flex {
        display: flex;
        justify-content: space-between;
    }

.quote02_pop-title {
    font-size: 22px;
    color: #424242;
    font-weight: bold;
}

.quote02_pop-company {
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    margin-top: 14px;
}

.quote02_pop-address {
    margin-top: 20px;
    font-size: 12px;
    line-height: 17px;
    color: #424242;
}

.quote02_pop-greeting {
    margin-top: 15px;
    font-size: 11px;
    line-height: 17px;
    color: #424242;
}

.pop_box .pop_block01 .quote02_days,
.pop_box .pop_block01 .quote02_number,
.pop_box .pop_block01 .quote02_expiry {
    font-size: 11px;
    line-height: 15px;
    color: #424242;
}

.pop_block02 {
    margin-top: 23px;
}

    .pop_block02 img {
        width: 110px;
        height: 18px;
    }

.pop_block03 {
    display: flex;
    align-items: flex-start;
}

    .pop_block03 .pop_block02-box,
    .pop_block04,
    .pop_block05 p {
        font-size: 11px;
        color: #424242;
        line-height: 16px;
    }

    .pop_block03 img {
        margin-left: 10px;
    }

.pop_block05 {
    display: flex;
    align-items: center;
}

    .pop_block05 img {
        margin-left: 8px;
    }

.quote02_block_total_money {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3px;
    border-bottom: 1px solid #AAAAAA;
}

    .quote02_block_total_money h2 {
        font-size: 15px;
        font-weight: bold;
        color: #424242;
    }

    .quote02_block_total_money p {
        font-size: 11px;
        font-weight: bold;
        color: #424242;
    }

.pop_content.blocks02 {
    margin-top: 33px;
}

.product_num span {
    font-weight: bold;
}

.product_num {
    color: #424242;
    border-bottom: 1px solid #AAAAAA;
    display: flex;
    justify-content: space-between;
}

.quote02product_content:nth-of-type(2) {
    margin-top: 38px;
}

.product_num p {
    font-size: 12px;
}

.quote02product_content-block {
    display: flex;
    justify-content: space-between;
}

/* table */
.quote_table {
    width: 417px;
}

    .quote_table tr th {
        font-size: 11px;
        color: #424242;
        line-height: 1;
        height: auto;
        padding-bottom: 3px;
        padding-top: 7px;
        text-align: end;
    }

        .quote_table tr th:first-child {
            text-align: start;
        }

    .quote_table tr td {
        font-size: 13px;
        color: #424242;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: end;
    }

    .quote_table .bb {
        border-bottom: 1px solid #AAAAAA;
    }

.quote02product_content-block div {
    width: 100px;
    display: flex;
    align-items: center;
}

    .quote02product_content-block div img {
        width: 100%;
        height: fit-content;
    }

.quote_table tr th:nth-child(1) {
    width: 154px;
}

.quote_table tr th:nth-child(2) {
    width: 87px;
}

.quote_table tr th:nth-child(3) {
    width: 35px;
}

.quote_table tr th:nth-child(4) {
    width: 66px;
}

.quote_table tr th:nth-child(5) {
    width: 80px;
}

.quote_table tr.evens {
    background-color: #F8F8F8;
}

.quote02product_content {
    margin-top: 17px;
}

.quote02product_content-block_textarea {
    margin-top: 100px;
}

    .quote02product_content-block_textarea p {
        font-size: 11px;
        color: #424242;
        margin-bottom: 3px;
    }

    .quote02product_content-block_textarea .textarea {
        width: 100%;
        height: 64px;
        border: 1px solid #aaaaaa;
        resize: none;
    }

.pop_content.blocks02 .modal_close {
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    border: 1px solid #707070;
    border-radius: var(--radius5);
    margin: auto;
    margin-top: 48px;
}

.close_btn-clos {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* ======================================= */
/* 07_見積書-詳細01 –商品複数時 */
/* ======================================= */
.quote02_section,
.quote03_section {
    width: 1118px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.quote03_section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.quote02_section_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.quote02_section_block-box {
    width: 467px;
}

    .quote02_section_block-box h2 {
        color: #00a29a;
        font-size: 14px;
    }

    .quote02_section_block-box .quote02_input-box {
        display: flex;
        align-items: center;
    }

        .quote02_section_block-box .quote02_input-box p {
            color: var(--styBlue);
            font-size: 14px;
            width: 118px;
            padding-left: 20px;
        }

        .quote02_section_block-box .quote02_input-box .hisu {
            font-size: 10px;
            color: var(--orange);
            border: 1px solid var(--orange);
            border-radius: 7px;
            padding: 2px 3px;
            line-height: 1;
            height: fit-content;
            margin: 0 10px;
        }

        .quote02_section_block-box .quote02_input-box .select_style {
            border: 1px solid #e6e8eb;
            background-color: #f8f8f8;
            width: 200px;
            height: 36px;
            border-radius: var(--radius5);
            display: flex;
            align-items: center;
            padding-left: 10px;
        }

        .quote02_section_block-box .quote02_input-box.n01 {
            margin-bottom: 20px;
            margin-top: 20px;
        }

            .quote02_section_block-box .quote02_input-box.n01 .select_style input{
                width: 300px;
                margin-right: 0;
            }

        .quote02_section_block-box .quote02_input-box .select_style select {
            padding-left: 0;
        }

.quote02_textarea-box {
    padding-left: 20px;
    margin-top: 20px;
}

    .quote02_textarea-box p {
        color: var(--styBlue);
        font-size: 14px;
    }

    .quote02_textarea-box textarea {
        width: 100%;
        height: 83px;
        padding-top: 7px;
        padding-left: 10px;
        border-radius: var(--radius5);
        background-color: #e6e8eb;
        color: #707070;
        resize: none;
        font-size: 14px;
        outline: none;
        margin-top: 5px;
    }

.quote02_section_block-box .text_p {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    padding-left: 20px;
    margin-top: 35px;
}

.quote02_section_block-box-money_title {
    display: flex;
    padding-left: 20px;
    align-items: center;
    margin-top: 40px;
}

    .quote02_section_block-box-money_title div {
        font-size: 20px;
        color: var(--styBlue);
        font-weight: bold;
        margin-right: 20px;
    }

    .quote02_section_block-box-money_title input[type="text"] {
        width: 180px;
        height: 42px;
        background-color: #e6e8eb;
        border-radius: var(--radius5);
        font-size: 24px;
        color: #707070;
        padding-left: 12px;
        line-height: 2;
        font-weight: bold;
    }

    .quote02_section_block-box-money_title span {
        font-size: 20px;
        color: var(--styBlue);
        margin-left: 10px;
    }

.quote02_section_block-box.n02 {
    width: 294px;
}

.quote02_section_block-box-input_box .select_style {
    width: 200px;
    height: 36px;
}

.select_style {
    background-color: #f8f8f8;
    border: 1px solid #e6e8eb;
    border-radius: var(--radius5);
}

    .select_style select {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        font-size: 14px;
    }

.quote02_section_block-box_input_box {
    display: flex;
    align-items: center;
}

    .quote02_section_block-box_input_box:first-child {
        margin-bottom: 10px;
    }

    .quote02_section_block-box_input_box .date {
        font-size: 14px;
        color: var(--styBlue);
        padding: 3px 10px;
        background-color: #eaecec;
        display: block;
        border-radius: var(--radius5);
        margin-right: 10px;
    }

    .quote02_section_block-box_input_box .dateNum {
        font-size: 14px;
        color: #707070;
    }

.quote02_section_block-box img {
    width: 161px;
    height: 26px;
    margin-top: 23px;
    display: block;
}

.quote02_section_block-box_p {
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    margin-top: 2px;
}

.quote02_section_block-box_div {
    display: flex;
    margin-top: 5px;
    margin-bottom: 17px;
}

    .quote02_section_block-box_div .tel,
    .quote02_section_block-box_div .fax {
        font-size: 14px;
        color: #707070;
        line-height: 20px;
    }

    .quote02_section_block-box_div .tel {
        margin-right: 20px;
    }

.quote02_section_block-box-input_box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .quote02_section_block-box-input_box:last-child {
        margin-bottom: 0;
        align-items: flex-start;
    }

        .quote02_section_block-box-input_box:last-child p {
            margin-top: 5px;
        }

        .quote02_section_block-box-input_box:last-child .check_table-box {
            width: 100%;
            font-size: 14px;
            color: var(--styBlue);
            margin-top: 10px;
        }

            .quote02_section_block-box-input_box:last-child .check_table-box .ECM_CheckboxInput {
                padding-left: 0;
                padding-bottom: 0;
                padding-top: 0;
            }

    .quote02_section_block-box-input_box p {
        font-size: 14px;
        color: var(--styBlue);
        width: 90px;
    }

    .quote02_section_block-box-input_box .select_style {
        width: 200px;
        margin-right: 0;
    }

    .quote02_section_block-box-input_box input[type="text"] {
        /* ljh width: 100px;*/
        height: 36px;
        border: 1px solid #e6e8eb;
        background-color: #f8f8f8;
        padding-left: 10px;
        border-radius: var(--radius5);
    }

    .quote02_input_block02 {
    padding-top: 10px;
    border-top: 2px solid var(--styBlue);
    }

    .quote02_input_block02 .content_w998 {
        width: 998px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

        .quote02_input_block02 .content_w998.quote02s.column {
            flex-direction: column;
        }

        .quote02_input_block02 .content_w998.border-bottom_b {
            padding-bottom: 10px;
            border-bottom: 1px dashed #e6e8eb;
        }

        .quote02_input_block02 .content_w998 .box {
            display: flex;
            flex-direction: column;
        }

            .quote02_input_block02 .content_w998 .box input[type="text"] {
                border-radius: var(--radius5);
            }

            .quote02_input_block02 .content_w998 .box:nth-child(1) input[type="text"] {
                width: 243px;
                height: 38px;
                background-color: #f8f8f8;
                border: 1px solid #e6e8eb;
                border-radius: var(--radius5);
                padding-left: 10px;
                font-size: 16px;
                font-weight: bold;
            }

            .quote02_input_block02 .content_w998 .box:nth-child(2) input[type="text"] {
                width: 575px;
                height: 38px;
                background-color: #f8f8f8;
                border: 1px solid #e6e8eb;
                border-radius: var(--radius5);
                padding-left: 10px;
                font-size: 16px;
                font-weight: bold;
            }

            .quote02_input_block02 .content_w998 .box:nth-child(3) input[type="text"] {
                width: 161px;
                height: 38px;
                background-color: #e6e8eb;
                font-size: 16px;
                font-weight: bold;
                padding-left: 10px;
            }

            .quote02_input_block02 .content_w998 .box p {
                font-size: 14px;
                color: var(--styBlue);
                margin-bottom: 3px;
            }

    .quote02_input_block02 .part_table {
        width: 100%;
    }

        .quote02_input_block02 .part_table th {
            height: 22px;
            text-align: center;
            padding: 0;
        }

            .quote02_input_block02 .part_table th:last-child {
                border-right: none;
            }

        /* .quote02_input_block02 .part_table th:first-child {
} */

        .quote02_input_block02 .part_table tr:last-child {
            border-bottom: none;
        }

        .quote02_input_block02 .part_table th:last-child::before,
        .quote02_input_block02 .part_table th:last-child::after {
            display: none;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(1),
        .quote02_input_block02 .part_table .first_tr_box td:nth-child(1) {
            width: 246px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(1),
        .quote02_input_block02 .part_table .first_tr_box td:nth-child(1) {
            width: 246px;
        }

        .quote02_input_block02 .part_table .second_tr_box td:nth-child(1),
        .quote02_input_block02 .part_table .first_tr_box th:nth-child(2),
        .quote02_input_block02 .part_table .first_tr_box td:nth-child(2) {
            width: 35px;
            padding-left: 0;
        }

        .quote02_input_block02 .part_table .first_tr_box td:nth-child(1),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(1),
        .quote02_input_block02 .part_table .first_tr_box td:nth-child(2) {
            border: none;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(3),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(2) {
            width: 282px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(4),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(3) {
            width: 88px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(5),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(4) {
            width: 80px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(6),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(5) {
            width: 98px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(7),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(6) {
            width: 112px;
        }

        .quote02_input_block02 .part_table .first_tr_box th:nth-child(8),
        .quote02_input_block02 .part_table .second_tr_box td:nth-child(7) {
            width: 54px;
        }

    .quote02_input_block02 .borderRadius.content_w998 {
        margin-top: 10px;
    }

.first_tr_box td img {
    display: block;
    margin: 0 auto;
}

.quote02_input_block02 .part_table .ECM_CheckboxInput {
    padding: 0;
    justify-content: center;
}

.quote02_input_block02 .part_table td {
    padding: 5.5px 0;
    border: none;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(3) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(2) input[type="text"] {
    width: 275px;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.quote02_input_block02 .part_table .first_tr_box,
.quote02_input_block02 .part_table .second_tr_box {
    border-bottom: 1px solid #e6e8eb;
}

    .quote02_input_block02 .part_table .first_tr_box td:nth-child(4) input[type="text"],
    .quote02_input_block02 .part_table .second_tr_box td:nth-child(3) input[type="text"] {
        width: 80px;
        height: 38px;
        border-radius: var(--radius5);
        border: 1px solid #e6e8eb;
        background-color: #f8f8f8;
        padding-left: 10px;
        font-size: 14px;
        margin: 0 auto;
        display: block;
    }

table.quote02s {
    margin-top: 10px;
    border-bottom: 1px solid #8E9FA4;
}

.quote02s .select_style {
    width: 80px;
    height: 38px;
    margin: 0 auto;
}

.quote02s .first_tr_box th {
    font-weight: 400;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(6) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(5) input[type="text"] {
    width: 90px;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(7) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(6) input[type="text"] {
    width: 90%;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #E6E8EB;
    background-color: #E6E8EB;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    color: #707070;
}

.quote02_input_block02 .part_table .orange_link {
    width: 34px;
    font-size: 12px;
    height: 22px;
    padding: 0;
    margin: 0 auto;
}

.quote02_input_block02 .part_table tbody {
    height: auto;
    padding-bottom: 10px;
}

.quote02_section .add_quote {
    font-size: 14px;
    width: 150px;
    height: 28px;
    border: 1px solid var(--styBlue);
    color: var(--styBlue);
    border-radius: var(--radius5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* part table */
.part_table {
    width: 100%;
    background-color: #fff;
}

    .part_table thead,
    .part_table tbody {
        display: block;
        width: 100%;
    }

    .part_table tbody {
        height: 670px;
/*        overflow-y: scroll;*/
    }

    .part_table,
    .part_table td,
    .part_table th {
        border-collapse: collapse;
    }

        .part_table td,
        .part_table th {
            padding: 3px;
            font-size: 14px;
            color: #707070;
            padding-left: 12px;
            vertical-align: middle;
            position: relative;
        }

        .part_table thead tr:first-child th::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 5px;
            background-color: #E9EbEC;
            top: 0;
            right: -1px;
        }

        .part_table thead tr th.beforeNone::before,
        .part_table thead tr:first-child th::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 5px;
            background-color: #E9EbEC;
            bottom: 0;
            right: -1px;
        }

        .part_table thead tr:first-child th.borderB::before {
            content: "";
            display: none;
        }

        .part_table tr td {
            border-right: 1px solid #e6e8eb;
            line-height: 1.75;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 12px;
            font-size: min(14px, 1.045vw);
            color: #707070;
            word-break: break-all;
        }

            .part_table tr td.borderTop {
                border: none;
                border-top: 1px solid #e6e8eb;
                border-right: 1px solid #e6e8eb;
            }

        .part_table th {
            background: #E9EbEC;
            font-size: 12px;
            color: var(--styBlue);
            border-right: 1px solid #fff;
        }

        .part_table .even {
            background: #f8f8f8;
        }

        .part_table .green_link {
            width: fit-content;
            margin: auto;
        }

        .part_table tr.borderBtoomTr {
            border-bottom: 5px solid rgb(255, 255, 255);
        }

.gray {
    background-color: #EAECEC;
}

.light-green {
    background-color: rgba(74, 169, 172, 0.1);
}

/* end part table */

/* part head Line */
.part_head_line {
    width: 100%;
    background-color: #EAECEC;
    padding: 20px 0;
}

.part_head_content {
    width: 1118px;
    margin: auto;
    padding-left: 20px;
}

.head_line {
    width: 100%;
    display: flex;
}

.head_content_part {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .head_content_part p {
        font-size: 14px;
        color: #707070;
        margin-right: 10px;
    }

    .head_content_part input {
        border: 1px solid #707070;
        background-color: #fff;
        border-radius: var(--radius5);
        padding-left: 10px;
        font-size: 14px;
        color: #707070;
        height: 36px;
    }

    .head_content_part .select_style {
        height: 36px;
        background-color: #fff;
      /* ljh  border: 1px solid #8B8B8B;*/
        margin-right: 0;
    }


.orange_link.w161 {
    width: 161px;
    height: 28px;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    margin-top: 11px;
    margin-bottom: 21px;
}

.quote02_input_block02 .part_table .ECM_CheckboxInput {
    padding: 0;
    justify-content: center;
}

.quote02_input_block02 .part_table td {
    padding: 5.5px 0;
    border: none;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(3) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(2) input[type="text"] {
    width: 275px;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.quote02_input_block02 .part_table .first_tr_box,
.quote02_input_block02 .part_table .second_tr_box {
    border-bottom: 1px solid #e6e8eb;
}

    .quote02_input_block02 .part_table .first_tr_box td:nth-child(4) input[type="text"],
    .quote02_input_block02 .part_table .second_tr_box td:nth-child(3) input[type="text"] {
        width: 80px;
        height: 38px;
        border-radius: var(--radius5);
        border: 1px solid #e6e8eb;
        background-color: #f8f8f8;
        padding-left: 10px;
        font-size: 14px;
        margin: 0 auto;
        display: block;
    }

.quote02s .select_style {
    width: 80px;
    height: 38px;
    margin: 0 auto;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(6) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(5) input[type="text"] {
    width: 90px;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #e6e8eb;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}

.quote02_input_block02 .part_table .first_tr_box td:nth-child(7) input[type="text"],
.quote02_input_block02 .part_table .second_tr_box td:nth-child(6) input[type="text"] {
    width: 90%;
    height: 38px;
    border-radius: var(--radius5);
    border: 1px solid #E6E8EB;
    background-color: #E6E8EB;
    padding-left: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    color: #707070;
}

.quote02_input_block02 .part_table .orange_link {
    width: 34px;
    font-size: 12px;
    height: 22px;
    padding: 0;
    margin: 0 auto;
}

.quote02_input_block02 .part_table tbody {
    height: auto;
}

.quote02_section .add_quote {
    font-size: 14px;
    width: 150px;
    height: 28px;
    border: 1px solid #758A90;
    color: #758A90;
    border-radius: var(--radius5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content_w998.btn {
    width: 998px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.content_w998.textarea {
    width: 998px;
    margin: auto;
    margin-top: 28px;
}

    .content_w998.textarea p {
        font-size: 14px;
        color: #758A90;
        margin-bottom: 10px;
    }

    .content_w998.textarea textarea {
        width: 100%;
        height: 114px;
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        border-radius: var(--radius5);
        resize: none;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

/* Fotter Navegation */
.fotter_meniu_content {
    width: 1118px;
    display: flex;
    justify-content: space-between;
}

.t_daichou_footer-nav.quote02 {
    display: flex;
}

.footer_nav_btn {
    display: flex;
    gap: 20px;
}

.quote02 .footer_nav_btn .select_style {
    width: 66px;
    height: 36px;
    background-color: #fff;
    border: 1px solid var(--green);
    margin: 0;
}

    .quote02 .footer_nav_btn .select_style::after {
        border-right: 1px solid var(--green);
        border-top: 1px solid var(--green);
    }

    .quote02 .footer_nav_btn .select_style select {
        color: var(--green);
    }

.quote02 .footer_nav_btn .menu_btn {
    background-color: #fff;
    border: 1px solid var(--green);
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: var(--radius5);
    color: var(--green);
    font-size: 14px;
    cursor: pointer;
}

.quote02 .footer_nav_btn .modal_close,
.quote02 .footer_nav_btn .modal_check {
    margin-right: 0;
}

.quote02_img_up-lable {
    width: 243px;
    height: 233px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #CCCCCC;
    border: 1px solid #E6E8EB;
    border-radius: var(--radius5);
}

.quote02_img_up {
    opacity: 0;
    position: absolute;
}

.add_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .add_content .add_content-btn {
        font-size: 14px;
        color: var(--styBlue);
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .add_content .add_content-btn:hover {
            opacity: 0.8;
        }

        .add_content .add_content-btn svg {
            margin-right: 10px;
        }

/* ============================= */
/* 07_見積書-詳細０３（B型） */
/* ============================= */
.table_quote04 tr th {
    background-color: #EAECEC;
    width: 152px;
    height: 26px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #758A90;
    font-size: 12px;
    position: relative;
}

    .table_quote04 tr th::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 144px;
        height: 1px;
        background-color: #fff;
    }

.table_quote04 tr:last-child th::after {
    display: none;
}

.table_quote04-n03 tr th {
    border-bottom: 1px solid #fff;
    background-color: #EAECEC;
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #758A90;
    padding-left: 10px;
}

.table_quote04-n03 tr td {
    text-align: end;
    border-bottom: 1px solid #EAECEC;
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    vertical-align: baseline;
    width: 100%;
    padding-right: 10px;
}

.table_quote04-n03 tr:last-child td {
    border: none;
}

.table_flex-quote04 {
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
}

.table_quote04 {
    height: fit-content;
}

.table_quote04-content {
    display: flex;
}

    .table_quote04-content dl {
        display: flex;
        align-items: center;
    }

        .table_quote04-content dl dd {
            font-size: 12px;
            color: #758A90;
        }

        .table_quote04-content dl dt {
            font-size: 12px;
            color: #758A90;
            font-weight: 400;
        }

            .table_quote04-content dl dt input,
            .table_quote04-content dl dd input {
                font-size: 12px;
                width: 45px;
                height: 20px;
                display: flex;
                align-items: center;
                padding-left: 10px;
                background-color: #F8F8F8;
                border: 1px solid #E6E8EB;
                border-radius: var(--radius5);
            }

    .table_quote04-content.n01,
    .table_quote04-content.n02,
    .table_quote04-content.n03 {
        border-bottom: 1px solid #E6E8EB;
        height: 26px;
    }

        .table_quote04-content.n01 dl dt {
            margin-right: 3px;
            font-weight: 400;
        }

        .table_quote04-content.n01 dl {
            margin-right: 10px;
        }

            .table_quote04-content.n01 dl:last-child {
                margin-right: 0px;
            }

        .table_quote04-content.n02 dl:last-child dd:last-child input {
            margin-right: 3px;
            margin-left: 3px;
            background-color: #E6E8EB;
        }

        .table_quote04-content.n02 dl:first-child input,
        .table_quote04-content.n03 dl dt {
            margin-right: 3px;
        }

.table_quote04-n02 {
    margin-left: 12px;
    width: 856px;
    overflow-x: scroll;
}

    .table_quote04-n02 td {
        padding-left: 0px;
    }

        .table_quote04-n02 td:not(:first-child) {
            padding-left: 10px;
        }

.table_quote04-content.n02 dl:first-child {
    padding-right: 5px;
}


.table_quote04-content.n02 dl:last-child dd:last-child {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.table_quote04-content.n02 dl:last-child {
    padding-left: 5px;
}

.scroll_table {
/*    width: 856px;*/
    overflow-y: scroll;
}

    /* SCROLL BAR NONE */
    .scroll_table::-webkit-scrollbar {
        display: none;
    }

.quote04_block02 {
    margin-top: 13px;
}

.quote04_block02-box1 {
    display: flex;
    background-color: #E6E8EB;
    padding-left: 5px;
    border-top: 2px solid #8E9FA4;
    height: 25px;
    align-items: center;
}

    .quote04_block02-box2 p,
    .quote04_block02-box1 p {
        font-size: 12px;
        font-weight: 400;
        color: #758A90;
        width: 80px;
    }

    .quote04_block02-box1 input[type="text"] {
        border-radius: var(--radius5);
        background-color: #fff;
        width: 176px;
        height: 20px;
        border: 1px solid #E6E8EB;
        font-size: 12px;
        color: #707070;
    }

.quote04_block02-box2 {
    background-color: #fff;
    border-bottom: 1px solid #8E9FA4;
    display: flex;
    align-items: center;
    padding-left: 5px;
    height: 27px;
}

    .quote04_block02-box2 .select_style {
        height: 20px;
        margin: 0;
        width: 152px;
    }


.quote04_block03 {
    display: flex;
    padding-left: 20px;
}

.quote04_block03-box01 {
    padding-top: 8px;
}

    .quote04_block03-box01 .box01 .select_style select,
    .quote04_block02-box2 .select_style select {
        color: #707070;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .quote04_block03-box01 .flex_box.column.box01 p {
        font-size: 12px;
        color: #758A90;
    }


    .quote04_block03-box01 .box01 .select_style {
        width: 152px;
        height: 20px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-top: 2px;
        margin-bottom: 4px;
        margin-right: 0;
    }

    .quote04_block03-box01 .flex_box.box01-02 {
        display: flex;
        align-items: center;
    }

        .quote04_block03-box01 .flex_box.box01-02 input {
            width: 60px;
            height: 20px;
            font-size: 12px;
            color: #757575;
            border-radius: var(--radius5);
            margin-left: 10px;
            margin-right: 2px;
        }

    .quote04_block03-box01 .gray {
        background-color: #EAECEC;
        color: #758A90;
    }

    .quote04_block03-box01 .color_gray {
        color: #758A90;
        writing-mode: vertical-rl;
        text-align: center;
        display: table-cell;
    }

    .quote04_block03-box01 .box02 {
        width: fit-content;
        margin-top: 21px;
        padding-bottom: 52px;
        border-bottom: 1px solid #8E9FA4;
    }

        .quote04_block03-box01 .box02 table tr td {
            font-size: 12px;
        }

            .quote04_block03-box01 .box02 table tr td input {
                font-size: 12px;
                width: 126px;
                height: 20px;
                background-color: #fff;
                border-radius: var(--radius5);
                border: 1px solid #E6E8EB;
            }

        .quote04_block03-box01 .box02 table tr {
            border-bottom: 1px solid #fff;
        }

            .quote04_block03-box01 .box02 table tr td {
                padding-right: 4px;
                vertical-align: middle;
            }



            .quote04_block03-box01 .box02 table tr:first-child td {
                text-align: center;
            }

            .quote04_block03-box01 .box02 table tr.first_td td:first-child {
                width: 20px;
                text-align: center;
                vertical-align: middle;
                padding: 0;
            }

            .quote04_block03-box01 .box02 table tr.first_td {
                height: 26px;
            }

                .quote04_block03-box01 .box02 table tr.first_td td {
                    position: relative;
                }

                    .quote04_block03-box01 .box02 table tr.first_td td:nth-child(1):after {
                        content: "";
                        width: 4px;
                        height: 1px;
                        background-color: #EAECEC;
                        position: absolute;
                        bottom: -1px;
                        left: 0;
                    }

                .quote04_block03-box01 .box02 table tr .secound_td:last-child:after,
                .quote04_block03-box01 .box02 table tr.first_td:nth-child(6) td:nth-child(1):after {
                    display: none;
                }

            .quote04_block03-box01 .box02 table tr .secound_td {
                padding-left: 20px;
                height: 26px;
                position: relative;
            }

                .quote04_block03-box01 .box02 table tr .secound_td::after,
                .quote04_block03-box01 .box02 table tr.first_td td:nth-child(2):after {
                    content: "";
                    width: 4px;
                    height: 1px;
                    background-color: #EAECEC;
                    position: absolute;
                    bottom: -1px;
                    right: 0;
                }

    .quote04_block03-box01 .box04,
    .quote04_block03-box01 .box03 {
        width: fit-content;
        padding-bottom: 23px;
        border-bottom: 1px solid #8E9FA4;
    }

        .quote04_block03-box01 .box03 .quote04_block03_box03-table {
            width: 152px;
        }

            .quote04_block03-box01 .box03 .quote04_block03_box03-table tr {
                height: 26px;
                position: relative;
            }

                .quote04_block03-box01 .box03 .quote04_block03_box03-table tr::after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 96%;
                    height: 1px;
                    background-color: #fff;
                }

                .quote04_block03-box01 .box03 .quote04_block03_box03-table tr:last-child::after {
                    display: none;
                }

                .quote04_block03-box01 .box03 .quote04_block03_box03-table tr td {
                    font-size: 12px;
                    vertical-align: middle;
                    padding-left: 4px;
                }


.quote04_block03_box04-table {
    width: 152px;
}

    .quote04_block03_box04-table .secound_td {
        padding-left: 20px;
    }

    .quote04_block03_box04-table .secound_td,
    .quote04_block03_box04-table .first_tr td {
        height: 26px;
    }

    .quote04_block03_box04-table tr td {
        font-size: 12px;
        position: relative;
        vertical-align: middle;
    }

        .quote04_block03_box04-table tr td::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 96%;
            background-color: #fff;
            content: "";
        }

    .quote04_block03_box04-table tr:last-child td:last-child:after {
        display: none;
    }

    .quote04_block03_box04-table tr td input {
        width: 144px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #E6E8EB;
        border-radius: var(--radius5);
        margin: auto;
        display: block;
    }

.quote04_block03_box05-table {
    width: 152px;
}

    .quote04_block03_box05-table tr td {
        font-size: 12px;
        height: 26px;
        vertical-align: middle;
        padding-left: 5px;
        width: 100%;
    }

.quote04_block03-box01 .box06 {
    margin-top: 170px;
}

    .quote04_block03-box01 .box06 dl {
        width: 131px;
        border: 1px solid #8E9FA4;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

        .quote04_block03-box01 .box06 dl dt,
        .quote04_block03-box01 .box06 dl dd {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 20px;
            font-size: 12px;
            color: #758A90;
        }

        .quote04_block03-box01 .box06 dl dt {
            background-color: #F8F8F8;
            border-bottom: 1px solid #8E9FA4;
        }

.quote04_block03-box02 {
    display: flex;
    overflow: scroll;
}

.quote04_block03-box02_table {
    width: 205px;
    border-right: 1px dotted #000;
    margin-left: 12px;
}

    .quote04_block03-box02_table tbody {
        width: 192px;
    }

    .quote04_block03-box02_table .td_contnet {
        padding-right: 12.5px;
        padding-top: 7px;
    }


        .quote04_block03-box02_table .td_contnet .td_box01 .td_contnet-title {
            font-size: 12px;
            font-weight: bold;
            color: #4AA9AC;
            background-color: rgba(74, 169, 172, 10%);
            display: flex;
            align-items: center;
            width: 191px;
        }

            .quote04_block03-box02_table .td_contnet .td_box01 .td_contnet-title span {
                color: white;
                width: 20px;
                height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #4AA9AC;
                margin-right: 5px;
            }

.td_box01 .flex_box.n01 {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

    .td_box01 .flex_box.n01 p {
        font-size: 12px;
        color: #758A90;
    }

    .td_box01 .flex_box.n01 input {
        border-radius: 5px;
        width: 60px;
        height: 20px;
        margin-left: 10px;
        margin-right: 2px;
    }

.quote04_block03-box02_table-n02 {
    margin-top: 10px;
}

    .quote04_block03-box02_table-n02 input {
        width: 60px;
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        border-radius: var(--radius5);
        font-size: 12px;
        text-align: start;
        margin: 0 auto;
        height: 20px;
        display: block;
    }

        .quote04_block03-box02_table-n02 input.w44 {
            width: 44px;
        }

        .quote04_block03-box02_table-n02 input.non_block {
            display: inline;
            margin-right: 3px;
        }


    .quote04_block03-box02_table-n02 .green {
        color: #1DA29A;
        font-weight: bold;
    }

    .quote04_block03-box02_table-n02 .bsize {
        font-weight: bold;
    }

    .quote04_block03-box02_table-n02 .rsize {
        font-weight: 400;
    }

    .quote04_block03-box02_table-n03 .gray,
    .quote04_block03-box02_table-n02 .gray {
        background-color: #EAECEC;
        text-align: center;
        font-weight: bold;
        color: #758A90;
    }


    .quote04_block03-box02_table-n02 tr {
        border-bottom: 1px solid #E6E8EB;
    }

        .quote04_block03-box02_table-n03 tr th,
        .quote04_block03-box02_table-n02 tr th {
            font-size: 12px;
            color: #758A90;
            text-align: center;
            height: 26px;
            vertical-align: middle;
            white-space: nowrap;
            position: relative;
            font-weight: 400;
        }

            .quote04_block03-box02_table-n02 tr th:nth-child(1) {
                width: 62px;
            }

            .quote04_block03-box02_table-n02 tr th:nth-child(2) {
                width: 65px;
            }

            .quote04_block03-box02_table-n02 tr th:nth-child(3) {
                width: 62px;
            }

            .quote04_block03-box02_table-n02 tr th:nth-child(2)::before,
            .quote04_block03-box02_table-n02 tr th:nth-child(2):after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                height: 23px;
                width: 1px;
                background-color: #fff;
            }

            .quote04_block03-box02_table-n02 tr th:nth-child(2)::before {
                left: 0;
                right: auto;
            }

            .quote04_block03-box02_table-n02 tr th span {
                font-size: 11px;
            }

        .quote04_block03-box02_table-n02 tr td {
            font-size: 12px;
            color: #707070;
            height: 26px;
            vertical-align: middle;
            text-align: right;
            position: relative;
            padding-right: 3px;
        }

            .quote04_block03-box02_table-n02 tr td::after {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                width: 1px;
                height: 22px;
                background-color: #E6E8EB;
            }

            .quote04_block03-box02_table-n02 tr td:has(>input) {
                padding-right: 0;
            }

            .quote04_block03-box02_table-n02 tr td:has(>input.non_block) {
                padding-right: 3px;
            }

            .quote04_block03-box02_table-n02 tr td:last-child::after {
                display: none;
            }

            .quote04_block03-box02_table-n02 tr td p {
                color: #758A90;
                font-weight: bold;
            }

.quote04_block03-box02_table-n03 {
    margin-top: 10px;
}

    .quote04_block03-box02_table-n03 tr th {
        font-size: 11px;
    }

        .quote04_block03-box02_table-n03 tr th:nth-child(2)::before,
        .quote04_block03-box02_table-n03 tr th:nth-child(2)::after {
            content: "";
            height: 22px;
            width: 1px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
        }

        .quote04_block03-box02_table-n03 tr th:nth-child(2)::before {
            right: auto;
            left: 0;
        }

        .quote04_block03-box02_table-n03 tr th:nth-child(1) {
            width: 49px;
        }

        .quote04_block03-box02_table-n03 tr th:nth-child(2) {
            width: 123px;
        }

        .quote04_block03-box02_table-n03 tr th:nth-child(3) {
            width: 67px;
        }

    .quote04_block03-box02_table-n03 tr td {
        color: #707070;
        font-size: 11px;
        text-align: end;
        padding-right: 10px;
        height: 20px;
        vertical-align: middle;
    }

        .quote04_block03-box02_table-n03 tr td:nth-child(2) {
            border-right: 1px solid #E6E8EB;
            border-left: 1px solid #E6E8EB;
        }

.quote04_block03-footer {
    margin-top: 10px;
}

    .quote04_block03-footer .flex_box {
        display: flex;
        margin-bottom: 5px;
    }

    .quote04_block03-footer h2 {
        width: 58px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EAECEC;
        border-radius: var(--radius5);
        font-size: 12px;
        font-weight: bold;
        color: #758A90;
        margin-right: 10px;
    }

    .quote04_block03-footer .flex_box div {
        font-size: 14px;
        color: #707070;
        width: 114px;
        text-align: end;
        padding-right: 10px;
    }

    .quote04_block03-footer div input {
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        font-size: 14px;
        color: #707070;
        padding-left: 10px;
        margin-right: 4px;
        border-radius: var(--radius5);
        width: 100px;
        height: 20px;
        text-align: start;
    }

    .quote04_block03-footer p {
        color: #758A90;
        font-size: 12px;
    }


/* ========================================== */
/* ニュース　詳細　ページ　０２ */
/* ========================================== */

.part_background_white.news_edit .flex_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .part_background_white.news_edit .flex_box:first-child {
        margin-top: 10px;
    }

    .part_background_white.news_edit .flex_box:last-child,
    .part_background_white.news_edit .flex_box > .flex_box {
        margin-bottom: 0;
    }

    .part_background_white.news_edit .flex_box p {
        font-size: 14px;
        color: #758A90;
        width: 147px;
    }

    .part_background_white.news_edit .flex_box:nth-child(1) .select_style {
        width: 300px;
    }

    .part_background_white.news_edit .flex_box:nth-child(2) .select_style {
        width: 158px;
        margin-right: 15px;
    }

    .part_background_white.news_edit .flex_box:nth-child(2) input[type="text"] {
        width: 127px;
        height: 36px;
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        border-radius: var(--radius5);
    }

    .part_background_white.news_edit .flex_box:nth-child(3) input[type="text"] {
        width: 550px;
        height: 36px;
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        border-radius: var(--radius5);
    }

    .part_background_white.news_edit .flex_box:nth-child(4) {
        align-items: flex-start;
    }

        .part_background_white.news_edit .flex_box:nth-child(4) p {
            margin-top: 7px;
        }

        .part_background_white.news_edit .flex_box:nth-child(4) textarea::placeholder {
            color: #CCCCCC;
        }

        .part_background_white.news_edit .flex_box:nth-child(4) textarea {
            width: 890px;
            height: 210px;
            background-color: #F8F8F8;
            border: 1px solid #E6E8EB;
            border-radius: var(--radius5);
            padding: 20px;
        }

/* part background white */
.part_background_white {
    width: 1118px;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.10);
    padding: 20px;
    border-radius: var(--radius5);
}

.part_grenn-title,
.part_green-title {
    color: #00A29A;
    font-size: 14px;
}

.content_1038 {
    width: 1038px;
    margin: auto;
}

.content_1039 {
    width: 1039px;
    margin: auto;
}

.content_1058 {
    width: 1058px;
    margin: auto;
}

.part_select-box {
    display: flex;
    align-items: center
}

    .part_select-box p {
        font-size: 14px;
        color: #758A90;
        position: relative;
    }

        .part_select-box p span {
            font-size: 10px;
            color: var(--orange);
            border: 1px solid var(--orange);
            border-radius: 7px;
            padding: 2px 3px;
            line-height: 1;
            height: fit-content;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
        }

.select_style {
    height: 36px;
}

.part_border_title {
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #8E9FA4;
    border-bottom: 1px solid #8E9FA4;
    line-height: 20px;
    color: var(--styBlue);
    padding: 2px 0;
}
/* CLEAR AND SEARCH BUTTON SECTION */
.head_content_part_btn-box {
    display: flex;
    align-items: center;
}

    .head_content_part_btn-box .green_link {
        margin-right: 20px;
        position: relative;
        width: 90px;
        height: 36px;
        justify-content: flex-end;
        padding-right: 18px;
    }

        .head_content_part_btn-box .green_link::after {
            content: "";
            width: 14px;
            height: 14px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            background-image: url(../img/search-outline.svg);
        }

    .head_content_part_btn-box .close_btn {
        font-size: 12px;
        color: #707070;
        text-decoration: underline;
        cursor: pointer;
    }

/* end part head Line */

/* ---------------------------------------------- */
/* quote03  STOP221201修正中　07_見積書-詳細02（A型） */
/* ---------------------------------------------- */
.quote03_h2 {
    font-size: 14px;
    color: var(--green);
}

.quote03_content {
    width: 1039px;
    margin: 0 auto;
}

.quote03_flex {
    display: flex;
    border-bottom: 2px solid var(--styBlue);
    margin-bottom: 3px;
    padding-bottom: 25px;
}

.quote03_content-box {
    font-size: 16px;
    background-color: #E6E8EB;
    height: 39px;
    line-height: 39px;
    padding-left: 11px;
    color: var(--styBlue);
    margin-top: 10px;
    width: 692px;
}

    .quote03_content-box span {
        font-size: 20px;
        font-weight: bold;
    }

.quote03_block01-head,
.quote03_block01-body {
    width: 692px;
}

.quote03_block01-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #8E9FA4;
}

    .quote03_block01-head p {
        font-size: 16px;
        font-weight: bold;
        color: var(--styBlue);
    }

    .quote03_block01-head div {
        font-size: 14px;
        color: var(--styBlue);
    }

    .quote03_block01-head input[type="text"] {
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        color: #707070;
        width: 66px;
        height: 26px;
        border-radius: var(--radius5);
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 5px;
    }

.quote03_block01-body_content {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.quote03_block01-body_content02 {
    display: flex;
}

    .quote03_block01-body_content02 input[type="text"] {
        width: 90px;
        height: 38px;
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        color: #707070;
        padding-left: 10px;
        border-radius: var(--radius5);
    }

    .quote03_block01-body_content02 p {
        font-size: 14px;
        color: var(--styBlue);
        margin-bottom: 3px;
    }

    .quote03_block01-body_content02 div:last-child input {
        width: 110px;
        background-color: #E6E8EB;
    }

    .quote03_block01-body_content02 div:not(:last-child) {
        margin-right: 10px;
    }

.quote03_block01-body_content-title {
    font-size: 16px;
    color: var(--styBlue);
    font-weight: bold;
    line-height: 24px;
    text-align: end;
    padding-left: 20px;
}

.quote03_table01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    margin-top: 7px;
    padding-left: 20px;
}

    .quote03_table01.part_table th {
        height: 23px;
        text-align: center;
        padding-left: 0;
    }

    .quote03_table01.part_table tbody {
        height: auto;
    }

    .quote03_table01.part_table th:nth-child(1) {
        width: 241px;
    }

    .quote03_table01.part_table th:nth-child(2) {
        width: 135px;
    }

    .quote03_table01.part_table th:nth-child(3) {
        width: 115px;
    }

    .quote03_table01.part_table th:nth-child(4) {
        width: 177px;
        border-right: 1px solid #E9EbEC;
    }

    .quote03_table01.part_table td:last-child {
        border-right: none;
        text-align: end;
    }

    .quote03_table01.part_table tr:last-child td:first-child {
        font-weight: bold;
    }

    .quote03_table01.part_table tr:last-child td:last-child {
        border: 2px solid #4AA9AC;
        position: relative;
        font-weight: bold;
    }

        .quote03_table01.part_table tr:last-child td:last-child::after {
            content: "\2460";
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--green);
        }

.quote03_title-box,
.quote03_table02 {
    width: 260px;
    margin-left: 70px;
}

    .quote03_title-box .flex_box {
        display: flex;
        align-items: center;
    }

        .quote03_title-box .flex_box .select_style {
            width: 143px;
            height: 26px;
            margin-right: 0;
        }

        .quote03_title-box .flex_box:has(> .select_style) {
            margin-top: 10px;
        }

    .quote03_title-box p {
        color: #758A90;
        font-weight: bold;
        margin-right: 7px;
        font-size: 14px;
    }

    .quote03_title-box input {
        width: 70px;
        height: 25px;
        border-radius: var(--radius5);
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
    }

    .quote03_title-box span {
        font-size: 14px;
        color: #758A90;
        font-weight: 400;
        margin-left: 4px;
    }



    .quote03_table02 td:nth-child(1) {
        width: 114px;
    }

    .quote03_table02 td:nth-child(2),
    .quote03_table02 td:nth-child(3) {
        width: 72px;
    }

    .quote03_table02 td:nth-child(2),
    .quote03_table02 td:nth-child(3) {
        background-color: #F8F8F8;
    }

    .quote03_table02 td input {
        width: 100%;
        padding-left: 0;
        color: var(--styBlue);
    }

.quote03_table02 {
    border-top: 1px solid #8e9fa4;
    border-left: 1px solid #8e9fa4;
    margin-top: 17px;
}

    .quote03_table02 tr {
        border-bottom: 1px solid #8E9FA4;
    }

        .quote03_table02 tr:first-child td {
            text-align: center;
            padding-left: 0;
            background-color: #fff;
        }

    .quote03_table02 td {
        border-right: 1px solid #8E9FA4;
        font-size: 12px;
        color: var(--styBlue);
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
        vertical-align: middle;
        text-align: start;
        padding-left: 10px;
    }

.quote03_table01.part_table td {
    height: 45px;
}

.quote03_table-bottom {
    width: 196px;
    margin-left: 85px;
    margin-top: 13px;
}

.quote03_table-bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    margin-bottom: 5px;
}

    .quote03_table-bottom-box:last-child {
        margin-bottom: 0;
    }

    .quote03_table-bottom-box input {
        width: 65px;
        height: 26px;
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        padding-left: 10px;
        border-radius: var(--radius5);
        margin-right: 0;
        margin-left: auto;
    }

        .quote03_table-bottom-box input.vesion_gray {
            background-color: #E6E8EB;
        }

    .quote03_table-bottom-box span {
        width: 40px;
        display: block;
        margin-left: 3px;
    }

    .quote03_table-bottom-box .select_style {
        width: 108px;
        height: 26px;
        margin-right: 0;
    }

    .quote03_table-bottom-box p,
    .quote03_table-bottom-box span {
        font-size: 14px;
        color: var(--styBlue);
    }

.quote03_section_02 {
    border-bottom: 2px solid var(--styBlue);
    padding-bottom: 35px;
}

    .quote03_section_02 .quote03_section_02-title {
        font-size: 16px;
        font-weight: bold;
        color: var(--styBlue);
        display: flex;
        border-bottom: 1px solid var(--styBlue);
        padding-bottom: 2px;
    }

.quote03_section_02-block {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px dashed #8E9FA4;
    padding-bottom: 10px;
}

    .quote03_section_02-block:nth-child(4) {
        border-bottom: 1px solid #8E9FA4;
    }

    .quote03_section_02-block:nth-of-type(1) {
        margin-top: 21px;
    }

.quote03_section_02-flex {
    display: flex;
    align-items: center;
}

    .quote03_section_02-flex.number01 {
        margin-bottom: 10px;
    }

.box_column {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .box_column span {
        color: var(--styBlue);
        font-size: 12px;
    }

    .box_column p {
        color: #707070;
    }

        .box_column p span {
            font-size: 14px;
            margin-left: 10px;
        }

.quote03_section_02-block h3 {
    font-size: 16px;
    color: var(--styBlue);
    font-weight: bold;
    width: 100px;
}

.box_column.n01 p {
    margin-top: 5px;
    font-size: 14px;
}

.box_column.box_row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .box_column.box_row p {
        font-size: 14px;
        color: var(--styBlue);
    }

    .box_column.box_row input[type="text"] {
        width: 60px;
        height: 38px;
        border-radius: var(--radius5);
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        padding-left: 8px;
    }

.box_column.batu {
    font-size: 16px;
    color: var(--styBlue);
    margin-left: 7px;
    margin-right: 10px;
}

    .box_column.batu.plus {
        font-size: 20px;
    }

.box_column.box_row.n02 input {
    margin-left: 10px;
    margin-right: 5px;
    text-align: start;
    font-size: 14px;
}

.box_column.equal {
    color: var(--styBlue);
    font-size: 16px;
    margin-left: 10px;
    margin-right: 5px;
}

.box_column.box_row.green--line {
    border: 2px solid var(--green);
    padding: 0 12px;
}

    .box_column.box_row.green--line .moji-green {
        color: var(--green);
        font-size: 14px;
        height: 48px;
        display: flex;
        align-items: center;
        margin-right: 27px;
    }

    .box_column.box_row.green--line p {
        font-size: 14px;
        color: #707070;
        font-weight: bold;
    }

    .box_column.box_row.green--line span {
        font-size: 14px;
        font-weight: 400;
        margin-left: 5px;
    }

.r_te {
    margin-left: 10px;
    font-size: 12px;
    color: var(--styBlue);
}

.box_column.box_row.n02 .parsent {
    margin-left: 5px;
}

.box_column.n01 {
    width: 134px;
}

.box_column.w154 {
    width: 154px;
    justify-content: center;
}

    .box_column.w154 span {
        font-size: 16px;
    }

.box_column.box_row.green--line.g_line_none {
    border: none;
    padding-left: 15px;
}

    .box_column.box_row.green--line.g_line_none p {
        font-weight: 400;
    }

.box_column.box_row.n02.w154 .m_on {
    margin: 0 18px;
}

.quote03_table03 {
    border-collapse: separate;
    border-spacing: 0px 5px;
    padding-left: 20px;
}

    .quote03_table03 tbody {
        height: auto;
    }

    .quote03_table03 th {
        text-align: center;
        font-size: 10px;
        height: 23px;
        padding: 0;
        font-weight: 400;
    }


        .quote03_table03 th:nth-child(1),
        .quote03_table03 th:nth-child(2),
        .quote03_table03 th:nth-child(3),
        .quote03_table03 th:nth-child(4),
        .quote03_table03 th:nth-child(5),
        .quote03_table03 th:nth-child(6) {
            width: 147px;
        }

        .quote03_table03 th:nth-child(7) {
            width: 115px;
        }

    .quote03_table03 td input {
        width: 81px;
        height: 38px;
        border-radius: var(--radius5);
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        padding-left: 10px;
    }

    .quote03_table03 td span {
        display: block;
        float: right;
        line-height: 38px;
    }

    .quote03_table03 td {
        padding: 0;
        font-size: 14px;
        position: relative;
        padding-left: 12px;
    }

        .quote03_table03 td:first-child {
            padding-left: 0;
        }

        .quote03_table03 td:last-child {
            text-align: center;
            border: 2px solid var(--green);
            font-weight: bold;
        }

        .quote03_table03 td::after {
            content: "\5186";
            font-size: 14px;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            font-weight: 400;
        }

.section_02-total_money {
    display: flex;
    align-items: center;
    padding-top: 8px;
}

    .section_02-total_money h2 {
        font-size: 16px;
        color: var(--styBlue);
        font-weight: bold;
        width: 118px;
    }

    .section_02-total_money .money_nimbers {
        font-size: 18px;
        font-weight: bold;
        color: #707070;
        position: relative;
    }

        .section_02-total_money .money_nimbers::after {
            position: absolute;
            transform: translateY(-50%);
            top: 50%;
            right: -30px;
            content: "\5186";
            font-size: 16px;
            font-weight: 400;
        }

.quote03_section_03 {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
}

.quote03_section_03-block:first-child {
    width: 312px;
    padding-left: 20px;
}

.quote03_section_03-block div {
    display: flex;
    margin-bottom: 10px;
}

    .quote03_section_03-block div:last-child {
        margin-bottom: 0;
    }

    .quote03_section_03-block div h2 {
        color: var(--styBlue);
        font-size: 16px;
        font-weight: bold;
        width: 125px;
    }

    .quote03_section_03-block div span {
        font-size: 18px;
        font-weight: bold;
        position: relative;
        color: #707070;
    }

    .quote03_section_03-block div.section_one span::after {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: -20px;
        content: "\5186";
        font-size: 16px;
        font-weight: 400;
        color: var(--styBlue);
    }

.quote03_table04,
.quote03_table05 {
    width: fit-content;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

    .quote03_table04 tbody {
        height: auto;
    }

    .quote03_table04 th {
        text-align: center;
    }

        .quote03_table04 th:nth-child(1) {
            width: 100px;
        }

        .quote03_table04 th:nth-child(2) {
            width: 142px;
        }

        .quote03_table04 th:nth-child(3) {
            width: 135px;
            border-right: 1px solid #e9ebec;
        }

    .quote03_table04 td:nth-child(2) {
        text-align: end;
    }

    .quote03_table04 td:nth-child(3) {
        text-align: end;
    }

    .quote03_table04 td:last-child {
        border-right: none;
    }

.quote03_table05 {
    margin-top: 12px;
}

    .quote03_table05 tr td {
        height: 100%;
        position: relative;
    }

        .quote03_table05 tr td div {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            color: var(--styBlue);
            margin-bottom: 0;
            padding: 7px 0;
        }

            .quote03_table05 tr td div div {
                display: flex;
                flex-direction: column;
                width: auto;
                margin-bottom: 0;
                align-items: baseline;
            }

                .quote03_table05 tr td div div .flex_r {
                    display: flex;
                    flex-direction: row;
                    padding: 0;
                }

                    .quote03_table05 tr td div div .flex_r input {
                        font-weight: 400;
                    }

                .quote03_table05 tr td div div p {
                    font-size: 11px;
                    font-weight: 400;
                    color: var(--styBlue);
                    line-height: 16px;
                    padding-left: 10px;
                }

                .quote03_table05 tr td div div input {
                    width: 50px;
                    height: 28px;
                    background-color: #F8F8F8;
                    border: 1px solid #E6E8EB;
                    border-radius: var(--radius5);
                    font-size: 14px;
                    color: #707070;
                    padding-left: 5px;
                    margin-top: 1px;
                }

        .quote03_table05 tr td:nth-child(1) {
            width: 157px;
            background-color: #EAECEC;
            border-radius: var(--radius5);
        }

        .quote03_table05 tr td:nth-child(2) {
            width: 112px;
            border-right: 1px solid #E6E8EB;
            text-align: left;
        }

            .quote03_table05 tr td:nth-child(2) div {
                justify-content: flex-start;
            }

        .quote03_table05 tr td:nth-child(3) {
            width: 130px;
            border-right: 1px solid #E6E8EB;
        }

            .quote03_table05 tr td:nth-child(3) div {
                justify-content: flex-end;
                padding-right: 12px;
            }

            .quote03_table05 tr td:nth-child(3) input {
                width: 94px;
                height: 38px;
                background-color: #F8F8F8;
                border: 1px solid #E6E8EB;
                border-radius: var(--radius5);
                padding-left: 10px;
                font-size: 14px;
            }

        .quote03_table05 tr td:nth-child(4) {
            width: 135px;
        }

            .quote03_table05 tr td:nth-child(4) div {
                justify-content: flex-end;
                padding-right: 12px;
            }

        .quote03_table05 tr td div.last_td-table05 {
            align-items: flex-end;
            padding: 0;
        }

            .quote03_table05 tr td div.last_td-table05 .last_td-table05-p {
                margin-bottom: 13px;
                margin-right: 5px;
            }

        .quote03_table05 tr td:nth-child(2) div,
        .quote03_table05 tr td:nth-child(3) div,
        .quote03_table05 tr td:nth-child(4) div {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            color: #707070;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 400;
        }

    /* .quote03_table05 tr {
  background-color:rgb(134, 228, 162);
} */
    .quote03_table05 tr:nth-child(1) td,
    .quote03_table05 tr:nth-child(2) td {
        height: 52px;
    }

    .quote03_table05 tr:nth-child(3) td {
        height: 56px;
    }

    .quote03_table05 tr:nth-child(1) td:nth-child(4) div {
        color: var(--orange);
    }

    .quote03_table05 tr td div span {
        font-size: 14px;
        font-weight: 400;
        color: #707070;
        margin-left: 10px;
    }

.quote03_section_03-block:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 20px;
}

.t_daichou_footer-nav.quote03 {
    justify-content: space-between;
    padding-right: 35px;
    padding-left: 35px;
}

    .t_daichou_footer-nav.quote03 .footer-nav_right,
    .t_daichou_footer-nav.quote03 .footer-nav_left {
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .t_daichou_footer-nav.quote03 .footer-nav_right .button-right,
        .t_daichou_footer-nav.quote03 .footer-nav_left .button-left {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius5);
            font-size: 14px;
            height: 36px;
            background-color: #fff;
            cursor: pointer;
        }

    .t_daichou_footer-nav.quote03 .footer-nav_center {
        display: flex;
    }

    .t_daichou_footer-nav.quote03 .footer-nav_right .button-right {
        width: 150px;
        color: #707070;
        border: none;
    }

    .t_daichou_footer-nav.quote03 .footer-nav_left .button-left {
        border: 1px solid #4AA9AC;
        color: #4AA9AC;
        width: 75px;
    }

        .t_daichou_footer-nav.quote03 .footer-nav_right .button-right svg,
        .t_daichou_footer-nav.quote03 .footer-nav_left .button-left svg {
            margin-right: 8px;
        }


/* ==================================== */
/* 10_商品検査依頼−検索画面 */
/* ==================================== */
.shouhin_content {
    max-width: 1118px;
    margin: 0 auto;
}

    .shouhin_content .part_table {
        width: 100%;
    }

        .shouhin_content .part_table tr th {
            text-align: center;
            margin: 0;
            padding: 0;
        }

/*            .shouhin_content .part_table tr th .check_table-box,
            .shouhin_content .part_table tr td .check_table-box,
            .shouhin_content .part_table tr td:nth-child(1),
            .shouhin_content .part_table tr th:nth-child(1) {
                width: 50px;
                margin: 0;
                padding: 0;
            }*/

            .shouhin_content .part_table tr td:nth-child(2),
            .shouhin_content .part_table tr th:nth-child(2) {
                width: 98px;
            }

            .shouhin_content .part_table tr td:nth-child(3),
            .shouhin_content .part_table tr th:nth-child(3) {
                width: 101px;
            }

            .shouhin_content .part_table tr td:nth-child(4),
            .shouhin_content .part_table tr th:nth-child(4) {
                width: 153px;
            }

            .shouhin_content .part_table tr td:nth-child(5),
            .shouhin_content .part_table tr th:nth-child(5) {
                width: 229px;
            }

            .shouhin_content .part_table tr td:nth-child(6),
            .shouhin_content .part_table tr th:nth-child(6) {
                width: 185px;
            }

            .shouhin_content .part_table tr td:nth-child(7),
            .shouhin_content .part_table tr th:nth-child(7) {
                width: 143px;
            }

            .shouhin_content .part_table tr td:nth-child(8),
            .shouhin_content .part_table tr th:nth-child(8) {
                width: 71px;
            }

            .shouhin_content .part_table tr td:nth-child(9),
            .shouhin_content .part_table tr th:nth-child(9) {
                width: 91px;
            }

.part_head_line.shouhin .head_line.n01 {
    margin-bottom: 20px;
}

    .part_head_line.shouhin .head_line.n01 .head_content_part:nth-child(1) input {
        width: 150px;
    }

    .part_head_line.shouhin .head_line.n01 .head_content_part:nth-child(2) input {
        width: 346px;
    }

    .part_head_line.shouhin .head_line.n01 .head_content_part:nth-child(3) .select_style {
        width: 186px;
    }

.part_head_line.shouhin .head_line.n02 .head_content_part:nth-child(3) .select_style,
.part_head_line.shouhin .head_line.n02 .head_content_part:nth-child(1) .select_style {
    width: 110px;
}

.part_head_line.shouhin .head_line.n02 .head_content_part:nth-child(2) input {
    width: 149px;
}

.part_head_line.shouhin .head_line.n02 .head_content_part:nth-child(4) input {
    width: 200px;
}

.shouhin_content .pagination {
    justify-content: center;
}

.p_content.shouhin .mon {
    margin-right: 20px;
}

/* ================================== */
/* 10_商品検査依頼−詳細01 */
/* ================================== */
.content.appraisal {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 27px;
    margin-top: 21px;
    padding-bottom: 65px;
}

.appraisal_section {
    width: 574px;
    margin: 0 auto;
}

    .appraisal_section > h1 {
        display: flex;
        font-size: 22px;
        font-weight: bold;
        border-bottom: 5px double #000;
        width: fit-content;
        margin: 0 auto;
    }

    .appraisal_section .appraisal_section-box01 {
        display: flex;
        justify-content: space-between;
    }

    .appraisal_section .appraisal_section-box01_left {
        display: flex;
        align-items: center;
    }

        .appraisal_section .appraisal_section-box01_left svg {
            width: 65px;
            height: 42px;
            margin-right: 5px;
        }

        .appraisal_section .appraisal_section-box01_left p {
            font-size: 12px;
            line-height: 17px;
            font-weight: 400;
        }

    .appraisal_section .appraisal_section-box01_right {
        display: flex;
        flex-direction: column;
        width: 181px;
    }

        .appraisal_section .appraisal_section-box01_right dl dd,
        .appraisal_section .appraisal_section-box01_right dl {
            display: flex;
            align-items: center;
        }

            .appraisal_section .appraisal_section-box01_right dl:nth-child(2) {
                margin: 5px 0;
            }

            .appraisal_section .appraisal_section-box01_right dl dt {
                font-size: 11px;
                font-weight: 400;
                width: auto;
                margin-right: 5px;
            }

            .appraisal_section .appraisal_section-box01_right dl dd {
                border-bottom: 1px solid #000;
                margin-right: 0;
                margin-left: auto;
                flex: auto;
            }

                .appraisal_section .appraisal_section-box01_right dl dd span {
                    font-size: 11px;
                    font-weight: 400;
                    display: block;
                    margin-left: auto;
                }

            .appraisal_section .appraisal_section-box01_right dl:nth-child(3) dd span {
                margin-right: auto;
                margin-left: 0;
                padding-left: 10px;
            }

.appraisal_section-box02 .mes {
    font-size: 11px;
}

.appraisal_section-box02_con {
    width: 100%;
    font-size: 11px;
    color: #000;
    font-weight: 400;
    border: 3px solid #000;
}

    .appraisal_section-box02_con textarea,
    .appraisal_section-box02_con input {
        color: #000;
        cursor: pointer;
        font-size: 11px;
    }

        .appraisal_section-box02_con input::placeholder {
            color: #CCCCCC;
        }

.appraisal_section-box02_con-head {
    display: flex;
}


    .appraisal_section-box02_con-head .left .heads {
        display: flex;
    }

.heads > p {
    width: 56px;
    min-height: 24px;
}

.heads input {
    display: flex;
    align-items: center;
    height: 100%;
}

.appraisal_section-box02_con-head .left .heads p {
    display: flex;
    border-right: 1px solid #000;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2px;
}

.appraisal_section-box02_con-head .left .heads .bottom,
.appraisal_section-box02_con-head .left .heads .top {
    display: flex;
}

.top_box01 {
    width: 196px;
    border-right: 1px solid #000;
}

.top_box02 {
    width: 160px;
}

.top_box01 textarea {
    padding: 4px;
    font-size: 11px;
}

.top_box01 span {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 23px;
}

.top_box01 .form {
    display: flex;
    align-items: center;
    height: auto;
}

    .top_box01 .form input {
        font-size: 11px;
        height: 24px;
        width: 100%;
        padding: 0;
        padding-left: 4px;
    }

.top_box02 .box02-content-2 {
    width: 159px;
}

.top_box02 .box02-content-1,
.top_box02 .box02-content-2 {
    display: flex;
}

    .top_box02 .box02-content-1 span,
    .top_box02 .box02-content-2 span {
        font-size: 11px;
        width: 29px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
    }

    .top_box02 .box02-content-1 input {
        font-size: 11px;
        color: #000;
    }

    .top_box02 .box02-content-2 .select_style {
        background-color: transparent;
        border: none;
        height: auto;
        width: 100%;
        margin: 0;
        padding-left: 6px;
    }

        .top_box02 .box02-content-2 .select_style select {
            font-size: 11px;
            padding: 0;
        }

.appraisal_section-box02_con .bottom .top_box01.n01 {
    display: flex;
}

    .appraisal_section-box02_con .bottom .top_box01.n01 span {
        height: 24px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 41px;
    }

.heads_n02 {
    border-top: 1px solid #000;
}

    .heads_n02 .box,
    .heads_n02 .box .inner,
    .heads_n02 {
        display: flex;
    }


        .heads_n02 .box:nth-child(1) {
            flex-direction: column;
        }

            .heads_n02 .box:nth-child(1) input {
                width: 162px;
            }

            .heads_n02 .box:nth-child(1) p {
                width: 56px;
                border-right: 1px solid #000;
                height: 23px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .heads_n02 .box:nth-child(2) p,
        .heads_n02 .box:nth-child(3) p {
            border-right: 1px solid #ccc;
            width: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .heads_n02 .box:nth-child(2) input {
            width: 23px;
            border-right: 1px solid #ccc;
        }

        .heads_n02 .box:nth-child(3) input {
            width: 114px;
            border-right: 1px solid #000;
        }

.appraisal_section-box02_con-head .right .right_box {
    position: relative;
    width: 158px;
    height: 50px;
    border-bottom: 1px solid #000;
    padding-left: 3px;
}

    .appraisal_section-box02_con-head .right .right_box p {
        position: absolute;
    }

        .appraisal_section-box02_con-head .right .right_box p:nth-child(1) {
            top: 3px;
            left: 3px;
        }

        .appraisal_section-box02_con-head .right .right_box p:nth-child(2) {
            bottom: 3px;
            right: 3px;
        }

.appraisal_section-box03 section {
    width: 286px;
}

.appraisal_section .appraisal_section-box03 section h1 {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

.table_sec {
    border: 1px solid #000;
}

    .table_sec .tr:last-child {
        border: none;
    }

.appraisal_section-box03 {
    display: grid;
    grid-template: auto / auto auto;
    margin-top: 3px;
}

    .appraisal_section-box03 .flex {
        display: flex;
        flex-direction: column;
    }

    .appraisal_section-box03 section .tr {
        display: flex;
        border-bottom: 1px solid #707070;
        padding-left: 5px;
        height: 15px;
    }

        .appraisal_section-box03 section .tr div {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .appraisal_section-box03 section .td01 {
        border-left: 1px dotted #707070;
        width: 25px;
        font-size: 10px;
        justify-content: flex-end;
        padding-right: 2px;
    }

    .appraisal_section-box03 section .td02 {
        border-left: 1px dotted #707070;
        border-right: 1px dotted #707070;
        width: 108px;
        font-size: 10px;
        display: block;
        text-align: center;
    }

    .appraisal_section-box03 section .td03{
        width: 87px;
        font-size: 10px;
        border-right: 1px dotted #707070;
    }

        .appraisal_section-box03 section .td03:has(>input) {
            border: none;
        }

    .appraisal_section-box03 section .td04 {
        width: 60px;
        margin-left: 5px;
        border-left: 1px dotted #707070;
        justify-content: flex-start;
    }

        .appraisal_section-box03 section .td04 input,
        .appraisal_section-box03 section .td03 input {
            width: 100%;
            font-size: 10px;
            padding-left: 8px;
            height: 100%;
            border-right: 1px dotted #707070;
            color: #000;
        }

        .appraisal_section-box03 section .td04 input {
            width: calc(100% - 5px);
            margin-left: 0;
            margin-right: auto;
            border: none;
        }

.box_con {
    border: 1px solid #707070;
}

.flex.gred {
    display: flex;
    flex-direction: row;
}

    .flex.gred .box_con:nth-child(1) {
        width: 335px;
        padding: 3px;
    }

    .flex.gred .box_con:nth-child(2) {
        width: calc(100% - 336px);
    }

    .flex.gred .box_con p {
        font-size: 10px;
    }

    .flex.gred .box_con textarea {
        width: 100%;
        /* ljh   height: 100%;*/
        height: 80%;
        font-size: 10px;
    }

    .flex.gred .box_con .tr {
        display: flex;
        height: 15px;
    }

        .flex.gred .box_con .tr .td {
            font-size: 10px;
            display: flex;
            justify-content: center;
        }

            .flex.gred .box_con .tr .td:nth-child(1) {
                width: 88px;
                border-right: 1px dotted #707070;
                border-bottom: 1px dotted #707070;
                align-items: center;
            }

        .flex.gred .box_con .tr:last-child .td:nth-child(1),
        .flex.gred .box_con .tr:last-child .td:nth-child(2),
        .flex.gred .box_con .tr:last-child .td:nth-child(3),
        .flex.gred .box_con .tr:last-child .td:nth-child(4) {
            border-bottom: none;
        }

        .flex.gred .box_con .tr .td:nth-child(2) {
            width: 87px;
            margin-right: 5px;
            border-right: 1px dotted #707070;
            border-bottom: 1px dotted #707070;
            padding-top: 1px;
        }

        .flex.gred .box_con .tr .td:nth-child(3) {
            width: 55px;
            border-left: 1px dotted #707070;
            border-bottom: 1px dotted #707070;
            padding-top: 1px;
        }

        .flex.gred .box_con .tr .td:nth-child(4) {
            width: 30px;
            border-left: 1px dotted #707070;
        }


/* ========================= */
/* 05_受注管理-検索画面 */
/* ========================= */

.order .head_line.n01 .head_content_part.n01 input {
    width: 150px;
}

.order .head_line.n01 .head_content_part.n02 input,
.order .head_line.n01 .head_content_part.n03 input {
    width: 175px;
}

.order .head_line.n01 .head_content_part.n04 input {
    width: 128px;
}

.order .head_line.n02 .head_content_part.n03 .select_style,
.order .head_line.n02 .head_content_part.n04 .select_style,
.order .head_line.n02 .head_content_part.n02 input {
    width: 175px;
    height: 36px;
}

.order .head_line.n02 .head_content_part.n03,
.order .head_line.n03 .head_content_part.n01 {
    margin-right: 10px;
}

.order .head_line.n02 .head_content_part.n01 input {
    width: 128px;
}

.order .head_line.n03 .head_content_part.n01 .select_style,
.order .head_line.n03 .head_content_part.n02 .select_style {
    width: 175px;
}

.order .head_line.n03 {
    justify-content: space-between;
}

    .order .head_line.n03 .head_line-flex {
        display: flex;
    }

.head_line-flex {
    display: flex;
}

.part_head_line.order .head_line {
    margin-bottom: 10px;
}

    .part_head_line.order .head_line:last-child {
        margin-bottom: 0px;
    }

.order_content {
    width: 1118px;
    margin: auto;
}

    .order_content .part_table .check_table-box,
    .order_content .part_table .ECM_CheckboxInput {
        width: auto;
        padding: 0;
    }

    .order_content .part_table tr th {
        font-weight: 400;
        text-align: center;
        padding: 0;
    }

        .order_content .part_table tr th.border-bottom_on {
            border-bottom: 1px solid #fff;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .order_content .part_table tr.th_bottom th {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .order_content .part_table tr.th_bottom th::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: -1px;
            width: 1px;
            height: 5px;
            background-color: #E9EBEC;
        }

    .order_content .part_table tr th.border-bottom_on::before {
        display: none;
    }

/*    .order_content .part_table tr td:nth-child(1),
    .order_content .part_table tr th:nth-child(1) {
        width: 50px;
        padding: 0;
    }
*/
    .order_content .part_table tr td:nth-child(2),
    .order_content .part_table tr th:nth-child(2) {
        width: 159px;
    }

    .order_content .part_table tr td:nth-child(3),
    .order_content .part_table tr th:nth-child(3) {
        width: 247px;
    }

    .order_content .part_table tr td:nth-child(4),
    .order_content .part_table tr th:nth-child(4) {
        width: 145px;
    }

    .order_content .part_table tr td:nth-child(5),
    .order_content .part_table tr th:nth-child(5) {
        width: 133px;
    }

    .order_content .part_table tr td:nth-child(6),
    .order_content .part_table tr th:nth-child(6) {
        width: 291px;
    }

    .order_content .part_table .tr td:nth-child(7),
    .order_content .part_table .tr th:nth-child(7) {
        width: 91px;
        border-right: none;
    }

    .order_content .part_table .tr td.td_border-bottom_on {
        border-bottom: 1px solid #E6E8EB;
    }

    .order_content .part_table tr.even {
        position: relative;
    }

        .order_content .part_table tr.even.border::after {
            position: absolute;
            width: 100%;
            height: 5px;
            background-color: #fff;
            top: -5px;
            left: 0;
            content: "";
        }

    .order_content .part_table tr.border {
        position: relative;
    }

        .order_content .part_table tr.border::after {
            position: absolute;
            width: 100%;
            height: 5px;
            background-color: #fff;
            top: -5px;
            left: 0;
            content: "";
        }

    .order_content .pagination {
        justify-content: center;
    }

input[type="text"], textarea {
    outline: none !important;
    resize: none;
}

select {
    color: #cccccc;
    outline: none;
    font-size: 14px;
    height: 36px;
}

input[type="text"] {
    color: #707070;
    font-size: 14px;
    padding-left: 10px;
}

/* =============================== */
/* 06_商品管理−詳細 */
/* =============================== */
input.temp01 {
    background-color: #F8F8F8;
    border: 1px solid #E6E8EB;
    border-radius: var(--radius5);
}

.t_daichou_footer-nav.shipping01 .left .left_btn img,
.t_daichou_footer-nav.shipping01 .right .right_btn img {
    margin-right: 8px;
}

.t_daichou_footer-nav.shipping01 .left .left_btn,
.t_daichou_footer-nav.shipping01 .right .right_btn {
    border: 1px solid var(--green);
    color: var(--green);
    background-color: #fff;
    border-radius: var(--radius5);
    width: 116px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.product02 .flex_box {
    display: flex;
}

.product02 .part_green-title {
    margin-bottom: 13px;
}

.product02 .flex_box.n02 dl:last-child {
    margin-right: 0;
}

.product02 .flex_box.n02 dl {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

    .product02 .flex_box.n02 dl dt span {
        font-size: 10px;
        border: 1px solid #E89A7B;
        color: #E89A7B;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius5);
        width: 30px;
        height: 15px;
    }

    .product02 .flex_box.n02 dl dt {
        font-size: 14px;
        color: #758A90;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        font-weight: 400;
    }

    .product02 .flex_box.n02 dl dd input[type="text"] {
        height: 38px;
    }

    .product02 .flex_box.n02 dl:nth-child(1) dd input[type="text"] {
        width: 183px;
        font-weight: bold;
    }

    .product02 .flex_box.n02 dl:nth-child(2) dd input[type="text"] {
        font-weight: bold;
        width: 478px;
    }

.product02 .flex_box.n03 {
    display: flex;
}

    .product02 .flex_box.n03 .left {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

        .product02 .flex_box.n03 .left dl {
            display: flex;
            align-items: center;
            margin-bottom: 23px;
        }

            .product02 .flex_box.n03 .left dl:last-child {
                margin-bottom: 0;
            }

            .product02 .flex_box.n03 .left dl dt {
                font-size: 14px;
                font-weight: 400;
                color: #758A90;
                margin-right: 10px;
            }

            .product02 .flex_box.n03 .left dl dd:has(>input) {
                background-color: #F8F8F8;
                border: 1px solid #E6E8EB;
            }

            .product02 .flex_box.n03 .left dl dd {
                width: 257px;
                height: 174px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #fff;
                border-radius: var(--radius5);
                position: relative;
            }

                .product02 .flex_box.n03 .left dl dd input[type="file"] {
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                }

                .product02 .flex_box.n03 .left dl dd:has(>input) {
                    height: 185px;
                }

                    .product02 .flex_box.n03 .left dl dd:has(>input)::after {
                        content: "画像を選択してください";
                        font-size: 14px;
                        color: #CCCCCC;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%);
                        width: max-content;
                    }

    .product02 .flex_box.n03 .right {
        margin-left: 16px;
        margin-top: 20px;
    }

        .product02 .flex_box.n03 .right .flex_box.n01 {
            display: flex;
            margin-bottom: 15px;
        }


            .product02 .flex_box.n03 .right .flex_box.n01 .select_style {
                width: 75px;
                height: 26px;
                margin-right: 10px;
            }

            .product02 .flex_box.n03 .right .flex_box.n01 input {
                width: 258px;
                height: 26px;
                margin-left: 0;
            }

        .product02 .flex_box.n03 .right .flex_box {
            display: flex;
            align-items: center;
        }

            .product02 .flex_box.n03 .right .flex_box p {
                font-size: 14px;
                color: #758A90;
                width: 90px;
                padding-left: 20px;
            }

            .product02 .flex_box.n03 .right .flex_box span {
                font-size: 14px;
                color: #758A90;
                display: flex;
                align-items: center;
            }

            .product02 .flex_box.n03 .right .flex_box input {
                width: 45px;
                height: 36px;
                margin-left: 4px;
            }

            .product02 .flex_box.n03 .right .flex_box svg {
                margin: 0 9px;
            }

.product02 input::placeholder {
    color: #CCCCCC;
}

.product02 .flex_box.n03 .right .flex_box.n02 {
    margin-top: 10px;
}

    .product02 .flex_box.n03 .right .flex_box.n02 input {
        width: 135px;
        margin-left: 0;
    }

.product02_left {
    margin-right: 33px;
}

    .product02_left .flex_box.n03,
    .product02_left .flex_box.n02 {
        padding-left: 20px;
    }

.product02_right .product02_right-day .day,
.product02_right .product02_right-day {
    display: flex;
    align-items: center;
}

    .product02_right .product02_right-day .day:nth-child(1) {
        margin-right: 20px;
    }

    .product02_right .product02_right-day .day p {
        font-size: 14px;
        color: #758A90;
        width: 62px;
        height: 26px;
        background-color: #EAECEC;
        border-radius: var(--radius5);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product02_right .product02_right-day .day time {
        font-size: 14px;
        color: #707070;
        margin-left: 10px;
    }

.product02_right-qr_section {
    width: 100%;
    border-radius: var(--radius5);
    border: 1px solid #E6E8EB;
    margin-top: 5px;
    padding: 10px;
}

    .product02_right-qr_section img {
        width: 65px;
        height: 65px;
        margin: 0 auto;
        display: block;
    }

    .product02_right-qr_section p {
        color: #758A90;
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
    }

.product02_box {
    display: flex;
    margin-bottom: 10px;
}

    .product02_box:last-child {
        margin-bottom: 0;
    }

    .product02_box .product02_box-title {
        width: 80px;
        display: flex;
        font-size: 14px;
        color: #758A90;
        background-color: #EAECEC;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius5);
        margin-right: 20px;
    }

    .product02_box ul li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .product02_box ul li:last-child {
            margin-bottom: 0;
        }

        .product02_box ul li span {
            display: block;
            font-size: 14px;
            color: #758A90;
            margin-right: 20px;
        }

        .product02_box ul li .select_style {
            width: 154px;
            height: 26px;
            margin: 0;
        }

    .product02_box.n01 {
        margin-top: 10px;
    }

    .product02_box.n02 ul li:nth-child(1) .select_style,
    .product02_box.n03 ul li:nth-child(1) .select_style {
        width: 100%;
        height: 26px;
    }

.product02_content-wrap {
    max-width: 1118px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.pro02_content.part_background_white {
    width: 364px;
    margin: 0;
    padding: 2px;
}

    .pro02_content.part_background_white select {
        padding-left: 5px;
    }

    .pro02_content.part_background_white .select_style::after {
        right: 6px;
    }

    .pro02_content.part_background_white .head {
        display: flex;
        align-items: center;
        background-color: #EAECEC;
        border-top-right-radius: var(--radius5);
        border-top-left-radius: var(--radius5);
        height: 29px;
        padding: 0px 6px;
        justify-content: space-between;
    }

        .pro02_content.part_background_white .head .green_link,
        .pro02_content.part_background_white .head .orange_link {
            width: 34px;
            height: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            padding: 0;
        }

        .pro02_content.part_background_white .head .green_link {
            width: 58px;
        }

        .pro02_content.part_background_white .head h2 {
            font-size: 14px;
            color: #00A29A;
        }

.product02_content-table {
    width: 100%;
    border-spacing: 0 2px;
    border-collapse: separate;
}

    .product02_content-table label {
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .product02_content-table .select_style {
        height: 26px;
        margin: 0 auto;
    }

        .product02_content-table .select_style select {
            font-size: 12px;
        }

    .product02_content-table thead {
        display: flex;
    }

    .product02_content-table tbody {
        min-height: 338px;
        height: 338px;
        overflow: scroll;
        display: block;
    }

    .product02_content-table tr th {
        width: fit-content;
        text-align: center;
        font-size: 11px;
        color: #758A90;
        font-weight: 400;
        height: fit-content;
        padding: 0;
    }

    .product02_content-table tr td {
        border-right: 1px solid #E6E8EB;
        padding: 3px 5px;
    }

        .product02_content-table tr td:nth-child(3) .select_style,
        .product02_content-table tr td:nth-child(4) .select_style {
            width: 85px;
        }

        .product02_content-table tr th:first-child,
        .product02_content-table tr td:first-child {
            width: 46px;
            border-right: none;
        }

        .product02_content-table tr th:nth-child(2),
        .product02_content-table tr td:nth-child(2) {
            width: 112px;
            padding-left: 0;
        }

        .product02_content-table tr th:nth-child(3),
        .product02_content-table tr th:nth-child(4),
        .product02_content-table tr td:nth-child(3),
        .product02_content-table tr td:nth-child(4) {
            width: 95px;
        }

        .product02_content-table tr td:last-child {
            border-right: none;
        }

/* ljh.product02_content-wrap.n02 {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    max-width: 100vw;*/
    /* width: 60vw !important; */
    /*width: 110% !important;
}*/

    .product02_content-wrap.n02::-webkit-scrollbar {
        display: none;
    }

    .product02_content-wrap.n02 .pro02_content.part_background_white {
        padding-bottom: 30px;
        margin-right: 13px;
        flex: none;
        scroll-snap-align: start;
        min-height: 563px;
        height: 563px;
    }

        .product02_content-wrap.n02 .pro02_content.part_background_white .body {
            width: 324px;
            margin: auto;
        }

        .product02_content-wrap.n02 .pro02_content.part_background_white .head {
            justify-content: center;
        }

        .product02_content-wrap.n02 .pro02_content.part_background_white .body .select_style {
            margin-right: 0;
        }

        .product02_content-wrap.n02 .pro02_content.part_background_white .body dl {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl:last-of-type {
                margin-bottom: 3px;
            }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dt {
                font-size: 14px;
                color: #758A90;
                margin-right: 10px;
                font-weight: 400;
                flex: none;
            }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd select {
                font-size: 12px;
            }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd .select_style {
                height: 26px;
            }

                .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd .select_style:nth-child(1) {
                    width: 88px;
                }

                .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd .select_style:nth-child(2) {
                    width: 70px;
                }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd {
                display: flex;
                align-items: center;
            }

                .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd input[type="text"] {
                    width: 96px;
                    height: 26px;
                    font-size: 12px;
                }

                .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd input[type="url"] {
                    width: 217px;
                    height: 26px;
                    padding-left: 7px;
                    font-size: 12px;
                }

                    .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd input[type="url"]::placeholder {
                        color: #CCCCCC;
                    }


                .product02_content-wrap.n02 .pro02_content.part_background_white .body dl dd .green_link {
                    width: 34px;
                    height: 26px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 12px;
                    padding: 0;
                }

            .product02_content-wrap.n02 .pro02_content.part_background_white .body dl:last-of-type {
                justify-content: space-between;
            }

    .product02_content-wrap.n02 .text_area-style {
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        width: 324px;
        height: 60px;
        border-radius: var(--radius5);
        padding: 10px 12px;
        font-size: 14px;
        color: #707070;
    }

        .product02_content-wrap.n02 .text_area-style::placeholder {
            color: #ccc;
        }

    .product02_content-wrap.n02 .text-area_output {
        width: 100%;
        height: 68px;
        overflow-y: scroll;
        margin-top: 10px;
    }

        .product02_content-wrap.n02 .text-area_output p {
            font-size: 12px;
            font-weight: 400;
            color: #758A90;
            margin-bottom: 10px;
        }

.swiper {
    height: 192px;
    margin-top: 10px;
    margin-bottom: 37px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius5);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "" !important;
}


.swiper-button-prev,
.swiper-button-next {
    width: 26px;
    height: 26px;
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        width: 26px;
        height: 26px;
    }

    .swiper-button-prev:after {
        background-image: url(../img/prev.svg);
    }

    .swiper-button-next:after {
        background-image: url(../img/next.svg);
    }

.product02_wrap_box {
    width: 1118px;
    min-height: 576px;
    margin: 0 auto;
    position: relative;
}

    .product02_wrap_box .product02_content-wrap.n02 {
        position: absolute;
        left: 0;
        width: 100%;
        min-height: 580px;
        justify-content: start;
    }

        .product02_wrap_box .product02_content-wrap.n02 dl dd a {
            color: #4AA9AC;
            font-size: 12px;
            text-decoration: underline;
        }

.product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .head_input-style {
    position: relative;
}

    .product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .head_input-style::before,
    .product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .select_style::before {
        font-size: 11px;
        color: #758A90;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        font-weight: 300;
    }

.product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .select_style:nth-child(1)::before {
    content: "日付";
}

.product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .select_style:nth-child(2)::before {
    content: "運送業者";
}

.product02_content-wrap.n02 .pro02_content.part_background_white .body dl:nth-of-type(1) dd .head_input-style::before {
    content: "追跡No.";
}

.product02_wrap_box .product02_content-wrap.n02 dl:nth-of-type(2) input {
    cursor: default;
    outline: unset;
}

.product02_wrap_box .product02_content-wrap.n02 dl:nth-of-type(2) dd {
    width: 100%;
}

.product02_wrap_box .product02_content-wrap.n02 dl:nth-of-type(2) a:last-child,
.product02_wrap_box .product02_content-wrap.n02 dl:nth-of-type(2) button {
    margin-left: auto;
}


.product02_content-wrap.n03 .head {
    justify-content: center;
}

.product02_content-wrap.n03 .body {
    padding: 13px 22px 30px;
    position: relative;
}

    .product02_content-wrap.n03 .body::before {
        position: absolute;
        bottom: 10px;
        right: 22px;
        content: "※ファイルは2MB以内";
        font-size: 11px;
        color: #758A90;
    }

.product02_content-wrap.n03 .pro02_content.part_background_white a{
    width: 209px;
}


.product02_content-wrap.n03 li {
    list-style-position: inside;
    list-style-type: auto;
    font-size: 14px;
    color: #758A90;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .product02_content-wrap.n03 li .flex {
        align-items: center;
    }

    .product02_content-wrap.n03 li:last-child {
        margin-bottom: 0;
    }

.product02_content-wrap.n03 .body ul li a {
    color: #4AA9AC;
    font-size: 12px;
    margin-left: 4px;
    text-decoration: underline;
}

.product02_content-wrap.n03 .body ul li input {
    height: 26px;
}

.product02_content-wrap.n03 .body ul li button {
    margin-left: auto;
    width: 82px;
    height: 26px;
    font-size: 12px;
    padding: 0;
}

.product02_content-wrap.n03 .pro02_content.part_background_white:last-child .body {
    padding-left: 20px;
    padding-right: 20px;
}

    .product02_content-wrap.n03 .pro02_content.part_background_white:last-child .body::before {
        display: none;
    }

.product02_content-wrap.n03 .pro02_content.part_background_white:last-child li {
    justify-content: space-between;
}

.product02_content-wrap.n03 .pro02_content.part_background_white:last-child .select_style,
.product02_content-wrap.n03 .pro02_content.part_background_white:last-child input {
    height: 26px;
    font-size: 12px;
}

    .product02_content-wrap.n03 .pro02_content.part_background_white:last-child .select_style::after {
        right: 6px;
    }

    .product02_content-wrap.n03 .pro02_content.part_background_white:last-child .select_style select {
        font-size: 12px;
        padding-left: 5px;
    }

.product02_content-wrap.n03 .pro02_content.part_background_white:last-child .select_style {
    width: 88px;
    margin-right: 0;
}

.product02_content-wrap.n03 .pro02_content.part_background_white:last-child input {
    width: 208px;
}

    .product02_content-wrap.n03 .pro02_content.part_background_white:last-child input::placeholder {
        color: #ccc;
    }

/* ========================= */
/* 05_受注管理-詳細０１ */
/* ========================= */
.order02_content input[type="text"] {
    border: 1px solid #E6E8EB;
    background-color: #F8F8F8;
    border-radius: var(--radius5);
    height: 36px;
    padding-left: 10px;
    font-size: 14px;
    color: #707070;
}

    .order02_content input[type="text"].no_touch {
        border: 1px solid #E6E8EB;
        background-color: #E6E8EB;
    }

.order02_content {
    width: 1118px;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    padding: 20px;
}

    .order02_content h2 {
        color: #00A29A;
        font-size: 14px;
        font-weight: 400;
    }

.order02_flex {
    display: flex;
    align-items: center;
}

    .order02_flex p {
        width: 168px;
        padding-left: 20px;
        color: #758A90;
        font-size: 14px;
        font-weight: 400;
        position: relative;
    }

    .order02_flex > .order02_flex:nth-of-type(2) p {
        width: 82px;
        padding-left: 20px;
    }

    .order02_flex .orange_span::after {
        content: "\5fc5\9808"; /*必須*/
        font-size: 10px;
        width: 30px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E89A7B;
        color: #E89A7B;
        border-radius: var(--radius5);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.order02_content .select_style {
    height: 36px;
    width: 140px;
}

.order02_content .w300 {
    width: 300px;
}

.order02_content .w169 {
    width: 169px;
}

.order02_content .w140 {
    width: 140px;
}

.order02_flex.mron input[type="text"] {
    margin-right: 20px;
}

.order02_flex.first-child {
    margin-bottom: 20px;
}


/* ================================== */
/* SHIPPING 02-02 08_出荷管理-タブ02（運送依頼） */
/* ================================== */
.shipping02-footer_section.shipping02_02 {
    border-top: 2px solid #8E9FA4;
    margin-top: 40px;
}

.shipping02_02-box {
    display: flex;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8E9FA4;
}

    .shipping02_02-box dl {
        display: flex;
        align-items: center;
        margin-right: 30px;
    }

        .shipping02_02-box dl dt {
            color: #758A90;
            font-size: 14px;
            font-weight: bold;
            margin-right: 18px;
        }

        .shipping02_02-box dl dd {
            width: 170px;
            height: 36px;
        }

            .shipping02_02-box dl dd input {
                width: 100%;
                height: 100%;
                background-color: #E6E8EB;
                border-radius: 5px;
                display: flex;
                align-items: center;
                padding-left: 8px;
                font-size: 14px;
                font-weight: bold;
                color: #707070;
            }

/* .shipping02-02-table {
  width: 787px;
} */

.shipping02-02-table tr:first-child {
    background-color: #EAECEC;
}

.shipping02-02-table tr th {
    font-size: 12px;
    color: #758A90;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    position: relative;
    padding: 0;
}

    .shipping02-02-table tr th:first-child::after,
    .shipping02-02-table tr th:last-child::after {
        display: none;
    }

    .shipping02-02-table tr th::after {
        content: '';
        height: 90%;
        width: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .shipping02-02-table tr td:first-child label,
    .shipping02-02-table tr th:first-child label {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .shipping02-02-table tr th:first-child {
        width: 45px;
    }

    .shipping02-02-table tr th:nth-child(2),
    .shipping02-02-table tr th:nth-child(3),
    .shipping02-02-table tr th:nth-child(4) {
        width: 248px;
    }

.shipping02-02-table tr td {
    padding-top: 4px;
    position: relative;
    height: 135px;
    padding-left: 5px;
    padding-right: 5px;
}

    .shipping02-02-table tr td .select_style {
        margin-right: 0;
        width: 243px;
    }

    .shipping02-02-table tr td select {
        font-size: 14px;
    }

    .shipping02-02-table tr td textarea::placeholder {
        color: #CCCCCC;
    }

    .shipping02-02-table tr td textarea {
        font-size: 12px;
        color: #707070;
        border-radius: var(--radius5);
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        width: 243px;
        height: 100%;
        padding: 8px 10px;
    }

    .shipping02-02-table tr td:first-child::after,
    .shipping02-02-table tr td:last-child::after {
        display: none;
    }

    .shipping02-02-table tr td::after {
        content: '';
        width: 1px;
        height: 90%;
        background-color: #E6E8EB;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .shipping02-02-table tr td:nth-child(2) textarea {
        height: 90px;
        background-color: #E6E8EB;
        margin-top: 5px;
    }

    .shipping02-02-table tr td:first-child label {
        padding-top: 5px;
    }

.shipping02-02_left-footer {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: 750px;
    margin-top: 10px;
}

    .shipping02-02_left-footer .box01 {
        border-bottom: 1px solid #E6E8EB;
        display: flex;
    }

        .shipping02-02_left-footer .box01 div {
            display: flex;
            align-items: center;
            margin-right: 55px;
            font-size: 14px;
            font-weight: bold;
            color: #758A90;
            line-height: 23px;
        }

    .shipping02-02_left-footer .box02 {
        margin-top: 15px;
    }

        .shipping02-02_left-footer .box02 p {
            font-size: 14px;
            font-weight: 400;
            color: #758A90;
            flex: none;
        }

    .shipping02-02_left-footer textarea {
        width: 100%;
        background-color: #F8F8F8;
        border: 1px solid #E6E8EB;
        padding: 7px 10px;
        border-radius: var(--radius5);
        height: 80px;
        font-size: 14px;
    }

        .shipping02-02_left-footer textarea::placeholder {
            color: #cccccc;
            font-size: 14px;
        }

    .shipping02-02_left-footer .box02 {
        display: flex;
    }

.shipping02-02_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px dotted #8E9FA4;
}

    .shipping02-02_block .right {
        width: 220px;
    }

        .shipping02-02_block .right .green_box {
            background-color: rgba(74, 169, 172, 0.1);
            border-radius: 7px;
            padding: 10px;
        }

            .shipping02-02_block .right .green_box h2 {
                font-size: 12px;
                color: #00A29A;
                margin-bottom: 3px;
            }

            .shipping02-02_block .right .green_box .flex_box {
                display: flex;
                justify-content: space-between;
            }

            .shipping02-02_block .right .green_box .box01 {
                margin-bottom: 10px;
            }


            .shipping02-02_block .right .green_box .flex_box .select_style {
                margin-right: 0;
            }

                .shipping02-02_block .right .green_box .flex_box .select_style select {
                    font-size: 14px;
                }

                .shipping02-02_block .right .green_box .flex_box .select_style:first-child {
                    width: 105px;
                }

                .shipping02-02_block .right .green_box .flex_box .select_style:last-child {
                    width: 84px;
                }

                .shipping02-02_block .right .green_box .flex_box .select_style::after {
                    right: 6px;
                }

                .shipping02-02_block .right .green_box .flex_box .select_style:last-child select {
                    padding-left: 6px;
                }

            .shipping02-02_block .right .green_box .box02 {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 5px;
            }

                .shipping02-02_block .right .green_box .box02:last-child {
                    margin-bottom: 0px;
                }

                .shipping02-02_block .right .green_box .box02 p {
                    color: #4AA9AC;
                    font-size: 11px;
                    text-decoration: underline;
                }

                .shipping02-02_block .right .green_box .box02 .green_link {
                    font-size: 12px;
                    width: 34px;
                    height: 22px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 0;
                }

                .shipping02-02_block .right .green_box .box02 input {
                    width: 158px;
                    height: 22px;
                    background-color: #fff;
                    border: 1px solid #E6E8EB;
                    border-radius: var(--radius5);
                    font-size: 11px;
                    color: #707070;
                    padding-left: 10px;
                }

        .shipping02-02_block .right .flex_box {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

            .shipping02-02_block .right .flex_box .green_link {
                height: 36px;
                width: 100px;
                padding: 0;
            }

.shipping02_02-section.link_btn {
    width: 118px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #758A90;
    font-size: 14px;
    color: #758A90;
    border-radius: var(--radius5);
    margin-left: auto;
    margin-top: 10px;
    cursor: pointer;
}

.shipping02-table.shipping02-02 tr th {
    font-weight: 400;
    font-size: 12px;
}


.shipping02-table.shipping02-02,
.shipping02-table02.shipping02-02 {
    width: 998px;
}

    .shipping02-table02.shipping02-02 td:nth-child(10) div {
        text-align: start;
        padding-left: 12px;
        justify-content: flex-start;
    }

    .shipping02-table02.shipping02-02 td:nth-child(10),
    .shipping02-table.shipping02-02 th:nth-child(10) {
        width: 173px;
    }

.t_daichou_footer-nav.shipping02-02 {
    justify-content: flex-start;
}

    .t_daichou_footer-nav.shipping02-02 .center {
        margin-left: auto;
        margin-right: auto;
    }

/* =========================================== */
/* 12_工程表−検索 */
/* =========================================== */

.p_content.process_content .part_table th:nth-child(1),
.p_content.process_content .part_table td:nth-child(1) {
    width: 50px;
}

.p_content.process_content .part_table th:nth-child(2),
.p_content.process_content .part_table td:nth-child(2) {
    width: 129px;
}

.p_content.process_content .part_table th:nth-child(3),
.p_content.process_content .part_table td:nth-child(3) {
    width: 307px;
}

.p_content.process_content .part_table th:nth-child(4),
.p_content.process_content .part_table td:nth-child(4) {
    width: 216px;
}

.p_content.process_content .part_table th:nth-child(5),
.p_content.process_content .part_table td:nth-child(5),
.p_content.process_content .part_table th:nth-child(6),
.p_content.process_content .part_table td:nth-child(6) {
    width: 97px;
}

.p_content.process_content .part_table th:nth-child(7),
.p_content.process_content .part_table td:nth-child(7) {
    width: 130px;
}

.p_content.process_content .part_table th:nth-child(8),
.p_content.process_content .part_table td:nth-child(8) {
    width: 91px;
}

.p_content.process_content .part_table tr th:nth-child(7) {
    border-radius: 0;
    border-right: 1px solid #fff;
    position: relative;
}

.p_content.process_content .part_table tr td:nth-child(7) {
    border-right: 1px solid #e6e8eb;
}

.p_content.process_content .part_table tr th:nth-child(8) {
    border-radius: 0 7px 0 0;
}

.p_content.process_content .part_table tr th:nth-child(7)::after,
.p_content.process_content .part_table tr td:nth-child(7)::after,
.p_content.process_content .part_table tr th:nth-child(7)::before,
.p_content.process_content .part_table tr td:nth-child(7)::before {
    display: block;
}

.p_content.process_content .part_table tr th:nth-child(8)::after,
.p_content.process_content .part_table tr td:nth-child(8)::after,
.p_content.process_content .part_table tr th:nth-child(8)::before,
.p_content.process_content .part_table tr td:nth-child(8)::before {
    display: none;
}

.process_head .product_head-box.n01 input {
    width: 245px;
}

.quote_head.process_head .product_head-box.n02-02 input[type="text"] {
    width: 240px;
}

.quote_head.process_head .product_head_block.n02-02 .product_head-box.n01-02 input[type="text"] {
    width: 230px;
}

.quote_head.process_head .product_head_block.n02-02 .product_head-box.n02-02 .select_style input[type="text"] {
    width: 212px;
}
/* ============================================= */
/* TRANSPORTATION PAGE */
/* ============================================= */
.part_table.transportation thead tr th:nth-child(2),
.part_table.transportation tbody tr td:nth-child(2) {
    width: 68px;
}

.part_table.transportation thead tr th:nth-child(3),
.part_table.transportation tbody tr td:nth-child(3) {
    width: 131px;
}

.part_table.transportation thead tr th:nth-child(4),
.part_table.transportation tbody tr td:nth-child(4) {
    width: 153px;
}

.part_table.transportation thead tr th:nth-child(5),
.part_table.transportation tbody tr td:nth-child(5) {
    width: 78px;
}

.part_table.transportation thead tr th:nth-child(6),
.part_table.transportation tbody tr td:nth-child(6) {
    width: 144px;
}

.part_table.transportation thead tr th:nth-child(7),
.part_table.transportation tbody tr td:nth-child(7) {
    width: 141px;
}

.part_table.transportation thead tr th:nth-child(8),
.part_table.transportation tbody tr td:nth-child(8) {
    width: 231px;
}

.part_table.transportation thead tr th:nth-child(10),
.part_table.transportation tbody tr td:nth-child(10) {
    width: 91px;
}


.part_head_line.transportion .head_line:nth-child(1) .head_content_part:nth-child(1) .select_style {
    width: 145px;
}

.part_head_line.transportion .head_line:nth-child(1) .head_content_part:nth-child(2) input {
    width: 140px;
}

.part_head_line.transportion .head_line:nth-child(1) .head_content_part:nth-child(3) input {
    width: 100px;
}

.part_head_line.transportion .head_line:nth-child(1) .head_content_part:nth-child(4) .select_style {
    width: 189px;
}

.part_head_line.transportion .head_line:nth-child(1) {
    margin-bottom: 20px;
}

.part_head_line.transportion .head_line:nth-child(2) .head_content_part input {
    width: 550px;
}

.part_head_line.transportion .head_line:nth-child(2) .head_content_part_btn-box {
    margin-left: auto;
    margin-right: 0;
}

.mail_page-section .section_t_daichou-main_block01.transportation {
    justify-content: space-between;
}

/* =================================== */
/* TRANSPORTATIAON POP PAGE */
/* =================================== */
.part_pop-back.transportation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.transportation_paper {
    width: 627px;
    margin: auto;
    background-color: #fff;
    padding: 46px 50px 20px 44px;
    color: #424242;
    min-height: 800px;
  /* ljh  overflow: scroll;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .transportation_paper .day {
        display: flex;
        justify-content: flex-end;
    }

    .transportation_paper span,
    .transportation_paper time {
        font-size: 11px;
        font-weight: 400;
    }

    .transportation_paper h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

.transportation_names {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

    .transportation_names h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .transportation_names h3 {
        font-size: 12px;
        font-weight: 400;
    }

.transportation_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    margin-left: auto;
    width: fit-content;
    margin-top: 10px;
}

    .transportation_info svg {
        width: 110px;
        height: 18px;
    }

    .transportation_info .responsible_person,
    .transportation_info .post-num,
    .transportation_info .address,
    .transportation_info .numbers {
        font-size: 14px;
        font-weight: 400;
    }

    .transportation_info .responsible_person {
        margin-top: 7px;
    }

.transportation_content {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

    .transportation_content .flex_box:first-child {
        display: flex;
        justify-content: space-between;
    }

    .transportation_content .flex_box .left,
    .transportation_content .flex_box .right {
        width: 250px;
    }

        .transportation_content .flex_box .right dl,
        .transportation_content .flex_box .left dl {
            margin-bottom: 20px;
        }

            .transportation_content .flex_box .right dl dt,
            .transportation_content .flex_box .left dl dt {
                font-size: 11px;
                font-weight: bold;
                border-bottom: 1px solid #000;
                padding-bottom: 2px;
            }

            .transportation_content .flex_box .right dl dd,
            .transportation_content .flex_box .left dl dd {
                font-size: 14px;
                font-weight: 400;
                padding-top: 2px;
                line-height: 17px;
            }

    .transportation_content .bottom {
        margin-top: 30px;
    }

        .transportation_content .bottom p {
            font-size: 11px;
            margin-bottom: 2px;
        }

        .transportation_content .bottom textarea {
            width: 530px;
            height: 129px;
            border: 1px solid #AAAAAA;
            padding: 5px 10px;
            resize: none;
            font-size: 12px;
        }

.bottom_navition {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

    .bottom_navition .back_btn {
        width: 150px;
        height: 36px;
        border: 1px solid #B8BBBE;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

        .bottom_navition .back_btn p {
            font-size: 14px;
            color: #707070;
            margin-left: 10px;
        }

    .bottom_navition .right_btn {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
    }

        .bottom_navition .right_btn .submit p,
        .bottom_navition .right_btn .pdf_btn p {
            font-size: 14px;
            color: #4AA9AC;
            margin-left: 6px;
        }

        .bottom_navition .right_btn .submit,
        .bottom_navition .right_btn .pdf_btn {
            height: 36px;
            border-radius: 5px;
            border: 1px solid #4AA9AC;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .bottom_navition .right_btn .submit {
            width: 76px;
            margin-left: 10px;
        }

        .bottom_navition .right_btn .pdf_btn {
            width: 72px;
        }

/* ============================ */
/* EARNINGS PAGES */
/* ============================ */
/* HEAD */
.part_head_line.earnings .head_content_part:nth-child(1) .select_style,
.part_head_line.earnings .head_content_part:nth-child(2) .select_style {
    width: 195px;
}

.part_head_line.earnings .head_content_part:nth-child(3) .select_style,
.part_head_line.earnings .head_content_part:nth-child(4) .select_style {
    width: 110px;
}

.part_head_line.earnings .head_line.n01 {
    margin-bottom: 20px;
}

.part_head_line.earnings .head_line.n02 input {
    width: 159px;
}

.part_head_line.earnings .head_line.n02 .select_style {
    width: 110px;
}

.part_head_line.earnings .head_line.n02 .head_content_part:nth-child(2) p:nth-of-type(2),
.part_head_line.earnings .head_line.n01 .head_content_part:nth-child(1) p:nth-of-type(2) {
    margin-left: 10px;
}

.part_head_line.earnings .head_line.n02 .head_content_part_btn-box {
    margin-left: auto;
    margin-right: 83px;
}



.table_wrapper {
    display: flex;
}

.earnings_table01 {
    width: 116px;
}

    .earnings_table01 tr:first-child th {
        height: 33px;
    }

    .earnings_table01 tr th {
        color: #758A90;
        vertical-align: middle;
        text-align: center;
        height: 35px;
        border: 1px solid #fff;
        border-right: none;
        font-size: 12px;
        font-weight: 400;
    }

.earnings_table02 {
    width: max-content;
}

    .earnings_table02 tr:last-child td,
    .earnings_table02 tr:nth-child(13) td,
    .earnings_table02 tr:nth-child(12) td,
    .earnings_table02 tr td:last-child {
        font-weight: bold;
    }

    .earnings_table02 tr td {
        font-size: 12px;
        border: 1px solid #e6e6e6;
        height: 35px;
        vertical-align: middle;
        text-align: right;
        padding-right: 5px;
        color: #707070;
        font-weight: 400;
    }

    .earnings_table02 tr th {
        width: 90px;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #fff;
        text-align: center;
        vertical-align: middle;
        height: 33px;
        color: #758A90;
    }

        .earnings_table02 tr th:last-child {
            width: 107px;
        }

.div_scroll-box {
    width: 963px;

}

.chart_items {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .chart_items p {
        position: relative;
        font-size: 14px;
        color: #758A90;
        font-weight: 400;
    }

        .chart_items p.red {
            margin: 0 42px;
        }

            .chart_items p.red::after {
                background-color: #FCA988;
            }

        .chart_items p.blue::after {
            background-color: #96A4E3;
        }

        .chart_items p.green::after {
            background-color: #4AA9AC;
        }

        .chart_items p::after {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 50%;
            margin-right: 5px;
            position: absolute;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
        }

#myChart {
    height: 100% !important;
}

.chart_js-after {
    position: relative;
}

    .chart_js-after::after {
        position: absolute;
        bottom: 5px;
        left: 45px;
        content: "（\5186）";
        font-size: 14px;
        color: #CCCCCC;
    }

    .chart_js-after::before {
        position: absolute;
        bottom: 5px;
        right: 20px;
        content: "（%）";
        font-size: 14px;
        color: #CCCCCC;
    }

input::placeholder {
    color: #cccccc;
    outline: none;
    font-size: 14px;
}

/* ================================== */
/* HOLIDAY SECTION */
/* ================================== */

.m_content.holiday_contnet .part_table tr td:nth-child(2),
.m_content.holiday_contnet .part_table tr th:nth-child(2) {
    width: 308px !important; /* ljh 208改为308*/
}

.m_content.holiday_contnet .part_table tr td:nth-child(3),
.m_content.holiday_contnet .part_table tr th:nth-child(3) {
    width: 442px !important;
}

.m_content.holiday_contnet .part_table tr td:nth-child(4),
.m_content.holiday_contnet .part_table tr th:nth-child(4) {
    width: 373px !important;
}

.m_content.holiday_contnet .part_table tr td:nth-child(5),
.m_content.holiday_contnet .part_table tr th:nth-child(5) {
    width: 93px !important;
    border-right: none;
}

.m_content.holiday_contnet .part_table tr th:nth-child(5) {
    border-top-right-radius: 7px;
}

    .m_content.holiday_contnet .part_table tr td:nth-child(5)::after,
    .m_content.holiday_contnet .part_table tr th:nth-child(5)::after,
    .m_content.holiday_contnet .part_table tr td:nth-child(5)::before,
    .m_content.holiday_contnet .part_table tr th:nth-child(5)::before {
        display: none;
    }

.m_content.holiday_contnet .part_table tr td:nth-child(1) {
    border-right: 1px solid #e6e8eb;
    text-align: start;
}

.m_content.holiday_contnet .part_table tr th:nth-child(1) {
    border-right: 1px solid #fff;
}

.part_head_line.holiday .head_content_part_btn-box {
    margin-right: 0;
    margin-left: auto;
    flex-wrap: wrap;
}

.part_head_line.holiday .head_content_part.n01 .select_style,
.part_head_line.holiday .head_content_part.n02 .select_style,
.part_head_line.holiday .head_content_part.n03 .select_style,
.part_head_line.holiday .head_content_part.n04 .input {
    width: 150px;
}
/* ========================================= */
/* 02_祝日管理-入力pop */
/* ========================================= */
.part_pop-content.holiday {
    width: 610px;
    height: 635px;
    padding: 20px;
 /* ljh   margin-top: 65px;*/
    position: relative;
}

    .part_pop-content.holiday .holi_back {
        position: absolute;
        top: 20px;
        right: 20px;
    }

.holiday_pop-content {
    width: 530px;
    margin: 0 auto;
}

.part_pop-content ul {
    display: flex;
}

    .part_pop-content ul li {
        font-size: 14px;
        cursor: pointer;
        margin-right: 20px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .part_pop-content ul li:nth-child(2) {
            margin-right: 40px;
        }

        .part_pop-content ul li:nth-child(3) {
            border: 1px solid #758A90;
            border-radius: var(--radius5);
            width: 80px;
            font-size: 14px;
            color: #758A90;
        }

        .part_pop-content ul li.active {
            color: var(--green);
            border-bottom: 3px solid rgba(74, 169, 172, 0.3);
        }

.holiday .flex-box {
    display: flex;
    margin-top: 20px;
}


    .holiday .flex-box.colum {
        flex-direction: column;
    }

        .holiday .flex-box.colum .green_link {
            width: fit-content;
            margin-left: auto;
        }

    .holiday .flex-box.year,
    .holiday .flex-box .one {
        display: flex;
        align-items: center;
    }

        .holiday .flex-box.year p {
            margin-right: 85px;
        }

        .holiday .flex-box.year .select_style {
            width: 80px;
        }

        .holiday .flex-box .one p {
            margin-right: 20px;
        }

    .holiday .flex-box.mt20 {
        margin-top: 20px;
    }

    .holiday .flex-box.aling {
        align-items: center;
    }

    .holiday .flex-box .flex-box-title {
        font-size: 12px;
        color: var(--green);
        white-space: nowrap;
        margin-right: 10px;
    }

    .holiday .flex-box .border-dotted.green {
        width: 100%;
        height: 1px;
        border-top: 1px dotted var(--green);
    }

.holiday-content {
    margin-top: 15px;
}

    .holiday-content dl dt {
        width: 100px;
    }

    .holiday-content dl dt,
    .holiday .flex-box p {
        font-size: 14px;
        color: #758A90;
        font-weight: 400;
    }

.holiday .check_block {
    display: flex;
}

    .holiday .check_block .ECM_CheckboxInput-DummyInput {
        margin-right: 10px;
    }

    .holiday .check_block .ECM_CheckboxInput.parente {
        font-size: 14px;
        color: #707070;
    }

.holiday-content dl,
.holiday-content dd {
    display: flex;
    align-items: center;
}

    .holiday-content dd .select_style {
        width: 130px;
    }

    .holiday-content dd input {
        width: 431px;
        height: 36px;
        display: flex;
        align-content: center;
        border: 1px solid #E6E8EB;
        background-color: #F8F8F8;
        border-radius: var(--radius5);
        font-size: 14px;
        padding-left: 10px;
        color: #757575;
    }

.holiday_buttons_box {
    display: flex;
    margin-left: 20px;
}

.holiday .m_setting {
    margin-right: 10px;
}

.add_btn,
.holiday_add-btn {
    border: 1px solid #758A90;
    border-radius: var(--radius5);
    color: #758A90;
    padding: 4px 12px;
    font-size: 14px;
    margin-right: 17px;
    display: inline-block;
}

.add_btn {
    margin-top: 13px;
    margin-left: auto;
    display: table;
}

.holiday_pop-content .modal_close {
    margin: auto;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 36px;
    font-size: 14px;
    color: #757575;
    border: 1px solid #B8BBBE;
    border-radius: var(--radius5);
    cursor: pointer;
}

    .holiday_pop-content .modal_close img {
        width: 15px;
        margin-right: 10px;
        display: block;
    }

.holiday-content dl:first-child,
.holiday-content dl:nth-child(3) {
    margin-bottom: 10px;
}

.holiday-content dl:nth-child(2) {
    margin-bottom: 20px;
}

/* ================================= */
/* 03_ユーザー管理-詳細02 */
/* ================================= */
.content_width {
    width: 998px;
    margin: 0 auto;
    margin-top: 30px;
}

.user_02section-block dl:first-child {
    margin-bottom: 20px;
}

.user_02section-block dl {
    display: flex;
    align-items: center;
}

    .user_02section-block dl dt {
        font-size: 14px;
        color: #758A90;
        font-weight: 400;
        width: 148px;
    }

    .user_02section-block dl dd input {
        font-size: 14px;
        width: 300px;
        height: 36px;
        border-radius: var(--radius5);
    }

    .user_02section-block dl dd .select_style {
        width: 300px;
        height: 36px;
    }

.user_02section-block02 .user-block02_table {
    border-spacing: 0 10px;
    border-collapse: separate;
    margin-top: 30px;
}

    .user_02section-block02 .user-block02_table tr:not(:nth-child(even)) {
        background-color: #F8F8F8;
    }

    .user_02section-block02 .user-block02_table .ECM_CheckboxInput input,
    .user_02section-block02 .user-block02_table .ECM_CheckboxInput {
        padding: 0;
        justify-content: center;
    }

    .user_02section-block02 .user-block02_table tr th {
        text-align: center;
        padding: 0;
    }

        .user_02section-block02 .user-block02_table tr th:nth-child(4),
        .user_02section-block02 .user-block02_table tr th:nth-child(2),
        .user_02section-block02 .user-block02_table tr td:nth-child(4),
        .user_02section-block02 .user-block02_table tr td:nth-child(2)
        {
            width: 165px;
        }

        .user_02section-block02 .user-block02_table tr th:nth-child(5),
        .user_02section-block02 .user-block02_table tr th:nth-child(3),
        .user_02section-block02 .user-block02_table tr td:nth-child(5),
        .user_02section-block02 .user-block02_table tr td:nth-child(3) {
            width: 166px;
        }


    .user_02section-block02 .user-block02_table tr td input {
        font-size: 14px;
        color: #707070;
        margin-top: 10px;
        margin-bottom: 10px;
    }
/* ===================================== */
/* PROCESS02 PAGE */
/* ===================================== */
.part_background_white.process02 {
    min-height: 918px;
}

.part_head_line.process02 .head_line.n01 .head_content_part:nth-child(1) input {
    width: 122px;
}

.part_head_line.process02 .head_line.n01 .head_content_part:nth-child(2) input {
    width: 158px;
}

.part_head_line.process02 .head_line.n01 .head_content_part:nth-child(3) .select_style {
    width: 195px;
}

.part_head_line.process02 .head_line.n01 .head_content_part:nth-child(4) .select_style {
    width: 168px;
}

.part_head_line.process02 .head_line.n02 .head_content_part:nth-child(1) input {
    width: 93px;
}

.part_head_line.process02 .head_line.n02 .head_content_part:nth-child(2) .select_style {
    width: 145px;
}

.part_head_line.process02 .head_line.n02 .head_content_part:nth-child(3) .select_style {
    width: 180px;
}

.part_head_line.process02 .head_line.n02 .head_content_part:nth-child(4) .select_style {
    width: 150px;
}

.part_head_line.process02 .head_line.n02 .head_content_part:nth-child(5) .select_style {
    width: 150px;
}

.part_head_line.process02 .head_line.n02 {
    margin-top: 20px;
}

.part_body-head {
    display: flex;
}

    .part_body-head .table_item-box {
        display: flex;
        margin: auto;
    }

        .part_body-head .table_item-box p {
            font-size: 14px;
            color: #758A90;
            position: relative;
        }

            .part_body-head .table_item-box p:nth-child(2) {
                margin: 0 45px;
            }

            .part_body-head .table_item-box p::after {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -19px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
            }

            .part_body-head .table_item-box p:nth-child(1)::after {
                background-color: #C3C7DD;
            }

            .part_body-head .table_item-box p:nth-child(2)::after {
                background-color: #F3CCBC;
            }

            .part_body-head .table_item-box p:nth-child(3)::after {
                background-color: #FFE971;
            }

.table_wrapper {
    display: flex;
    margin-top: 10px;
}

    .table_wrapper .wrap_left .orange_link {
        width: 48px;
        padding: 0;
    }

    .table_wrapper .wrap_left {
        width: 171px;
        padding-top: 38px;
        margin-right: 4px;
    }

        .table_wrapper .wrap_left .table_process-left {
            margin-top: 5px;
        }

            .table_wrapper .wrap_left .table_process-left tr th div .ECM_CheckboxInput {
                padding: 0;
            }

            .table_wrapper .wrap_left .table_process-left tr td button svg {
                margin-right: 10px;
            }

            .table_wrapper .wrap_left .table_process-left tr td {
                background-color: #EAECEC;
                height: 40px;
                vertical-align: middle;
                cursor: pointer;
            }

                .table_wrapper .wrap_left .table_process-left tr td button,
                .table_wrapper .wrap_left .table_process-left tr th div {
                    display: flex;
                    align-items: center;
                }

                    .table_wrapper .wrap_left .table_process-left tr th div p::selection {
                        background-color: unset;
                    }


                    .table_wrapper .wrap_left .table_process-left tr td button,
                    .table_wrapper .wrap_left .table_process-left tr th div p {
                        font-size: 15px;
                        color: #758A90;
                        margin-right: 24px;
                        font-weight: 400;
                        padding-left: 10px;
                        white-space: nowrap;
                    }

                .table_wrapper .wrap_left .table_process-left tr td button {
                    width: 100%;
                    justify-content: center;
                    padding-left: 0;
                }

            .table_wrapper .wrap_left .table_process-left tr th {
                width: 171px;
                background-color: #EAECEC;
                font-size: 14px;
                color: #758A90;
                height: 39px;
                padding-left: 10px;
                vertical-align: middle;
                position: relative;
                padding-right: 12px;
            }

                .table_wrapper .wrap_left .table_process-left tr th::after {
                    content: "";
                    width: 95%;
                    height: 1px;
                    background-color: #fff;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                }

.border_green-btn {
    font-size: 12px;
    color: #4AA9AC;
    width: 34px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4AA9AC;
    border-radius: 5px;
    font-weight: 400;
    margin-right: 0;
    margin-left: auto;
}

.wrap_right {
    overflow: scroll;
    display: flex;
}

.sdroll_item {
    width: fit-content;
    display: flex;
}

.wrap_right .wrap_right-table {
    width: max-content;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .wrap_right .wrap_right-table tr th,
    .wrap_right .wrap_right-table tr td {
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        font-weight: 400;
        color: #758A90;
    }

    .wrap_right .wrap_right-table tr th {
        background-color: #EAECEC;
        border: 1px solid #E6E8EB;
    }

    .wrap_right .wrap_right-table tr td {
        width: 43px;
        height: 39px;
        border: 1px solid #E6E8EB;
    }

    .wrap_right .wrap_right-table tr:nth-child(2) td,
    .wrap_right .wrap_right-table tr:nth-child(3) td {
        height: 22px;
    }

    .wrap_right .wrap_right-table tr td div {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .wrap_right .wrap_right-table tr td div.g.br {
            border-radius: 5px;
        }

        .wrap_right .wrap_right-table tr td div.g {
            width: 100%;
            height: 6px;
            background-color: rgba(74, 169, 172, 0.72);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            box-sizing: content-box;
            border-right: 1px solid rgba(74, 169, 172, 0.72);
        }

        .wrap_right .wrap_right-table tr td div.y {
            background-color: rgba(255, 233, 113, 1);
        }

        .wrap_right .wrap_right-table tr td div.pp {
            background-color: rgba(181, 186, 213, 0.8);
            height: 50%;
            position: absolute;
            top: 0;
            box-sizing: content-box;
            border-right: 1px solid rgba(181, 186, 213, 0.8);
        }

        .wrap_right .wrap_right-table tr td div.pk {
            background-color: rgba(232, 154, 123, 0.5);
            height: 50%;
            position: absolute;
            bottom: 0;
            border-right: 1px solid rgba(232, 154, 123, 0.5);
            box-sizing: content-box;
        }

        .wrap_right .wrap_right-table tr td div p {
            position: absolute;
            font-size: 11px;
            color: #707070;
            left: 3px;
        }

            .wrap_right .wrap_right-table tr td div p:nth-of-type(1) {
                top: 2px;
            }

            .wrap_right .wrap_right-table tr td div p:nth-of-type(2) {
                bottom: 2px;
            }

.t_daichou_footer-nav.quote03.process02 .button-right {
    border: 1px solid #4AA9AC;
    border-radius: 5px;
    width: 76px;
    color: #4AA9AC;
}

    .t_daichou_footer-nav.quote03.process02 .button-right.n01 {
        margin-right: 10px;
    }

/* ====================================== */
/* PROCESS02 POP */
/* ====================================== */
.part_pop-content.process02 {
    width: 451px;
    height: fit-content;
    padding: 20px 20px 30px;
    /*    margin-top: 233px;*/
}

    .part_pop-content.process02 h2 {
        font-size: 14px;
        color: #00A29A;
        margin-bottom: 13px;
    }

    .part_pop-content.process02 label {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .part_pop-content.process02 label p {
            font-size: 14px;
            width: 92px;
            color: #758A90;
            padding-left: 20px;
        }

        .part_pop-content.process02 label .select_style {
            width: 161px;
        }

        .part_pop-content.process02 label:nth-child(2) .select_style {
            width: 271px;
        }

    .part_pop-content.process02 input[type="text"]::placeholder {
        color: #cccccc;
    }

    .part_pop-content.process02 .flex_box {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

        .part_pop-content.process02 .flex_box a {
            width: 150px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius5);
        }

            .part_pop-content.process02 .flex_box a:nth-child(1) {
                border: 1px solid #b8bbbe;
                font-size: 14px;
                color: #707070;
                margin-right: 11px;
            }

            .part_pop-content.process02 .flex_box a svg {
                margin-right: 10px;
            }

            .part_pop-content.process02 .flex_box a:nth-child(2) {
                background-color: #4AA9AC;
                color: #fff;
                margin-left: 11px;
            }


.m_content {
    max-width: 1118px;
    margin: auto;
    align-items: center;
}

    .m_content.flex {
        display: flex;
        padding-left: 20px;
    }

    .m_content .menis {
        display: flex;
        align-items: center;
    }

        .m_content .menis p {
            font-size: 14px;
            color: #707070;
            margin-right: 10px;
        }
/* =============================== */
/* LOGIN PAGE */
/* =============================== */
.login-body {
    width: 100vw;
    height: 100vh;
    background-image: url('../../jpcontent/img/login.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 455px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 7px;
    background-color: #fff;
}

.login-form__logo {
    width: 254px;
    height: 42px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.login-form__ja-name {
    font-size: 16px;
    color: #4F565D;
    text-align: center;
    margin-bottom: 70px;
}

.login-form input[type="email"] {
    margin-bottom: 20px;
}

.login-form input[type="email"],
.login-form input[type="password"] {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #E6E8EB;
    background-color: #F8F8F8;
    font-size: 16px;
    padding-left: 20px;
}

.login-form input::placeholder {
    color: #CCCCCC;
}

.login-form input[type='button'] {
    background-color: #4AA9AC;
    border-radius: 5px;
    width: 160px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-form__link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-align: center;
}
#CompanyMorphosis input[type="text"] {
    width: 300px;
}

#companypic input[type="text"] {
    width: 300px;
}

/*出荷管理*/
.part_table.shipping .ui-common-table tr th:nth-child(1) {
    border-top-left-radius: 7px;
}

.part_table.shipping .ui-common-table tr th:nth-child(1),
.part_table.shipping .ui-common-table tr td:nth-child(1) {
    width: 52px;
    border-right: none;
}

.part_table.shipping .ui-common-table tr td:nth-child(1) {
    background-color: #fff;
}

.part_table.shipping .ui-common-table tr th:nth-child(2),
.part_table.shipping .ui-common-table tr td:nth-child(2) {
    width: 45px;
}

.part_table.shipping .ui-common-table tr th:nth-child(3),
.part_table.shipping .ui-common-table tr td:nth-child(3) {
    width: 110px;
}

.part_table.shipping .ui-common-table tr th:nth-child(4),
.part_table.shipping .ui-common-table tr td:nth-child(4) {
    width: 37px;
}

.part_table.shipping .ui-common-table tr th:nth-child(5),
.part_table.shipping .ui-common-table tr td:nth-child(5) {
    width: 96px;
}

.part_table.shipping .ui-common-table tr td:nth-child(6),
.part_table.shipping .ui-common-table tr th:nth-child(6),
.part_table.shipping .ui-common-table tr th:nth-child(7),
.part_table.shipping .ui-common-table tr td:nth-child(7),
.part_table.shipping .ui-common-table tr th:nth-child(8),
.part_table.shipping .ui-common-table tr td:nth-child(8) {
    width: 128px;
}

.part_table.shipping .ui-common-table tr th:nth-child(15) {
    border-top-right-radius: 7px;
}

.part_table.shipping .ui-common-table tr th:nth-child(15),
.part_table.shipping .ui-common-table tr td:nth-child(15) {
    width: 119px;
    border: none;
}

    .part_table.shipping .ui-common-table tr th:nth-child(15)::after,
    .part_table.shipping .ui-common-table tr td:nth-child(15)::after {
        display: none;
    }
.part_table.shipping .ui-common-table tr th:nth-child(9),
.part_table.shipping .ui-common-table tr td:nth-child(9) {
    width: 65px;
}

.part_table.shipping .ui-common-table tr th:nth-child(11),
.part_table.shipping .ui-common-table tr td:nth-child(11),
.part_table.shipping .ui-common-table tr th:nth-child(13),
.part_table.shipping .ui-common-table tr td:nth-child(13) {
    width: 96px;
}
.part_table.shipping .ui-common-table tr th{
    height: 74px;
}

/* ======================================== */
/* SHIPPING 02 PAGE */
/* ======================================== */
.part_back_white-tab {
    display: flex;
}

    .part_back_white-tab li {
        font-size: 14px;
        color: #707070;
        padding-bottom: 6px;
        cursor: pointer;
    }

        .part_back_white-tab li:nth-child(2) {
            margin: 0 30px;
        }

        .part_back_white-tab li.active {
            color: #00A29A;
            border-bottom: 3px solid rgba(74, 169, 172, 0.3);
        }

.shipping02-wrapper {
    margin-top: 20px;
    border-bottom: 1px solid #8E9FA4;
}

.shipping02-box.n01 .flex_box {
    display: flex;
    align-items: center;
}

.shipping02-box.n01 p {
    font-size: 14px;
    font-weight: bold;
    color: #758A90;
}

.shipping02-box.n01 input {
    width: 170px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 18px;
    border-radius: var(--radius5);
}

.shipping02-box.n02 {
    width: 477px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

    .shipping02-box.n02 .flex_box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .shipping02-box.n02 .flex_box p {
            font-size: 14px;
            font-weight: 400;
            color: #758A90;
        }

        .shipping02-box.n02 .flex_box:first-child p {
            line-height: 20px;
        }

        .shipping02-box.n02 .flex_box .select_style {
            width: 140px;
            margin-right: 0;
        }

        .shipping02-box.n02 .flex_box:nth-child(2n) {
            margin-left: 30px;
        }

.shipping02-flex {
    display: flex;
}

.shipping02-wrapper_flex {
    margin-top: 10px;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 2px solid #8E9FA4;
}

.shipping02--wrap_left {
    margin-right: 100px;
}

.shipping02-left_content {
    display: flex;
    margin-bottom: 20px;
}

    .shipping02-left_content:last-child {
        margin-bottom: 0;
    }


    .shipping02-left_content dt {
        font-size: 14px;
        font-weight: 400;
        color: #758A90;
        width: 100px;
        padding-top: 7px;
    }

    .shipping02-left_content dd {
        display: flex;
        flex-direction: column;
    }

        .shipping02-left_content dd input {
            width: 300px;
            height: 36px;
            font-size: 14px;
            border-radius: var(--radius5);
            background-color: #f8f8f8;
            border: 1px solid #E6E8EB;
            padding-left: 10px;
            margin-bottom: 5px;
        }

    .shipping02-left_content:last-child dd input:last-child {
        margin-bottom: 0;
    }

/* RIGHT */
.shipping02-right_box {
    display: flex;
    flex-direction: column;
}

    .shipping02-right_box:nth-child(1) {
        margin-bottom: 30px;
    }

    .shipping02-right_box .flex_box {
        display: flex;
        font-size: 12px;
        margin-bottom: 10px;
        align-items: center;
    }

        .shipping02-right_box .flex_box:last-child {
            margin-bottom: 0;
        }

        .shipping02-right_box .flex_box:nth-child(1) {
            line-height: 20px;
        }

        .shipping02-right_box .flex_box p {
            width: 127px;
            font-size: 14px;
            color: #758A90;
        }

        .shipping02-right_box .flex_box input[type="text"] {
            border-radius: 5px;
            background-color: #F8F8F8;
            border: 1px solid #e6e6e6;
            height: 36px;
            color: #707070;
            padding-left: 10px;
            font-size: 14px;
        }

        .shipping02-right_box .flex_box .select_style {
            width: 140px;
            margin: 0;
        }

.shipping02-footer_section-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8E9FA4;
    padding: 2px 0;
}

    .shipping02-footer_section-head .container,
    .shipping02-footer_section-head .container .inner {
        display: flex;
    }

        .shipping02-footer_section-head .container .inner:nth-child(2) {
            margin: 0 20px;
        }

        .shipping02-footer_section-head .title,
        .shipping02-footer_section-head .container .inner p {
            color: #758A90;
            font-weight: bold;
        }

    .shipping02-footer_section-head .title {
        font-size: 16px;
    }

    .shipping02-footer_section-head .container .inner p {
        font-size: 14px;
    }

.shipping02-footer_section .the_content {
    margin-left: 20px;
}

.shipping02-footer_section .message {
    font-size: 14px;
    color: #707070;
    margin-top: 16px;
    margin-bottom: 20px;
}

.shipping02-table .ECM_CheckboxInput.parente {
    padding: 0;
}

.shipping02-table .gray {
    background-color: rgba(146, 156, 159, 0.2);
}

.shipping02-table02 td {
    vertical-align: middle;
}

.shipping02-table02 {
    height: 100%;
    margin-bottom: 7px;
}

    .shipping02-table02:nth-of-type(odd) {
        background-color: #F8F8F8;
    }

    .shipping02-table02 td,
    .shipping02-table th {
        font-size: 12px;
        color: #758A90;
        text-align: center;
    }

.shipping02-table th {
    padding: 0;
}

.shipping02-table tr td:nth-child(1)[rowspan="1"] {
    border-top: 1px solid #E6E8EB;
}



.shipping02-table02 td div,
.shipping02-table th div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #fff;
}

.shipping02-table02 td div {
    border-right: 1px solid #e6e6e6;
}

.shipping02-table th div.ba-on {
    border: none;
}



.shipping02-table th:has(>div.ba-on) {
    border-right: 1px solid #fff;
}

.shipping02-table02 tr:nth-child(1) td:nth-child(1),
.shipping02-table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
    border-right: none;
}

    .shipping02-table02 tr:nth-child(1) td:nth-child(1) div {
        border: none;
    }

.shipping02-table02 td:nth-child(2),
.shipping02-table02 tr:nth-child(2) td:nth-child(1),
.shipping02-table tr:nth-child(2) th:nth-child(1),
.shipping02-table th:nth-child(2) {
    width: 180px;
    height: 37px;
}

.shipping02-table02 td:nth-child(2),
.shipping02-table02 tr:nth-child(2) td:nth-child(1) {
    height: 47px;
}

    .shipping02-table02 td:nth-child(2) div,
    .shipping02-table02 tr:nth-child(2) td:nth-child(1) div {
        justify-content: flex-start;
    }

.shipping02-table02 tr:nth-child(2) td {
    border-top: 1px solid #e6e6e6;
}

.shipping02-table02 td:nth-child(3),
.shipping02-table th:nth-child(3) {
    width: 81px;
}

.shipping02-table02 td:nth-child(4),
.shipping02-table th:nth-child(4) {
    width: 130px;
}

.shipping02-table02 td:nth-child(11),
.shipping02-table02 td:nth-child(5),
.shipping02-table02 td:nth-child(6),
.shipping02-table th:nth-child(11),
.shipping02-table th:nth-child(5),
.shipping02-table th:nth-child(6) {
    width: 73px;
}

.shipping02-table02 td:nth-child(7),
.shipping02-table02 td:nth-child(8),
.shipping02-table02 td:nth-child(9),
.shipping02-table th:nth-child(7),
.shipping02-table th:nth-child(8),
.shipping02-table th:nth-child(9) {
    width: 84px;
}

.shipping02-table02 td:nth-child(10),
.shipping02-table th:nth-child(10) {
    width: 89px;
}

.shipping02-table th div.after_none {
    border: none;
}

.quote02 .footer_nav_btn .select_style::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    transform: rotate(132deg) translateY(50%);
    z-index: 10;
}

.top_left_Vessel {
    
}

