/* ---------------------------------------------
------------------------------------------------
Common
------------------------------------------------
------------------------------------------------ */
label {
    margin: 0;
}

/* Main_color ------------------------- */
.main_color {
    background-color: #ffffff;
}

/* Font-size ------------------------- */
.btn,
.form-control,
.form-select,
.form-check-input {
    font-size: 13px;
}

/* Form ------------------------- */
.form-control:focus {
    background-color: #fff;
    border-color: #d1d1d1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(163, 163, 163, 0.4);
}

.form-select:focus {
    border-color: #d1d1d1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(163, 163, 163, 0.4);
}

/* Btn ------------------------- */
.bt_common {
    color: #fff;
    background-color: #dd7a44;
    border-color: #c66734;
}

.bt_common:hover,
.bt_common:active,
.bt_common:focus {
    color: #fff;
    background-color: #a1562d;
    border-color: #82411e;
}

.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-danger {
    background-color: #ffffff;
}


.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background-color: #454c51;
    border-color: #454c51;
}

.btn-primary {
    color: #fff;
    background-color: #4474bc;
    border-color: #3260a5;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: #1f4173;
    border-color: #152e54;
}

.btn-danger {
    color: #fff;
    background-color: #c76770;
    border-color: #b05e66;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus {
    background-color: #9f4d55;
    border-color: #91474f;
}

.btn-success {
    color: #fff;
    background-color: #4b9773;
    border-color: #357a5a;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
    background-color: #204f39;
    border-color: #183d2c;
}

.page-item.active .page-link {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}

/* Page-link ------------------------- */
.page-link {
    color: #212529;
}

.page-link:hover,
.page-link:focus {
    color: #ffffff;
    background-color: #373737;
    border-color: #373737;
}

/* Table ------------------------- */
.table-dark {
    --bs-table-bg: #555555;
    border-color: #747474;
}

.table>:not(:first-child) {
    border-top: 1px solid currentColor;
}

/* ---------------------------------------------
------------------------------------------------
Login - profile
------------------------------------------------
------------------------------------------------ */
.login_form {
    max-width: 550px;
    margin: 0px auto;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
}

.login_form h1 {
    text-align: center;
    margin-bottom: 26px;
}

.login_form img {
    width: 100%;
}

/* ---------------------------------------------
------------------------------------------------
Header
------------------------------------------------
------------------------------------------------ */
.header_box {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
}

.nav_wap {
    background-color: #ffffff;
    padding: 10px 30px;
}

.logo {
    padding-right: 80px;
}

.logo img {
    width: 180px;
}

