﻿/* loading effect */
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.lds-area {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgb(255 255 255 / 70%);
}
.lds-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #DB6F69 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-area-sm {
    display: flex;
    align-items: center;
    float: left;
}
.lds-ring-sm {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

    .lds-ring-sm div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        margin: 3px;
        border: 3px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #DB6F69 transparent transparent transparent;
    }

        .lds-ring-sm div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring-sm div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring-sm div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-sm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*xl*/
.lds-area-xl {
    display: flex;
    align-items: center;
}

.lds-ring-xl {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
}

    .lds-ring-xl div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #DB6F69 transparent transparent transparent;
    }

        .lds-ring-xl div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring-xl div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring-xl div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-xl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loading effect white*/
.lds-area-sm-white {
    display: inline-block;
    align-items: center;
    /* float: left; */
    vertical-align: -webkit-baseline-middle;
}

.lds-ring-sm-white {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}

    .lds-ring-sm-white div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin: 3px;
        border: 3px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring-sm-white div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring-sm-white div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring-sm-white div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-sm-white {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ring-esm-white {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}

    .lds-ring-esm-white span {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        margin: 2px;
        border: 2px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring-esm-white span:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring-esm-white span:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring-esm-white span:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring-esm-white {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

    input[type="file"] {
        display: none;
    }
    /* Tooltip container */
    .hint_tip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }
    /* Tooltip text */
    .hint_tip .hint_tiptext {
        padding: 0 5px 0 5px;
        text-align: left;
        font-size: 12px;
        visibility: hidden;
        width: 330px;
        background-color: black;
        color: #fff;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .hint_tip:hover .hint_tiptext {
        visibility: visible;
    }

    .hint_tip_top {
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
    }
    /* Tooltip container */
    .hint_tip_orderlist {
        position: relative;
        display: inline-block;
    }
    /* Tooltip text */
    .hint_tip_orderlist .hint_tiptext_orderlist {
        padding: 10px 10px 10px 10px;
        text-align: left;
        font-size: 12px;
        visibility: hidden;
        max-width: 400px;
        background-color: black;
        color: #fff;
        border-radius: 6px;
        position: absolute;
        z-index: 999;
        word-wrap: break-word;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .hint_tip_orderlist:hover .hint_tiptext_orderlist {
        visibility: visible;
    }

    .hint_tip_orderlist_position {
        right: 0;
        /*    bottom: 125%;
    left: 50%;
    margin-left: -30px;*/
    }

    .helpinfo {
    }
    .hinttip_helpinfo {
        position: relative;
        display: inline-block;
    }
    /* Tooltip text */
        .hinttip_helpinfo .hinttip_helpinfo_text {
            padding: 10px 10px 10px 10px;
            text-align: left;
            font-size: 12px;
            visibility: hidden;
            max-width: 400px;
            background-color: black;
            color: #fff;
            border-radius: 6px;
            position: absolute;
            z-index: 999;
            word-wrap: break-word;
            min-width: 300px;
            top: 30px;
            left: 20px;
        }
    /* Show the tooltip text when you mouse over the tooltip container */
    .hinttip_helpinfo:hover .hinttip_helpinfo_text {
        visibility: visible;
    }

    .hinttip_helpinfo_position {
        right: 0;
        /*    bottom: 125%;
        left: 50%;
        margin-left: -30px;*/
    }
    input[type="text"], input[type="number"] {
        border: 1px solid #ccc;
        padding: 13px 16px;
        border-radius: 6px;
        font-size: 17px;
        background-color: transparent;
        width: 100%;
    }
    textarea {
        border: 1px solid #ccc;
        padding: 13px 16px;
        border-radius: 6px;
        font-size: 17px;
        background-color: transparent;
        width: 100%;
    }
    button, button:hover, button:focus {
        /*    border: none;*/
        outline: none;
    }

    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        color: #858282;
        font-size: 1.4rem;
        width: 100%;
        height: 100%;
        padding: 0 10px;
        position: relative;
    }

    option {
        color: #858282;
        border: 0px solid #ccc;
    }

    .radio_input {
    }

    .radio_label {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        padding: 5px 30px 0px 50px;
        position: relative;
        width: auto;
        font-size: 18px;
    }

    .radio_label::before {
        background: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 50%;
        content: '';
        display: block;
        height: 30px;
        left: -18px;
        margin-top: 0px;
        position: absolute;
        top: 6px;
        width: 30px;
    }

    .radio_label::after {
        background: #C41930;
        border-radius: 50%;
        content: '';
        display: block;
        height: 22px;
        left: -14px;
        margin-top: -4px;
        opacity: 0;
        position: absolute;
        top: 14px;
        width: 22px;
    }

    input[type=radio]:checked + .radio_label::after {
        opacity: 1;
    }

    .fs-0 {
        font-size: 0;
    }

    .table_no_border td, .table_no_border th, .table_no_border td {
        border: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .bg_fff {
        background: #fff;
        box-shadow: 0px 3px 6px #00000029;
    }

    .as-c {
        align-self: center;
    }

    .flex_end {
        place-items: flex-end;
    }

    .borader_line {
        border-bottom: 1px solid #DEDEDE;
        border-top: 1px solid #DEDEDE;
    }

    .memu_btn {
        margin-right: 5px;
        order: -1;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 24px;
        border: 0px solid #fff;
        opacity: 1;
        color: white;
        font-size: clamp(16px,1.5vw,1.55rem);
        max-width: 156px;
        width: 13vw;
    }

    .btn_common {
        margin-right: 5px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 24px;
        border: 0px solid #fff;
        font-size: clamp(14px,1.3vw,1.45rem);
        max-width: 156px;
        width: 13vw;
        align-items: center;
    }

    .btn_common {
        margin-right: 5px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 24px;
        border: 0px solid #fff;
        font-size: clamp(14px,1.3vw,1.45rem);
        max-width: 156px;
        width: 13vw;
        align-items: center;
    }
    .btn_white_disabled,
    .btn_white_disabled:visited,
    .btn_white_disabled:focus
    {
        border: 1px solid #DB6F69;
        color: #DB6F69;
        background: #fff;
    }
        .btn_white_disabled:hover {
            opacity:50%;
        }
    .btn_white, btn_white:visited, btn_white:focus {
        border: 1px solid #DB6F69;
        color: #DB6F69;
        background: #fff;
    }

    .btn_white:hover {
        background: #DB6F69;
        color: #fff;
    }

    .btn_pink,
    .btn_pink:visited,
    .btn_pink:focus {
        background: #DB6F69;
        color: #fff;
    }

        .btn_pink:hover {
            opacity: 80%;
            color: #fff;
        }
    .btn_all_select {
        width: 80px;
        border-radius: 5px;
    }

    .tab-label {
        color: #fff;
        margin-right: 5px;
        order: -1;
        width: 166px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 16px 16px 0 0;
        border: 0px solid #fff;
        opacity: 0.3;
    }

    .tab--selected {
        opacity: 1;
    }

    .order_tags {
        overflow: hidden;
        width: 80px;
        word-wrap: break-word;
        text-decoration: underline dashed;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }


    .product_tags {
        overflow: hidden;
        width: 80px;
        word-wrap: break-word;
        text-decoration: underline dashed;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }







    #yamato-menu {
        background: #E8B715;
    }

    .yamato-menu {
        background: #E8B715;
    }

    #sagawa-menu {
        background: #2760BA;
    }

    .sagawa-menu {
        background: #2760BA;
    }

    #japanpost-menu {
        background: #BA1E1E;
    }

    .japanpost-menu {
        background: #BA1E1E;
    }