.logo:hover img {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.nav-link {
    color: #212529 !important;
}

.hd_main_menu {
    align-items: center;
    flex-wrap: wrap;
}

.hd_main_menu li {
    padding: 0 5px;
}

.h_memu_hov:hover {
    background: #e5e8f8 !important;
    color: #5c73d0 !important;
}

.dropdown-item {
    color: #212529;
}

.h_link_sub {
    pointer-events: auto;
}

.h_link_sub li a {
    text-decoration: none;
}

.h_link_sub li a:hover,
.h_link_sub li:hover {
    background: #e5e8f8 !important;
    color: #5c73d0 !important;
}

/* Hamburger menu btn ------------------------- */
.nav_shadow {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem #e5e8f8;
}

/* Nav_res_down ------------------------- */
.h_sp_no {
    margin-top: 20px;
}

.subnav_drop {
    padding: 8px 0;
}

.subnav_drop:hover {
    color: #5c73d0 !important;
}

.subnav_drop a {
    text-decoration: none;
}

.drop_sub {
    margin: 10px 0 10px 15px !important;
}

.drop_sub li {
    padding: 2px;
}

/* Nav_name btn ------------------------- */
.h_change {
    display: flex;
    color: #ffffff;
    font-style: italic;
    margin: 10px 0;
    font-size: 16px;
    align-items: center;
}

.h_change:after {
    border-top: dashed 1px;
    content: "";
    flex-grow: 1;
}

.h_change:after {
    margin-left: 1rem;
}

.nav_butn {
    background-color: #ffffff;
    color: #333399 !important;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
}

.point_sub_btn:hover div {
    background: #e5e8f8 !important;
    color: #333399;
}

.point_sub_btn li {
    padding: 0 3px;
}

.point_sub_btn a:hover,
.point_sub_btn li:hover {
    background: #e5e8f8 !important;
    color: #333399;
}

.h_dropbox {
    pointer-events: auto;
}

/* Nav_active ------------------------- */
.nav_drdo_active {
    border-bottom: solid 1px #ffffff !important;
    border-radius: 0em !important;
    pointer-events: none;
    padding: 0;
    margin: 8px 0 6px 0;
}

.nav_top_active {
    border-bottom: solid 1px #5c73d0 !important;
    border-radius: 0em !important;
    color: #5c73d0 !important;
    padding: 8px 0 8px 0;
    margin-bottom: -1px;
}

.nav_subactive,
.nav_subactive a {
    color: #b1b1b1;
    pointer-events: none;
}

.sp_navheader {
    font-size: 16px;
}

.dropdown-item,
.nav-item {
    font-size: 13px;
}

/* ---------------------------------------------
------------------------------------------------
Main
------------------------------------------------
------------------------------------------------ */
main {
    margin-bottom: 100px;
}

body {
    padding-top: 120px;
}

.sp_body {
    padding-top: 90px;
}

.btn_body {
    padding-top: 74px;
}

.icon_efect,
.icon_efect2 {
    fill: #212529;
}

.icon_efect {
    width: 25px;
}

.icon_efect2 {
    width: 20px;
}

.icon_efect3 {
    width: 15px;
}

.back_color {
    background: #edeff6 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sub_body {
    width: 750px;
    margin: 0 auto;
}

.c_margin {
    margin-bottom: 60px;
}

.sub_margin {
    padding-top: 30px;
}

.f_margin {
    margin-top: 80px;
}

.top_alert {
    padding: 5px;
    margin-bottom: 10px;
}

.search_wap {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.box_title,
.main_title {
    color: #212529;
    margin-bottom: 8px;
}

.box_title label,
.main_title label {
    padding-left: 10px;
    vertical-align: middle;
}

.main_title {
    font-size: 20px;
    border-bottom: 1px solid #212529;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.box_title {
    font-size: 16px;
}

.main_title label span::before {
    content: "-";
    padding: 0 20px;
}

.search_box {
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
    padding: 30px;
}

.box_effect {
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px, rgb(0 0 0 / 12%) 0 1px 4px;
    border-radius: 0.25rem !important;
    background: #ffffff;
}

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

.top_btn_row {
    margin-bottom: 24px;
}

.top_btn {
    color: #ffffff;
    width: 100%;
    font-size: 40px;
    padding: 20px 0;
    background-color: #373737;
    border-color: #292929;
}

.top_btn:hover,
.top_btn:active,
.top_btn:focus {
    color: #ffffff;
    background-color: #6d6d6d;
    border-color: #5c5c5c;
}

.search_main {
    margin-bottom: 30px;
}

.admin_label {
    width: 152px;
}

.admin_form,
.admin_form_syo,
.form_wri {
    flex: 1;
}

.admin_form_date {
    align-items: center;
    display: flex;
    flex: 1;
}

.admin_form_date input {
    width: 45%;
}

.date_to {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.search_btn {
    width: 55%;
}

.btn_size,
.btn_size2,
.btn_size3 {
    width: 150px;
}

.btn_size3 {
    width: 150px;
    padding: 3px 0;
}

.search_result {
    padding-left: 40px;
    display: flex;
    align-items: flex-end;
}

.search_result span {
    padding-left: 10px;
}

.admin_table {
    font-size: 12px;
    margin-bottom: 0;
}

.admin_table th {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}

.admin_table td {
    vertical-align: middle;
}

.table_btn {
    width: 100%;
    padding: 2px 4px;
}

.pagination_wap {
    margin-top: 60px;
}

.s_result_dis {
    margin-bottom: 10px;
}

.s_result_dis p span {
    padding-left: 10px;
}


.data_title {
    color: #ffffff;
    padding: 5px 15px;
    background-color: #333399;
    font-size: 16px;
    border-top: 4px solid #8b9fee;
}

.data_title span {
    padding-left: 10px;
}

.sub_frame {
    padding: 40px;
}

.update_info {
    border-top: 4px solid #8b9fee;
}

.check_wap {
    font-size: 16px;
    margin-top: 0;
}

.img_wap {
    width: 300px;
}

.img_wap img {
    max-width: 300px;
    max-height: 300px;
}

.item_info {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}

.info_wap {
    padding-left: 30px;
}

.item_name {
    font-size: 16px;
    padding-bottom: 20px;
}

.red_num {
    color: #e02626 !important;
    font-weight: bold;
}

.ext_num {
    color: #333399 !important;
}

.ext_num,
.no_ext_num {
    font-size: 20px;
    padding-right: 5px;
}

.yoko_num {
    color: #198754 !important;
}

.t_btn_w {
    width: 100px;
}

.line3 {
    width: 50px;
    text-align: center;
}

.line3 img {
    width: 50px;
}

.sub_form {
    width: 100px;
}

.radio_line {
    position: relative;
}

.radio_line input {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.base_list li {
    margin-bottom: 8px;
}

.del_btn {
    width: 100px;
    margin-left: 16px;
}

.plus_btn {
    position: relative;
    width: 200px;
}

.plus_efect {
    position: absolute;
    fill: #ffffff;
    width: 20px;
    left: 10px;
}

.post_code {
    width: 150px;
}

.t_symbol {
    width: 150px;
    text-align: center;
}

.user_id {
    list-style: disc;
    margin-left: 25px;
}

.return_btn {
    margin-bottom: 10px;
}

.spot_info {
    padding: 20px 0;
    margin-bottom: 40px;
}

.re_spo {
    margin-bottom: 10px;
}

.weight_info {
    margin-bottom: 20px;
}

.input_area {
    margin-bottom: 40px;
}

.spot_mb {
    margin-bottom: 60px;
}

.oeder_ch {
    margin-left: 30px;
}

.category_flex_box {
    padding: 10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.category_area {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.cha_area {
    margin: 0 20px 60px 20px;
}

.c_line {
    margin-bottom: 10px;
    border-bottom: 1px solid #162664;
}

.sub_c_wap {
    width: calc((100% - 30px) / 4);
}

.c_btn {
    width: 100%;
    padding: 10px 0;
}

.sub_c {
    padding-left: 40px;
}

.btn-catprimary {
    color: #ffffff;
    background-color: #64748b;
    border-color: #4f5d72;
}

.btn-catprimary:hover,
.btn-catprimary:active,
.btn-catprimary:focus {
    color: #ffffff;
    background-color: #2e3a4b;
    border-color: #1c2531;
}

.btn-subprimary {
    background-color: #cad3e0;
    border-color: #aeb8c5;
}

.btn-subprimary:hover,
.btn-subprimary:active,
.btn-subprimary:focus {
    background-color: #8f9aaa;
    border-color: #737f91;
}

.ch_font {
    color: #333399;
}

.table_input {
    width: 100px;
}

.item_info2 {
    padding: 30px;
}

.order_img_wap {
    margin-bottom: 30px;
}

.order_img_wap img {
    max-width: 300px;
    max-height: 300px;
}

.order_info_wap {
    padding-left: 30px;
}

.form_num[type="number"]::-webkit-outer-spin-button,
.form_num[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.form_num {
    text-align: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

button.btn-number {
    width: 44px;
    height: 44px;
    border-radius: 0.25rem !important;
}

.inp_gwap {
    width: 300px !important;
}

.inp_num_y {
    margin-bottom: 30px;
}

.modal_bk {
    background-color: #f5f5f5;
}

.zainum {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}

.sp_rebn {
    margin-bottom: 10px;
}

.t-ws {
    width: 60px;
}

.t_ws_num {
    width: 150px;
}

.bg_fin {
    background-color: #b3b3b3;
}

.td_ws,
.td_wst {
    width: 100px;
}

.td_span {
    padding-left: 16px;
    padding-right: 16px;
}

.t_sub_info {
    display: flex;
    margin-bottom: 30px;
}

.shiji_text {
    margin-bottom: 10px;
}

.shiji_text2 {
    margin-bottom: 40px;
}

.shiji_text2 span {
    padding: 5px;
}

.issue_btn {
    width: 100%;
    font-size: 16px;
}

.del_m_wap {
    width: 100px;
    padding-left: 10px;
}

.del_m_btn {
    width: 60px;
}

.s_info_table td {
    vertical-align: top;
}

.arrow_img {
    text-align: center;
}

.arrow_img img {
    width: 200px;
    opacity: 0.5;
}

.yoko_title {
    font-size: 16px;
    margin-bottom: 10px;
}

.icon_efect3 {
    width: 20px;
    margin: 0 3px 3px 0;
}

.text_link {
    text-decoration: underline !important;
    cursor: pointer;
}

.sp_day {
    font-size: 16px;
    font-weight: bold;
    color: #333399;
}

.t_top_sp {
    font-size: 16px;
}

.t_top_sp td {
    border: 3px solid #ffffff;
}

.t_top_sp td {
    width: 100px;
}

.t_ex {
    background-color: #d4dbf2;
}

.t_noex {
    color: #ababab !important;
    background-color: #f5f8ff;
}

.t_ex td,
.t_noex td {
    padding: 0 8px;
}

.t_exnum {
    text-align: end;
}

.sp_box_wap {
    margin-bottom: 60px;
}

.title_date {
    border-bottom: 1px solid #838383;
    margin-bottom: 30px;
}

.sp_box {
    margin-bottom: 30px;
}

.sp_box div:hover {
    background-color: #f7f7f7;
}

.sp_box div.box_effect:hover,
.sp_box div.box_effect:active,
.sp_box div.box_effect:focus {
    outline: 1px solid #dddddd;
    outline-offset: -1px;
}

.sp_wap {
    padding: 15px;
}

.sp_primec {
    color: #979797 !important;
}

.sp_spot {
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0;
}

.money_text {
    font-size: 16px;
}

.choice_b {
    width: 80px;
}

.text_tooltip {
    position: relative;
    color: #0d6efd;
    text-decoration: underline !important;
    cursor: pointer;
}

.tooltip_content {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #232323;
    color: #ffffff;
    padding: 5px 10px;
    position: absolute;
    top: -35px;
    left: 10px;
    transition: all .6s ease-in-out;
}

.tooltip_content:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 1opx;
    border: 9px solid transparent;
    border-top: 9px solid #2d2d2d;
}

.text_tooltip:hover .tooltip_content {
    opacity: 1;
    visibility: visible;
}

.input-group-text {
    font-size: 12px;
}

.dis_none {
    display: none;
}

.table_days {
    width: 120px;
}

.input_stock {
    width: 150px;
    margin: 0 10px;
}

.day_tl {
    width: 150px;
}

.sales_t_input {
    min-width: 100px;
}

/* ---------------------------------------------
------------------------------------------------
Footer
------------------------------------------------
------------------------------------------------ */
footer {
    text-align: center;
    padding: 10px 0;
}

/* ---------------------------------------------
------------------------------------------------
@media (min-width: 1200px)
------------------------------------------------
------------------------------------------------ */
@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 1200px)
------------------------------------------------
------------------------------------------------ */
@media (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (min-width: 992px)
------------------------------------------------
------------------------------------------------ */
@media (min-width: 992px) {
    .h_sp_no {
        display: none !important;
    }

    .search_left {
        padding-right: 36px;
    }

    .search_right {
        padding-left: 36px;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 991px)
------------------------------------------------
------------------------------------------------ */
@media (max-width: 991px) {
    .container {
        max-width: 92%;
    }

    .sp_disp {
        display: none;
    }

    .admin_form,
    .admin_form_date {
        flex: none;
    }

    .sub_c_wap {
        width: calc((100% - 20px) / 3);
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 767px)
------------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .nav_wap {
        padding: 5px 12px;
    }

    .sp_no {
        display: block;
    }

    .sub_body {
        width: 100%;
    }

    .admin_table {
        width: auto;
    }

    .cha_area {
        margin: 0 5px 60px 5px;
    }

    .sub_c_wap {
        width: calc((100% - 10px) / 2);
    }

    .sub_c {
        padding-left: 20px;
    }

    .item_info2 {
        padding: 10px;
    }

    .oeder_ch {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* ---------------------------------------------
------------------------------------------------
@media (max-width: 576px)
------------------------------------------------
------------------------------------------------ */
@media (max-width: 576px) {
    .logo {
        padding-right: 10px;
    }

    .logo img {
        width: 200px;
    }

    .top_btn {
        font-size: 20px;
    }

    .t_left {
        padding-right: 5px;
    }

    .t_right {
        padding-left: 5px;
    }

    .search_box {
        padding: 40px 8px;
    }

    .sub_frame {
        padding: 40px 8px;
    }

    .btn_size,
    .btn_size3 {
        width: 120px;
    }

    .btn_size2 {
        width: 100px;
    }

    .btn_sp {
        width: 100%;
    }

    .nobox {
        padding: 40px 8px;
    }

    .td_span {
        padding-left: 8px;
        padding-right: 8px;
    }

    .td_ws {
        width: 80px;
    }
}

.develop{
    border: solid 1px #b12323;
    background-color: #f93232;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px;
    text-align: center;
}

.develop-nh{
    border: solid 1px #b12323;
    background-color: #f93232;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.zeronum{
    min-width: 80px !important;
}

.badge{
    font-size: 14px;
}

#page-top {
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 75px;
    background: #ff9930;
    color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    z-index: 10;
}
#page-top:hover {
    background: #b07844;
    color: #FFF;
}
#page-top p {
    font-size: 0.8rem;
}

#page-bottom {
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    background: #556ccf;
    color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    z-index: 10;
}
#page-bottom:hover {
    background: #3f3472;
    color: #FFF;
}
#page-bottom p {
    padding-top: 11px;
    font-size: 0.8rem;
}

.second-text{
    color:#3c3c3c;
    font-size: 80%;
}