#calendar-menu, #tracking-menu {
    background: #5a5959;
}

.calendar-menu, .tracking-menu {
    background: #5a5959;
}



    .link_area ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
    }


    .csv_setting_img_before {
        width: auto;
        height: 50px;
    }

    .csv_setting_img_after {
        width: auto;
        height: 30px;
    }

    .tracking_upload_img_before {
        width: auto;
        height: 50px;
    }

    .tracking_upload_img_after {
        width: auto;
        height: 30px;
    }

    .menu_img_before {
        width: auto;
        height: 40px;
    }

    .menu_img_after {
        width: auto;
        height: 12px;
        mix-blend-mode: color-dodge;
        padding-left: 10px;
    }

    .menu_block_head {
        font-size: 22px;
    }

    .menu_block_txt {
        font-size: 16px;
        color: #747474;
    }
    /*.link_area ul li:nth-child(2)::before {
    content: "";
    background: url(../img/icon_tsuiseki.svg) no-repeat center left;
    background-size: 100% auto;
    width: 40px;
    height: 60px;
    display: inline-block;
}

.link_area ul li::after {
    content: "";
    background: url(../img/icon_arrow.svg) no-repeat center left;
    background-size: 100% auto;
    width: 8px;
    height: 60px;
    display: inline-block;
    margin-left: 30px;
}*/
    .list_header {
        position: relative;
        background: #F4F4F4;
        border-left: 7px solid #DB6F69;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .bg_triangle {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: #DB6F69 transparent transparent transparent;
        z-index: 999999;
    }

    .csv_btn, .csv_btn:hover, .csv_btn:focus {
        background: #fff;
        color: #DB6F69;
        padding: 8px 20px;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        font-weight: 400;
        letter-spacing: 0.5px;
        border: 1px solid #DB6F69;
        line-height: 30px;
    }

    .csv_btn::before {
        content: "";
        background: url(../img/icon_tsuiseki-1.svg) no-repeat center left;
        background-size: 100% auto;
        width: 22px;
        height: 28px;
        display: flex;
        align-content: center;
        margin-right: 6px;
        float: left;
    }

    .upload_btn {
        background: #DB6F69;
        color: #fff;
        padding: 10px 20px;
        margin-right: 5px;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 30px;
    }

    .select_csv_btn, .select_csv_btn:hover, .select_csv_btn:focus {
        background: #DB6F69;
        color: #fff;
        padding: 10px 20px;
        margin-right: 5px;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        font-weight: 400;
        letter-spacing: 0.5px;
        border: 1px solid #DB6F69;
        line-height: 30px;
    }
    /*    .select_csv_btn::before {
        content: "";
        background: url(../img/icon_csv.svg) no-repeat center left;
        background-size: 100% auto;
        width: 22px;
        height: 28px;
        display: flex;
        align-content: center;
        margin-right: 6px;
        float: left;
    }
*/
    .filter_btn {
        background: #DB6F69;
        color: #fff;
        padding: 10px 20px;
        margin-right: 5px;
        font-size: 14px;
        text-align: center;
        border-radius: 30px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 30px;
    }
    /*    .filter_btn::before {
        content: "";
        background: url(../img/icon_sort.svg) no-repeat center left;
        background-size: 100% auto;
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 6px;
        line-height: 30px;
    }
*/
    .select_file_btn, .select_file_btn:hover, .select_file_btn:focus {
        background: #fff;
        color: #DB6F69;
        padding: 8px 20px;
        font-size: 16px;
        text-align: center;
        border-radius: 30px;
        font-weight: 400;
        letter-spacing: 0.5px;
        border: 1px solid #DB6F69;
        line-height: 30px;
    }

    .standard_select_top {
        background: #fff;
        height: 45px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 17px;
        background-color: transparent;
        margin-right: 5px;
        /* max-width: 250px;*/
        width: 100%;
        /*    width: 16vw;*/
    }

    .standard_select_top::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #373737;
        border-right: 2px solid #373737;
        z-index: -1;
    }

    .standard_select_top select, .standard_select option {
        color: black;
    }


    .standard_select {
        background: #fff;
        height: 53px;
        width: 100%;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 17px;
        background-color: transparent;
        width: 100%;
    }

    .standard_select::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #373737;
        border-right: 2px solid #373737;
        z-index: -1;
    }

        .standard_select select, .standard_select option {
            font-size: 17px;
            color: black;
        }

    .select_timesection {
        background: #fff;
        height: 45px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 17px;
        background-color: transparent;
        margin-right: 5px;
        width: 100%;
        vertical-align: top;
    }

    .select_timesection::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #373737;
        border-right: 2px solid #373737;
        z-index: -1;
    }

    .select_timesection select, .standard_select option {
        color: black;
    }



    .filter_select {
        background: #fff;
        height: 40px;
        width: 100%;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 16px;
    }

    .filter_select::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 2px solid #373737;
        border-right: 2px solid #373737;
        z-index: -1;
    }

    .top_select_all_btn {
        width: 100px;
        background: #DB6F69;
        color: #fff;
        padding: 5px;
        width: 60px;
        font-size: 14px;
        text-align: center;
        border-radius: 15px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    .select_all_btn {
        min-height: 40px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 5px;
        font-size: clamp(14px,1.3vw,1.45rem);
        align-items: center;
        width: 100px;
        padding: 6px;
        margin: 5px;
        width: 90px;
        min-width: 90px;
    }

    .select_checkbox {
        top: -20px;
        left: -5px;
    }

    .checkbox {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: auto;
        margin-right: 20px;
    }

    .checkbox::before {
        background: #fff;
        content: '';
        display: block;
        left: 0px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 2px solid #CCCCCC;
        border-radius: 5px;
    }

    .checkbox::after {
        border-right: 3px solid #C41930;
        border-bottom: 3px solid #C41930;
        content: '';
        display: block;
        height: 17px;
        left: 9px;
        margin-top: -7px;
        opacity: 0;
        position: absolute;
        top: 12px;
        transform: rotate(45deg);
        width: 11px;
    }

    input[type=checkbox]:checked ~ .checkbox::before {
        border: 2px solid #C41930;
    }

    input[type=checkbox]:checked ~ .checkbox::after {
        opacity: 1;
    }

    .pre_pgae_btn {
        background: url(../img/icon_arrow.svg) no-repeat center left;
        transform: rotate(180deg);
        background-size: 100% auto;
        width: 8px;
        height: 24px;
        display: inline-block;
        border: none;
        margin-right: 20px;
    }

    .next_pgae_btn {
        background: url(../img/icon_arrow.svg) no-repeat center left;
        background-size: 100% auto;
        width: 8px;
        height: 24px;
        display: inline-block;
        border: none;
        margin-left: 20px;
    }

    .checkbox_text {
        padding-left: 37px;
        padding-top: 5px;
        display: block;
    }
    /* setting page */
    .back_to_top {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px;
        text-decoration: underline;
        color: #DB6F69;
    }

    .back_to_top a {
        text-decoration: underline;
        color: #DB6F69;
    }

    .save_btn, .save_btn:hover, .save_btn:focus {
        background: #fff;
        color: #DB6F69;
        padding: 10px 24px;
        font-size: 18px;
        text-align: center;
        border-radius: 30px;
        font-weight: 400;
        letter-spacing: 0.5px;
        border: 1px solid #DB6F69;
        line-height: 30px;
        display: flex;
        align-items: center;
    }

    .setting_title {
        line-height: 80px;
        border-bottom: 1px solid #DEDEDE;
        padding: 32px 0px 20px 45px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 1;
        position: relative;
    }

    .setting_title::before {
        width: 34px;
        height: 34px;
        top: 26px;
        left: 0;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .calendar_icon::before {
        background: url(../img/icon_haiso.svg) no-repeat center left;
        background-size: 100% auto;
    }

    .client_icon::before {
        background: url(../img/icon_irainushi.svg) no-repeat center left;
        background-size: 100% auto;
    }
.product_icon::before {
    background: url(../img/icons-product-100.png) no-repeat center left;
    background-size: 100% auto;
}
.ifcondition_icon::before {
    background: url(../img/icons-if-100.png) no-repeat center left;
    background-size: 100% auto;
}
.other_icon::before {
    background: url(../img/icons-other-100.png) no-repeat center left;
    background-size: 100% auto;
}
.barcode_icon::before {
    background: url(../img/icons-barcode-100.png) no-repeat center left;
    background-size: 100% auto;
}
.connect_icon::before {
    background: url(../img/icons-connect-100.png) no-repeat center left;
    background-size: 100% auto;
}
.detail_icon::before {
    background: url(../img/icons-detail-100.png) no-repeat center left;
    background-size: 100% auto;
}
    .payment_icon::before {
        background: url(../img/icon_shiharai.svg) no-repeat center left;
        background-size: 100% auto;
    }

    .shippingTypeRule_icon::before {
        background: url(../img/icon_tsuiseki.svg) no-repeat center left;
        background-size: 100% auto;
    }

    .cool_icon::before {
        background: url(../img/icon_cool.svg) no-repeat center left;
        background-size: 100% auto;
    }

    .shippingId_icon::before {
        background: url(../img/icon_bango.svg) no-repeat center left;
        background-size: 100% auto;
    }

    .cod_icon::before {
        background: url(../img/cash-on-delivery.png) no-repeat center left;
        background-size: 100% auto;
    }

    .setting_col_title {
        font-size: 17.5px;
        line-height: 26px;
        font-weight: 400;
        padding: 0 0 30px 0;
        width: 240px;
        vertical-align: top;
    }

    .setting_sub_title {
        line-height: 30px;
        font-size: 17.5px;
        font-weight: 300;
    }

    .on_off_area {
        position: relative;
        margin: auto;
        width: 174px;
        height: 54px;
        display: inline-block;
    }

        .on_off_area .label_on {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            right: 0;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            border: 1px solid #ccc;
            border-radius: 0 6px 6px 0;
            background: #fff;
            color: #DBDBDB;
            border-left: none;
            cursor: pointer;
        }

        .on_off_area .label_off {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            border: 1px solid #ccc;
            border-radius: 6px 0 0 6px;
            background: #fff;
            color: #DBDBDB;
            border-right: none;
            cursor: pointer;
        }

    .on_off_area_2 {
        position: relative;
        margin: auto;
        width: 240px;
        height: 54px;
        display: inline-block;
    }

        .on_off_area_2 .label_on {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            right: 0;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            border: 1px solid #ccc;
            border-radius: 0 6px 6px 0;
            background: #fff;
            color: #DBDBDB;
            border-left: none;
            cursor: pointer;
        }

        .on_off_area_2 .label_off {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
            border: 1px solid #ccc;
            border-radius: 6px 0 0 6px;
            background: #fff;
            color: #DBDBDB;
            border-right: none;
            cursor: pointer;
        }


    .on_off_input:checked ~ .label_on {
        background: #DB6F69;
        color: #fff;
    }

    .on_off_input:not(:checked) ~ .label_off {
        background: #DB6F69;
        color: #fff;
    }


    .shipping_time_select_block {
        /*  display: inline-block;*/
        padding: 5px 0 5px 0
    }
    /*calender*/
    .calendar_note_title {
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #DB6F69;
        position: relative;
        padding-left: 40px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .calendar_note_title::before {
        content: "";
        background: url(../img/icon_come.svg) no-repeat;
        background-size: 100% auto;
        width: 30px;
        height: 40px;
        display: inline-block;
        margin-left: 2px;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .calendar_note_sub_title {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .calendar_note_content {
        border: 2px solid #CE756D;
        padding: 30px;
        max-width: 857px;
    }

    .add_remove_center {
        --top-bar-background: #00848e;
        --top-bar-background-lighter: #1d9ba4;
        --top-bar-color: #f9fafb;
        --p-frame-offset: 0px;
        display: inline-flex;
    }

    .add_remove_icon {
        display: block;
        height: 3rem;
        width: 3rem;
        max-height: 100%;
        max-width: 100%;
    }

    .menu_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 1.5rem;
    }

    .menu_block_head {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }

    .menu_block_head_column {
        display: flex;
        align-items: center;
        width: 40%;
    }

    .menu_block_cont {
        width: 60%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .menu_block_head_img {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .menu_block_form_column {
        display: flex;
        align-items: flex-end;
        width: 40%;
    }

    .menu_block_head_img img {
        width: 100%;
        height: auto;
    }

    .menu_block_head_cont {
        margin-left: 10px;
    }

    .menu_block_head_ttl {
        margin-bottom: 0;
        font-size: 1.75rem;
    }

    .menu_block_head_txt {
        font-size: 1.4rem;
        color: #747474;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .menu_block_form {
        padding: 0 15px 10px;
    }

    .select_box_head {
        display: block;
        font-size: 1.4rem;
    }

    .menu_block_all_select {
        padding: 0 5px;
        margin-right: 5px;
    }

    .table_wrapper {
     /*   width: calc(100% - 60px);*/
        /*    overflow: auto;*/
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
    }

    .table_head {
        background: #E6E6E6;
        min-height: 70px;
    }

        .table_head th {
            /* line-height: 70px;*/ 
            padding-top: 15px !important;
            padding-bottom: 15px !important;
            vertical-align: middle !important;
        }

    .table_td_check {
        border-right: 1px solid #E6E6E6;
    }

    .table_th_small {
        min-width: 75px;
    }

    .table_th_middle {
        width: 140px;
    }

    .table_th_long {
        width: calc(100% - (80px * 7 + 140px));
    }

    .table_block_long {
        width: 60%;
    }

    @media screen and (max-width:1200px) {
        .menu_block_form {
        flex-direction: column;
    }

        .menu_block_form .menu_block_cont {
            width: 100%;
            justify-content: flex-start;
            align-items: flex-end;
            margin-top: 10px;
        }

    .menu_block_form_column {
        width: 100%;
    }
}


/*    plan    */
@media screen and (min-width: 420px) {
    .card-header-discount-tittle {
        margin-right: -90px;
    }
}