@charset "UTF-8";
/*Variable*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Passion+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@900&family=M+PLUS+Rounded+1c:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&display=swap");
/***************************
JUNGLEカードデザイン
***************************/
.j-card-full {
  width:100%;
  box-shadow: 0px 9px 13px -6px rgba(0, 0, 0, 0.14);
  margin:10px 0;
}

/********
Header
***********/




.navbar{
  background-color: #000000;
  height: 55px;
}

.navbar-inner-wrap{
  width: 100%;
  max-width: inherit;
  padding: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: #000000;
  z-index:1040;
}

.navbar-menu{
  margin-bottom: inherit;
  li.dropdown{
    a{
      font-size: 14px;
    }
    ul{
      z-index: 1000;
      li{
        a{font-size: 14px;
          padding:.25rem 1.5rem;
        }
        }
    }
  }

}


/* ハンバーガーメニュー */
.navbar-toggle {
    flex-direction: column;
    cursor: pointer;
}
.navbar-toggle span {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin: 4px 0;
}

/* ナビゲーションメニュー */
.navbar-menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar-menu .nav-item {
    position: relative;
}

.navbar-menu .nav-link {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}


/* 右側のメニュー */
.navbar-menu-right {
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar-menu-right .nav-item {
    color: #fff;
    margin-right: 20px;
}

.navbar-menu-right .nav-item.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

li.dropdown:has(.menu_user){
  position: absolute;
  right: 10px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .navbar-inner-wrap{justify-content: space-between;padding: 10px;}
    .navbar-toggle {
        display: flex;
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu li.dropdown {
        width: 100%;
    }

    .navbar-menu .nav-link {
        padding: 10px 20px;
    }

    .navbar-menu .dropdown-menu {
        position: static;
        width: 100%;
        //background-color: #555;
    }

    .navbar-menu-right {
        display: none;
    }
    ul[role="menu"]{
      margin-left: inherit;
    }
    li.dropdown:has(.menu_user){
  position: inherit;
  right:  inherit;}
}


/********
仮
※バリエーション情報・在庫数 更新ページで画面サイズが小さい場合inputの幅を大きくする（数字が見えなくなる問題回避）
***********/
body.stock_form main div[style="width: 90%;margin: 0 auto;"]{width:100% !important;}
body.stock_form table td:has(input[type="number"]){padding:2px;}
body.stock_form table td input[type="number"]::-webkit-outer-spin-button,body.stock_form table td input[type="number"]::-webkit-inner-spin-button
{
-webkit-appearance: none;
  margin: 0;
}



/*不具合お知らせ*/
body.front-login div[style="background:#ffabb5;padding:5px;text-align:center;"]{display: none;}



.mall-group {
  counter-reset: number 0;
}

/*FONT*/
body, body form#steps, body div, body span {
  font-family: "Kosugi Maru", Sans-serif;
}

h1,h2,h3,h4{color:#000000 !important;font-family: 'M PLUS Rounded 1c';}
.footer_contents h2{color:#ffffff !important;}

/*Reset*/
#spinner{
  position: absolute;
  z-index: 9999;
  width:100%;
  height:100vh;
  background-color: rgba(255,255,255,0.96);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#loader-bg{background:rgba(255,255,255,0.97) !important;}
.note-editor a.dropdown-item h1 {
  font-size: 2.25rem !important;
  font-family: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-indent: inherit !important;
}

.table {
  color: #000000;
}

.modal-content {
  border: inherit;
}

.modal-title {
  color: #ffffff;
}

.nav-tabs {
  border-bottom: inherit !important;
}

ul li {
  list-style-type: none;
  padding-left: 0;
}

.card {
  border: none !important;
}

.card .into_card_section {
  background-color: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #e9ecef;
  margin-bottom: 20px;
  padding: 20px 5px;
  height: 100%;
}

/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
*/
/*スクロールバー*/
.table-bordered {
  border: inherit !important;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fbfbfb;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: rgba(0,0,0,0.2);
}
/*Menu bar*/
nav ul li ul li:has(hr) + li:has(hr){
  display: none;
}
nav ul li ul li:last-child:has(hr){display: none;}



/*/スクロールバー*/
/**********************************
tips
*************************************/
.tips {
  background-color: #F0F1F4;
  border-radius: 5px;
  padding: 1% 1% 1% 5%;
  font-size: 12px;
  line-height: 2em;
  position: relative;
  min-height: 80px;
  width: 100%;
  margin: 20px auto;
  color: #000000;
  /*text-indent:10px;*/
}

.tips:not(.noicon):before {
  font-family: 'Font Awesome 5 Free';
  content: "\3f";
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  background-color: #ffcc00;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /*box-shadow: 1px 1px 0px #d1b33e;*/
  text-align: center;
  text-indent:0px;
  line-height:20px;
}

/****************************
TOOL tips
*****************************/
.tooltips {
  transition: all 1s;
  position: relative;
}

.tooltips:before {
  content: "?";
  color: #ffffff;
  background-color: #ffcc00;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -28px;
}
table .tooltips:before{top:inherit;bottom:0px;}

.tooltips > .tooltip_txt {
  display: none;
  font-size: 12px !important;
}

.tooltips:hover > .tooltip_txt {
  display: block;
  position: absolute;
  right:0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  padding: 1em;
  border-radius: 10px;
  color: #ffffff;
  width: 250px;
  animation: show 0.3s linear 0s;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*TableヘッダーのTooltip用*/
th .tooltips{
  position: absolute;
  margin-top: 10px;
  right: 0;
  margin-right: 10px;
}

th:has(.tooltips){
  position: relative;
  white-space:inherit !important;
}


/***********************************
*リセット
**********************************/
.row {
  margin-left: inherit;
  margin-right: inherit;
}

.row > div {
  flex-grow: 1;
}

html body p {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}

input {
  accent-color: #5f697a;
}

.form-control, input[type="text"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
  border: 1px solid #f5f5f5 !important;
}

.card-header:not(.note-toolbar) select {
  font-size: 16px;
}

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

.checkbox input {
  position: absolute;
}

body:not(.order_detail) .checkbox label {
  height: 30px;
  margin-bottom: 0px !important;
  text-indent: 30px;
  line-height: 30px;
  width: 100%;
  display: flex !important;
  align-items: center;
}

.checkbox .text-danger {
  position: absolute;
  font-size: 10px;
  text-indent: 30px;
  bottom: -10px;
}

/*
body table .checkbox input {
  position: inherit !important;
}
*/
body table .checkbox {
  display: block;
}

body.company .checkbox input {
  position: inherit;
}

body.company .checkbox span {
  position: absolute;
}

div.checkbox + div.checkbox {
  margin-top: 20px;
}

.checkbox input[type="checkbox"]:checked::after {
  width: 30px;
}

.mall_check .checkbox {
  width: 30px;
}

@media only screen and (max-width: 1480px) {
  .col-sm-4, .max-width {
    max-width: inherit !important;
  }
  .baika_field {
    max-width: 35%;
  }
}

@media only screen and (max-width: 680px) {
  body.ec .col-sm-1,
  body.ec .baika_field,
  body.ec .col-sm-2 {
    max-width: inherit;
  }
}

select.company_select {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 980px) {
  .table_today_gokei_data .col-sm-3 {
    width: 100% !important;
    margin-top: 10px;
  }
  .col-sm-4, .col-sm-6 {
    width: 100% !important;
    flex: inherit !important;
    max-width: inherit !important;
  }
}

/*軸・バリエーション　ボタンリセット*/
.btn-outline-secondary:hover {
  color: #e9ecef !important;
}
/**************************
Dropzone
*************************/
div[id*=drop-zone]{
  border: dashed 3px #F0F1F4 !important;
  border-radius: 5px !important;
  margin-bottom:1em !important;
}

/*****************************************
j_form_design
******************************************/
.j_form_design{
  height: 37px;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}

.j_form_design:focus {
  border: 2px solid #34af65 !important;
  border-radius: 5px;
}

/*セレクト内検索UI*/
.j_form_design + .select2-container .select2-selection--single,
.j_form_design + .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 37px;
  line-height: 37px !important;
}

.j_form_design + .select2-container--default .select2-selection__rendered {
  line-height: 37px !important;
}

.j_form_design + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
}

/*タグ追加風UI*/
.j_form_design + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: inherit !important;
  padding-right: inherit !important;
  border-radius: 5px !important;
}

.j_form_design + .select2-container .select2-search--inline .select2-search__field {
  height: 37px !important;
  line-height: 37px !important;
  margin-top: inherit !important;
  margin-left: inherit !important;
}

.j_form_design + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 5px !important;
}

.select_horizon {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.select_horizon span.label {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  font-size: 10px;
}

.select_horizon select {
  min-width: 320px;
}

.select_horizon input#search_text {
  width: 96%;
  margin: 10px;
  height: 50px;
  border: 2px solid #34af65 !important;
}

.select_horizon input#search_text +
.input-group-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.select_horizon input#search_text +
.input-group-btn button {
  height: 50px;
}

.select_horizon input#search_text +
.input-group-btn button:hover {
  transform: inherit;
  border: inherit;
}

.select_horizon .form-inline {
  width: 100%;
}

.select_horizon .form-inline input[name="sel_date"] {
  border-radius: 5px;
  min-width: 320px;
  font-weight: inherit;
  box-shadow: inherit;
  border: 1px solid #e9ecef !important;
}

.select_horizon .form-inline input[name="sel_date_custom2"] {
  display: none;
}

.sale_setting .select_horizon .form-inline input[name="sel_date_custom"] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single{
  height: 40px !important;
  line-height: 40px !important;
}
.set_pd_amount input{
  height:40px !important;
  border-radius: 2px !important;
  }

/*インフォ*/
.information_area {
  background-color: #ffeaea;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

/*************************************
ページネーション
************************************/
.pagination {
  width: 100%;
  overflow-x: scroll;
}
body.order_list .pagination{margin-bottom:50px;}
.pagination li:first-of-type *,
.pagination li:last-of-type * {
  background-color: #F0F1F4 !important;
  border: none;
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
  border-radius: 100% !important;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
}

.page-link {
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #F0F1F4;
}

.active .page-link {
  background-color: #00b258;
  box-shadow: 0 0 5px #00b258;
}

/*20240220暫定ページリンク調整*/
body.stock_history .page-link{
  font-size: 1px !important;
}
body.stock_history .page-link[rel="next"]:before{
  content:">"
}
body.stock_history .page-link::before{
  content:"<";
  position: absolute;
  font-size: 25px;
}

/***********************************
*モール非公開
**********************************

body:not(.companyid_1) .general-1{display:none;}
body:not(.companyid_1) .general-2{display:none;}
*/
/***********************************
*一旦非表示コンテンツ
***********************************/
.shohin_kubun, .hatubai_nouhin_bi {
  display: none;
}

/***********************************
*アイコン
***********************************/
.menu_username_change:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  margin-right: 5px;
}

.menu_add_jikumei:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0b2";
  margin-right: 5px;
  font-weight: bold;
}

.menu_add_vari:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f6ff";
  margin-right: 5px;
  font-weight: bold;
}

.menu_logout:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f2f5";
  margin-right: 5px;
  font-weight: bold;
}

.menu_shohin:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f468";
  margin-right: 5px;
  font-weight: bold;
}

.menu_order:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f543";
  margin-right: 5px;
  font-weight: bold;
}

.menu_setting:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f013";
  margin-right: 5px;
  font-weight: bold;
}

.menu_apps:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f12e";
  margin-right: 5px;
  font-weight: bold;
}

.menu_bunseki:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f080";
    margin-right: 5px;
    font-weight: bold;
}
.menu_user:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2bd";
    margin-right: 5px;
    font-weight: bold;
}

.menu_permission:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f023";
  margin-right: 5px;
  font-weight: bold;
}
.menu_notice:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0f3";
  margin-right: 5px;
  font-weight: bold;
}
.menu_custom:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f006";
  margin-right: 5px;
  font-weight: bold;
}

/***********************************
DATE PICKER
***********************************/
input[name="sel_date_custom"] {
  border-radius: 10px 0px 0px 10px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: inherit;
  border: none !important;
  height: 50px;
  text-align: center;
}


input[name="sel_date"] {
  border-radius: 0px 10px 10px 0px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: inherit;
  border: solid 3px #E9ECEF !important;
  height: 50px;
  text-align: center;
}

input[name="sel_date_custom"]:focus,input[name="sel_date"]:focus {
  border: #495057 solid 2px !important;
}

.daterangepicker td.in-range {
  background-color: #DEF0EC !important;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #449784 !important;
}

/*日付けセレクト*/

body.dashboard .date_select {
  justify-content: flex-end;
  flex-wrap: nowrap;
}



/*/日付けセレクト*/
/***********************************
*dashboard
***********************************/
.dashboard .col-sm-3 {
  flex: inherit;
  max-width: inherit;
}

/*本日の受注状況*/
.table_today_gokei_data.mini_today .col-sm-3 {
  width: 100%;
  margin: 10px 0px;
}

#form_chart_date_change {
  margin-bottom: 20px;
}

.table_today_gokei_data {
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-around;
}

.data_three_big_view {
  margin: 20px 0;
}

.data_three_big_view .col-sm-3 {
  width: calc(100% / 3);
}

/**/
.data_three_big_view .col-sm-3 .large_value_parts {
  width: 100%;
  height: auto;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000000;
  box-shadow: 0px 0px 10px #e9ecef;
  border-radius: 20px;
  background-color: white !important;
  backdrop-filter: brightness(97%) blur(5px);
}

.card_todays_data .table_today_gokei_data .col-sm-3 .large_value_parts {
  width: 100%;
  color: #000000;
  display: block;
  height: 150px;
}

.plane_card_title {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  text-indent: 20px;
}

.data_three_big_view .plane_card_title {
  font-size: 40px;
  font-weight: 900;
  font-family: 'M PLUS Rounded 1c';
  text-indent: 40px;
}

.plane_card_value {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  /*text-indent:20px;*/
  text-align: center;
}
.plane_card_value .product_name{font-size: 15px;}

.today_sales_volume .plane_card_value, .today_sales_amount .plane_card_value {
  font-family: 'Anton', sans-serif;
  letter-spacing: 5px;
  font-size: 50px;
  animation: animScale 3s 5 ease-out;
}

.data_three_big_view .today_sales_volume .plane_card_value, .data_three_big_view .today_sales_amount .plane_card_value {
  font-size: 70px;
}

.product_name {
  word-break: break-all;
}

.product_price {
  font-family: 'Anton', sans-serif;
  letter-spacing: 5px;
}

.product_sku {
  font-size: 15px;
}

.today_sales_volume .plane_card_value:after,
.today_sales_amount .plane_card_value:after {
  font-size: 25px;
  margin-left: 5px;
}

.today_sales_volume .plane_card_value:after {
  content: "\500B";
  font-family: "Kosugi Maru", Sans-serif;
}

.today_sales_amount .plane_card_value:after {
  content: "\5186";
}

.today_sales_top .plane_card_value {
  display: flex;
}

.today_sales_top .plane_card_value a {
  width: 30%;
  padding: 15px;
}

.today_sales_top .plane_card_value a img {
  width: 80%;
  object-fit: cover;
  border-radius: 20px;
}

.today_sales_top .plane_card_value .product_info {
  width: 70%;
  text-align: left;
  padding: 15px;
}

.dashboard .card,
.analysis .card {
  border: none;
  box-shadow: 0px 0px 10px #e9ecef;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
}

.dashboard .card-header,
.analysis .card-header {
  background: inherit !important;
  color: #000000 !important;
  text-indent: 15px;
  border: none;
  border-radius: inherit;
  font-size: 20px;
}

/*見出し装飾
.dashboard .card-header:before,
.analysis .card-header:before
{
  content: "";
  display: block;
  position: absolute;
  width:8px;
  height:2.5em;
  background: -webkit-linear-gradient(
  130deg,rgba(0,178,133,1) 0%, rgba(185,255,115,1) 100%);
  animation: gradient_ani 1s ease infinite;
  border-radius:10px
}
*/
.dashboard .card-header span.time_range,
.analysis .card-header span.time_range {
  font-size: 12px;
  display: block;
}

.dashboard .card-body,
h1.page_title + .card-body,
.analysis .card-body {
  background: inherit;
  border-radius: inherit;
}

/*モーダル：本日の報告*/
body.dashboard.modal-open .modal .modal-body{
  font-size: 13px;
  line-height: 2em;
}

body.dashboard.modal-open .modal .modal-footer{
  flex-direction: column;
}
body.dashboard.modal-open .modal .modal-footer button{
  width:300px;
  height: 50px;
  }


/**********************************
ユーザー情報・請求・利用状況
***********************************/
/*日付けセレクト*/
body.usage .col-sm-3 {
  display: flex;
  align-items: center;
}

body.usage .date_select {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

body.usage .date_select input[name="sel_date_custom"] {
  box-shadow: inherit;
  border: none !important;
  height: 50px;
  text-align: center;
}

body.usage .date_select input[name="sel_date"] {
  box-shadow: inherit;
  border: solid 3px #E9ECEF !important;
  height: 50px;
  text-align: center;
}

/*/日付けセレクト*/
/***********************************
*分析
***********************************/
/*タイトル加工*/
body.analysis div.analysys_title span {
  font-size: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  display: block;
  background: #34AF65;
  width: 500px;
  color: #ffffff;
  text-align: center;
  border-radius: 60px;
}

body.analysis div.analysys_title span:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f080";
  margin-right: 5px;
  font-size: 40px;
}

body.analysis div.analysys_title h2 {
  font-size: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  position: absolute;
  left: 550px;
  top: 10px;
  font-style: italic;
  color: #495057;
}

/*/タイトル加工*/
/*******セレクト********/
/*admin用*/
body.analysis .admin_select {
  position: absolute;
  top: 0;
  right: 10%;
  margin-top: -70px;
}

/*/admin用*/
/*分析セレクト*/
body.analysis .analysis_menu {
  display: flex;
  width: 100%;
}

/*左アイコンエリア*/
body.analysis .analysis_menu .analysis_menu_title {
  width: 5%;
  font-size: 30px;
  color: #495057;
  background-color: #E9ECEF;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
}

body.analysis .analysis_menu .analysis_menu_title i {
  margin-top: 15px;
}

/*/左アイコンエリア*/
/*右選択エリア*/
body.analysis .analysis_menu select {
  font-size: 30px;
  color: #495057;
  width: 70%;
  border-radius: 0px 10px 10px 0px;
  border: solid 3px #E9ECEF !important;
  font-size: 25px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

/*/右選択エリア*/
/*日付けセレクト*/
body.analysis .col-sm-3 {
  display: flex;
  align-items: center;
}

body.analysis .date_select {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

body.analysis .date_select input[name="sel_date_custom"] {
  box-shadow: inherit;
  border: none !important;
  height: 50px;
  text-align: center;
}

body.analysis .date_select input[name="sel_date"] {
  box-shadow: inherit;
  border: solid 3px #E9ECEF !important;
  height: 50px;
  text-align: center;
}

/*/日付けセレクト*/
/*データがない場合*/
.no_data .no_data_alert {
  color: #495057;
  text-align: center;
  font-size: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

.no_data .no_data_alert::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f080";
  font-size: 200px;
  display: block;
}

/*/データがない場合*/
/*Table*/
body.analysis table {
  font-size: 12px;
  color: #000000;
}

body.analysis table thead:after {
  display: none;
}

body.analysis table thead tr {
  height: 40px;
}

body.analysis table thead tr th {
  text-indent: 5px;
}

body.analysis table td {
  padding: 0.2em;
  min-height: 50px;
  height: 50px;
}

body.analysis table thead tr {
  box-shadow: inherit;
}

/*/Table*/
/***********************************
*基本UI
***********************************/
/*背景画像*/
body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #EEEEEE !important;
  background-image: url(https://space.ec-jungle.com/resources/jungle/images/pim.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center,bottom;
  position: relative;
  /*padding-bottom: 300px;*/
  box-sizing: border-box;
}

/*背景Blurオーバーレイ*/
body:not(.front-login):after {
  content: "";
  background: linear-gradient(167deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(5px);
  z-index: -1;
}

h1.page_title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  background: -webkit-linear-gradient(90deg, #34AF65 0%, #b9ff73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient_ani 1s ease infinite;
  font-size: 70px;
}

.panel-default {
  box-shadow: 0px 2px 2px 0px #e9ecef;
}

a, a:hover {
  color: #34af65;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff !important;
}

.panel-default {
  /*max-width: 1140px;*/
  margin: 0 auto;
}

/*ヘッダーバー調整*/
.navbar-default {
  background: rgba(0, 0, 0, 0.95);
}

@media (min-width: 1200px) {
  nav.navbar .container {
    max-width: 100% !important;
  }
}

body.ec div.tabs ul.nav {
  list-style: none !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #4ECDC4 !important;
}

.nav-pills > li > a.active {
  background: #4ECDC4 !important;
}

form.wizard > .content {
  min-height: 60vh !important;
}

form.wizard > .content > .body {
  position: inherit !important;
}

.modal-footer {
  border-top: inherit !important;
}

.panel-default > .panel-heading {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}

.panel {
  border: inherit !important;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active,
.wizard > .actions a[href="#previous"],
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
 {
  background-color: #fbfbfb !important;
  color: #dcdcdc !important;
}



.navbar-right li.dropdown > a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  margin-right: 5px;
}

.navbar {
  padding: 0.3rem 0rem;
  min-height: 50px;
}

.card-header {
  padding: 12px 15px 7px 15px;
}

/*********************
ログインページ
***********************/
body.front-login {
  background-color: #FCB1B3;
  background-image: url(https://space.ec-jungle.com/resources/jungle/images/pim.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center,bottom;
  height: 100vh;
  min-height: 900px;
}

body.login .navbar-default {
  background-color: inherit;
}


body.login .shadow-sm {
  box-shadow: inherit !important;
}

body.login .form-control {
  border: inherit;
  background: #fbfbfb;
}

body.front-login .container.login .panel {
  min-height: 400px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: 0px 10px 20px;
  border-radius: 20px 20px 20px 20px;
}

body.front-login .panel-default > .panel-heading {
  font-weight: bold;
  font-size: 25px;
  border-radius: 20px 20px 0px 0px;
  transform: rotateZ(0.03deg);
}

body.front-login input,
body.front-login select {
  border-radius: 30px;
}

label[for="email"]:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  margin-right: 5px;
}

label[for="password"]:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f084";
  margin-right: 5px;
}

/*
.dropdown-header {
    color: #ffffff;
    font-weight: bold;
}

.dropdown-menu,.dropdown.open a {
    background-color: #149170 !important;
    color: #cccccc ;
}

.dropdown-menu > li > a:hover {
    background-color: #24a180;
}
*/
.inp_header {
  background-color: #fbfbfb;
  color: #777777;
  font-size: 14px;
  height: 50px;
}

.inp_qty {
  text-align: center;
}

.inp_row, .col_rowidx {
  background-color: #f5f8fa;
  height: 50px;
}

body:not(.login) nav.navbar:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(270deg, #d9ff63, #2eac65);
  background-size: 400% 400%;
  -webkit-animation: gradient_ani 4s ease infinite;
  -moz-animation: gradient_ani 4s ease infinite;
  animation: gradient_ani 4s ease infinite;
}


.navbar-default a {
  color: #ffffff !important;
}

.dropdown-menu.show a {
  color: #333333 !important;
}

.navbar-default a.navbar-brand {
  color: rgba(255, 255, 255, 0) !important;
}

.navbar-default a.navbar-brand{
  width: 120px;
  text-align: center;
}

.pull-right {
  float: none !important;
}

.pull-right input[name="product_code"] {
  width: 300px;
}
.pull-right input[name="product_search"] {
  width: 300px;
}

.pull-right input[type="submit"] {
  border-radius: 5px;
  height: 40px;
  margin-left: 5px;
  margin-top: 20px;
  width: 100px;
}

.sec {
  margin: 10px;
}

.sec .wrapper .box {
  background: #278be3;
}

.sec .wrapper .box a {
  line-height: 40px;
}

.sec p {
  color: #278be3;
  font-weight: bold;
  text-shadow: none;
}

.top-official, .mall, .nextengine, .payment, .tools {
  background: inherit;
  border: 2px solid #278be3;
  border-radius: 10px;
}

body.order_list .card {
  border: inherit;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

button#cancel {
  background-color: #ffffff;
  color: #777777;
}

button#regist {
  background-color: #2184be;
}

button.btn_footer {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  height: 50px;
  min-width: 200px;
}

/* CSS Document */
/*TOPリンク集*/
div[style*="background-color: rgb(255, 76, 76);"] {
  animation: animScale 3s infinite ease-out;
  animation-play-state: running;
  /*アニメーション*/
  transform-origin: 50% 50%;
}

legend.grp_title {
  font-size: 18px;
  font-weight: 600;
}

select.item_select, .inp_qty {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  color: #777777;
  font-size: 15px;
  height: 50px;
}

/*説明文*/
.function_info {
  padding: 10px 10px;
}

.mini_info {
  font-size: 10px;
}

.mini_info span {
  color: #34af65;
}

/*knowledge_link*/
.knowledge {
  margin: 10px;
  padding: 5px;
  background-color: #34af65;
  width: 300px;
  border-radius: 5px;
}

.knowledge_link, .knowledge_link:hover {
  color: #ffffff;
  display: block;
}

/*エラーメッセージ*/
span.myError {
  font-size: 20px !important;
  color: #ff7a7a !important;
}

span.myError:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f071";
  margin-right: 5px;
  font-weight: bold;
}

/*FOOTER*/
main{
  min-height:calc(100vh - 350px)
}

.footer_contents {
  width: 100%;
  min-height: 300px;
  /*bottom: 0;
  position: absolute;
  */
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  color: #ffffff;
  /*z-index:-10;*/
  backdrop-filter: blur(10px);
  background: url(https://space.ec-jungle.com/resources/jungle/images/isometric_l-1024x568.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: bottom -100px right -100px;
  background-color: rgba(0, 0, 0, 0.95);
  background-blend-mode: color-dodge;
  @media (width < 768px) {
    flex-direction: column;
  }
}
.footer_contents h2{
  font-weight: 900;
  font-family: 'M PLUS Rounded 1c';

}
.footer_contents ul {
  width: 25%;
  @media (width < 768px) {
    width: 100%;
  }
}
.footer_contents ul:first-child{
  background-image: url(../images/big_illust_rogo.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.footer_contents a {
  background: -webkit-linear-gradient(130deg, #34AF65 0%, #b9ff73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient_ani 1s ease infinite;
  font-size: 12px;
}
.footer_contents .copyright{
  font-size: 12px;
  position: absolute;
  bottom: 10px;
}



/*PIM*/
#select_label {
  margin: 10px 3px;
}

.attribute_tab .panel-body {
  background-color: inherit;
}

.baika_field label.bik_prefix {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

.bik_desc {
  margin-left: 60px !important;
  margin-top: 35px !important;
}

/*div.checkbox{
  display:flex;
  align-items:center;

}
*/
.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: #e9ecef;
  border: none;
  border-radius: 100%;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  height: 30px;
  left: 0;
  /*margin-right: 0.5rem;*/
  outline: none;
  position: relative;
  right: 0;
  transition: all 0.15s ease-out 0s;
  width: 30px;
}

table.order_list_table .checkbox input[type="checkbox"] {
  top: 3px;
}

.checkbox input[type="checkbox"]:checked {
  background: #34af65;
}

.checkbox input[type="checkbox"]:checked::after {
  /*-webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;*/
  background: #34af65;
  content: '';
  display: block;
  position: relative;
}

.checkbox input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;

}

.checkbox input[type="checkbox"]:disabled {
  background: #b8b7b7;
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled::before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  text-indent: -2px;
}

.checkbox input[type="checkbox"]:hover {
  background: #bfece1;
}

.checkbox span {
  display: inline-block;
  vertical-align: middle;
}

.mall_domain {
  text-indent: 50px;
  color: #34af65 !important;
}

.mall-group {
  background-color: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #e9ecef;
  margin-bottom: 20px;
  padding: 20px 5px;
}

.mall-group h4[for]:before {
  color: #34af65;
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

.mall-group > h4 {
  font-size: 25px;
  font-weight: 900;
  color: #000000;
  font-family: 'M PLUS Rounded 1c';
  display: block;
  margin: 20px 5px;
  width: 100%;
}

/*.panel-body {
    background-color: #Fbfbfb;
}*/
.panel-body h5 {
  margin: 20px 0px;
}

.toggle-off {
  border: 0;
  line-height: 1.8em;
}

.toggle-on {
  border: 0;
  line-height: 1.8em;
}

.toggle.btn, .bik_prefix, .baika_field {
  /*margin-top: 15px;*/
}

.wizard > .content {
  background: inherit !important;
}

.wizard > .content > .body input, .form-control {
/*  border: 1  !important;*/
}

a[href="#finish"]:before {
  content: "\f4da";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

a[href="#next"]:after {
  content: "\f0a4";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

body {
  color: #6e6c6f;
}

div[id^="subscribe"]:not([style="visibility: hidden; height: 0px;"]) {
  margin: 30px 0px;
}

tbody tr:nth-child(odd):not([style*="background-color:#b2edff;"]):not([style*="background-color:#ffc2c1;"]):not([style*="background-color:#b1d1d1;"]) {
  background-color: #fbfbfb !important;
}

tbody tr:nth-child(even) {
  background-color: #ffffff;
}

ul[role="menu"] {
  margin-left: -100px;
}
@media (max-width: 768px) {
    ul[role="menu"]{
      margin-left: inherit;
    }
}

@-webkit-keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-opacity: 0.35;
    opacity: 0.35;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  100% {
    width: 100px;
    height: 100px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
}

@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-opacity: 0.35;
    opacity: 0.35;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  100% {
    width: 100px;
    height: 100px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
}

.cat_mall {
  font-size: 10px;
}

.cat_mall:before {
  content: "\f1c0";
  font-family: 'Font Awesome 5 Free';
  margin-right: 2px;
  font-weight: bold;
}

div[style="text-align:center;background-color:#FF4C4C;width:300px;margin:0 auto;height:80px;line-height:80px;border-radius:10px;"] {
  margin-bottom: 20px;
}

#draft_btn:before {
  content: "\f0c7";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
}

.chk_stock_sku {
  width: 80%;
}

/**************************
Steps調整
*************************/
/*Steps reset*/
.wizard > .steps {
  margin: 30px auto;
}

.wizard > .steps > ul {
  margin: 0 auto;
}

.wizard > .steps > ul > li {
  margin-right: 20px !important;
  width: calc(25% - 20px) !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  margin: 0 0 !important;
  font-weight: bold;
  font-size: 20px;
}

.wizard > .steps ul li {
  position: relative;
  z-index: 2;
}

/*Currentの背景がないので設定*/
.wizard > .steps ul li.current,
.wizard > .steps ul li.current a:hover,
.wizard > .steps ul li.current a:active {
  background-color: #fbfbfb;
  border-radius: 5px;
  z-index: 2;
}

/*Currentのみ大きく（わかりやすく）*/
.wizard > .steps ul li.current {
  padding: 10px 0;
  margin-top: -10px;
}

/******STEPS 間の繋ぎ線********/
.wizard > .steps ul li:not(:last-of-type):after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  color:#fbfbfb;
  display: block;
  position: absolute;
  right: -20px;
  top: 30%;
  font-size: 20px;
}

/*完了したステップのafter*/
.wizard > .steps ul li.done:after {
  color: #34af65;
}

/*******Steps テキストグラデーション******
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.wizard > .steps ul li.current:before{
  background: -webkit-linear-gradient(140deg, rgba(52,175,101,1) 0%, rgba(138,209,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
*/
/*STEPSの背景とアイコン*/
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.wizard > .steps .current.done a {
  /*background: #ffd401 !important;*/
  background: #fbfbfb !important;
  color: #34af65 !important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #34af65 !important;
  border: none;
}

#steps-t-0:before {
  content: "\f0ae";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

#steps-t-1:before {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

body.base #steps-t-1:before {
  content: "\f338";
}

body.set_product #steps-t-1:before {
  content: "\f1b3";
}

#steps-t-2:before {
  content: "\f54e";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

body.base #steps-t-2:before {
  content: "\f337";
}

body.set_product #steps-t-2:before {
  content: "\f00b";
}

#steps-t-3:before {
  content: "\f03e";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

ul[role="tablist"] .done:before {
  content: "\f14a";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-top: 4px;
  right: 5%;
}

ul[role="tablist"] .current:before {
  content: "\f5ad";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 40px;
  color: #34af65;
  margin-top: 7px;
  right: 5%;
  animation: animScale 3s infinite ease-out;
  animation-play-state: running;
  /*アニメーション*/
  transform-origin: 50% 50%;
}

@media (max-width: 992px) {
  ul[role="tablist"] .done:before, ul[role="tablist"] .current:before {
    display: none;
  }
}

/*******************************
受注一覧
*******************************/
/*ソート*/
a.sortable{color: #000000;}
a.sortable:before{
  content: "\f0dc";
  font-family: fontawesome;
  margin-right: 5px;
}
a.sortable.asc:before{
  content: "\f0de";
  font-family: fontawesome;
  margin-right: 5px;
}
a.sortable.desc:before{
  content: "\f0dd";
  font-family: fontawesome;
  margin-right: 5px;
}
/*高速化：非表示カラム設定*/
.order-list_column_setting_wrap{
  width: 300px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 99;
  .checkbox{
    align-items: start;
  }
}
@media (max-width: 768px) {
  .order-list_column_setting_wrap{display: none; }
}
.order-list_column_setting_wrap div.checkbox{
  display: flex;
  flex-direction: column;
}

.order-list_column_setting_wrap fieldset{
  background-color: #fbfbfb;
  padding:0 10px;
  border-radius: 10px;
  border:2px solid #34AF65;
  legend{font-size: 13px;text-align:center;width:100px;margin-bottom:0;}
}

.order-list_column_setting_wrap div.checkbox > div{
  display: flex;
  align-items: center;
  }
.order-list_column_setting_wrap div.checkbox > div input[type="checkbox"]{
  top: inherit;
}

.order-list_column_setting_wrap div.checkbox input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

.order-list_column_setting_wrap div.checkbox input[type="checkbox"]:checked::before{
  font-size: 12px;
  height:20px;
  line-height: 20px;
  width: 20px;
}


/*チェック件数UI*/
body.order_list div.checked_counter {
  background-color: #fbfbfb;
  width:100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px #dcdcdc;
  position: -webkit-sticky;
  position: sticky;
  top: 95vh;
  z-index: 999;
  animation: animScale 3s infinite ease-out;
}
/*/チェック件数UI*/

body.order_detail .order_detail_window .card-header {
  background: rgba(0, 0, 0, 0.03);
}

body.order_detail .order_detail_window .card-header.denpyo_detail h3 {
  text-indent: -10px;
}

body.order_detail .order_detail_window h3 {
  font-size: 25px;
  font-weight: 900;
  font-family: 'M PLUS Rounded 1c';
  text-indent: 10px;
  color: #000000;
}


body.order_list .container-fluid .card-body .table-responsive{
  min-height:100vh;
}

/*受注伝票ポップアップ*/
body.order_detail .order_detail_window .dropdown-toggle:after {
  margin-left: inherit !important;
}

body.order_detail .order_detail_window .text-center {
  text-align: center !important;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  color: white;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
}

body.order_detail .container.order_detail_window {
  max-width: 100%;
}

body.order_detail .order_detail_window .panel-default {
  max-width: 100%;
  padding: 0px;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body.order_detail .container.order_detail_window {
    max-width: 100%;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  body.order_detail .container.order_detail_window {
    max-width: 100%;
    padding: 0px;
  }
}

@media (min-width: 576px) {
  body.order_detail .container.order_detail_window {
    max-width: 100%;
    padding: 0px;
  }
}

/*カードヘッダー*/
.card-header:not(.note-toolbar):not(.order-title),
.card-header h1 {
  background: inherit;
  color: #000000;
  border: inherit;
  font-size: 40px;
  font-weight: 900 !important;
  font-family: 'M PLUS Rounded 1c';
  text-indent: 10px;
}

.modal-header {
  background: linear-gradient(130deg, #34AF65 0%, #b9ff73 100%);
  border-bottom:none !important;
}

.modal-title {
  color: #ffffff !important;
  font-weight: bold;
}

body.order_detail .card-header {
  background: rgba(0, 0, 0, 0.03);
  border-radius: inherit;
}

body.order_detail .order-title.card-header {
  height: 150px;
  background: #34AF65;
  background: linear-gradient(130deg, #34AF65 0%, #b9ff73 100%);
  background-color: inherit;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 10px 30px;
  position: fixed;
  z-index: 1;
}

/*伝票明細テーブル*/
body.order_detail .order_detail_window .order-detail-buy-item-detail td,
body.order_detail .order_detail_window .order-detail-buy-item-detail th {
  padding: 2px;
}

body.order_detail .order_detail_window .order-detail-buy-item-detail thead tr {
  box-shadow: inherit;
  background-color: #f5f5f5;
  padding: 0 5px;
}

body.order_detail .order_detail_window .order-detail-buy-item-detail th {
  border-right: 1px solid #ffffff;
  font-size: 10px;
}

body.order_detail .order_detail_window .order-detail-buy-item-detail thead:after {
  content: "";
  margin-top: inherit;
  display: inherit;
}

.order_detail_window .card-body {
  padding: 15px 10px 0px 10px;
}

/*伝票アラート*/
.denpyo_detail_alert {
  position: fixed;
  top: 150px;
  z-index: 2;
  width: 100%;
}
.denpyo_detail_alert:has(.kakuninmachi_reason){
  z-index: 1;
}

/*AMAZON保留中アラート*/
.amazon_pending,.rakuten_pending {
  background-color: #ff8484;
  background-image: repeating-linear-gradient(136deg, transparent, transparent 20px, #ff9999 20px, #ff9999 40px);
  background-size: auto auto;
  color: #ffffff;
  padding: 10px;
}
.kakuninmachi_reason {
  background-color: #ffdd9b;
  background-image: repeating-linear-gradient(136deg, transparent, transparent 20px, #fff0d3 20px, #fff0d3 40px);
  background-size: auto auto;
  color: #333333;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}


.denpyo_detail_alert + .card .denpyo_detail {
  margin-top: 210px;
}

.denpyo_detail {
  margin-top: 150px;
}

.head_order_status {
  font-size: 15px;
  border: solid 2px #ffffff;
  border-radius: 20px;
  max-width: 100px;
  text-align: center;
  padding: 5px 10px;
}

.head_order_number {
  font-size: 40px;
}

button[onclick="return order_update();"] {
  margin-top: 60px;
  width: 250px;
  height: 60px;
  background-color: #26C9FF !important;
  box-shadow: 4px 4px 0px #0059B2;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

button[onclick="return order_update();"]:before {
  content: "\f2f1";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

.order_detail_window .card {
  margin: 0px 0px !important;
  border: none;
  border-radius: 0px;
}

.order_detail_window .card .card-header {
  font-size: 20px !important;
  font-weight: bold;
}

.order_detail_window .form-control {
  font-size: 12px;
  height: inherit;
}

.order_detail_window td {
  font-size: 12px;
}

/*select背景*/
select.company_select {
  border: inherit;
  background: #ffffff;
  border-radius: 2px;
}

/*ユーザーリスト検索*/
/*user_list*/
.customer_list div.input-group {
  padding: 20px;
  text-align: right;
}

.customer_list input#search_text {
  flex: inherit;
  width: 50%;
  margin-right: 20px;
  　border-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*オーダーリスト　検索*/
body.order_list #search_text {
  margin-right: 10px;
  border-radius: 5px;
}

/*オーダーページ 上部カウントエリア*/
body.order_list .order_status {
  margin-top: 10px;
}

body.order_list .order_status .nav-link {
  border-radius: 5px !important;
}

body.order_list ul.order_status li {
  padding: 0 10px;
  position: relative;
}

body.order_list ul.order_status li:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: bold;
  position: absolute;
  top: 33%;
  right: -8px;
  color: #34af65;
}

body.order_list ul.order_status li:last-child:after {
  content: "";
}

body.order_list ul.order_status li a.active {
  color: #ffffff;
  background: #34af65;
  background-size: 400% 400%;
  /*    -webkit-animation: orderactive 8s ease infinite;
    -moz-animation: orderactive 8s ease infinite;
    animation: orderactive 8s ease infinite;*/
}

body.order_list ul.order_status li a.nav-link {
  border: 2px solid #34af65;
}

body.order_list ul.order_status .status_count {
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

body.order_list ul.order_status a.active .status_count {
  animation: animScale 3s infinite ease-out;
  animation-play-state: running;
  /*アニメーション*/
  transform-origin: 50% 50%;
}

/*テーブル修正*/
.product_img .no_image:before{
  content:"\672A\767B\9332"
}

body:not(.apps) .table-bordered td, .table-bordered th:not(:last-child) {
    border-right: 1px solid #ffffff !important;
}

body:not(.order_detail):not(.modal-open) table th{text-align: center;}

table.order_list_table th{text-align:center !important;}
table.order_list_table td:not(.order_number):not(.billing_name):not(.total_price){
  text-align: center;
}
table.order_list_table td.total_price{
  text-align: right;
}


.table thead th,
.table td, .table th {
  vertical-align: middle;
}

/*table デザイン*/


.table thead th {
  border: inherit;
  font-size: 13px;
  white-space: nowrap;
}

.table thead th:nth-child(9) {
  text-align: center;
}

tbody tr:hover {
  background-color: #f7fff9;
  cursor: pointer;
}

td {
  border: none !important;
}
.note-editable td {
  border: 1px solid #dee2e6 !important;
}


.dropdown-menu {
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.page-item.active .page-link {
  background: #34af65;
  border-color: #dee2e6;
}

.page-link {
  color: #34af65;
}




/*******************************
フォームデザイン
*******************************/
input[placeholder="伝票番号か受注番号を検索してください"]{
  background-color:#F1F2F3 ;

}

/*商品一覧　商品個別メニューボタン４つ*/
.btn-outline-secondary {
  color: #5f697a;
  border-color: #5f697a;
}

.btn-outline-secondary:hover {
  background-color: #5f697a;
  color: #ffffff;
}

/*フォーカス時の色*/
.form-control:focus, input:focus, select:focus, textarea:focus {
  border: 2px solid #c6c7ce !important;
  outline: 1px #c6c7ce solid;
  box-shadow: inherit;
  outline: 0;
}
/*カスタムチェックボックス　フォーカス時のボーダー*/
.checkbox input[type="checkbox"]:focus{border: inherit !important;}
/*Select*/
select {
  border-radius: 3px;
  height: 2.3em;
}

/*サーチエリア*/
.search_btn {
  position: relative;
}

.search_btn button {
  width: 80px;
  height: 35px;
  border: none;
  margin-top: 22px;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #F0F1F4;
}

.search_btn button::before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: bold;
  color: #333333;
}

/*タグ入力Input*/
.bootstrap-tagsinput {
  box-shadow: inherit !important;
  border: 1px solid #f5f5f5 !important;
}

.bootstrap-tagsinput input:focus {
  border-color: inherit !important;
  outline: inherit !important;
}

.badge-info {
  background-color: #34af65;
}

.badge {
  padding: 0.8em .4em !important;
}

/*受注詳細フォーム*/
body.order_detail .form-control {
  padding: 0px 5px !important;
  border-radius: 0px !important;
}

/***********
select2ライブラリ上書き
***********/
/*UI*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
  margin-top: inherit !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #343a40 !important;
}

.select2-results__options li {
  font-size: 12px !important;
}

/*通常時ボーダー*/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #f5f5f5 !important;
}

/*フォーカス*/
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #c6c7ce !important;
}

/*タグ入力風UI部分*/
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #34af65;
  color: #ffffff !important;
  border: inherit !important;
}

.form-group .float-sm-left.col-sm-3 label, .card-body .tab-content label{
  background-color: #5f697a;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  min-width: 150px;
}

.input-group-addon {
  background-color: #c2c8d2;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  line-height: 36px;
  padding: 0 3px;
  height: 35px;
  width: 30px;
  text-align: center;
}

/*ドロップダウンのアクティブ時の色*/
.dropdown-item.active, .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/***************
各種ボタン
*****************/
/*ブロックエディタボタン*/
.editorjs_edit_button{
  min-width: 300px;
  width: 100%;
    height: 70px;
    border-radius: 10px;
    border: 0px solid #666666;
    background: #0d71c1;
    background: linear-gradient(137deg, #0d71c1 0%, #3380b9 100%);
    box-shadow: 1px 5px 0px rgb(0 0 0 / 20%);
    transition: 0.3s;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin:0 auto;
}
/*バリエーション追加*/
button#plus_variation {
  border: inherit;
  background-color: rgba(52, 175, 101, 0.8);
  color: #ffffff;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
}

/*#submit_div{
  position: sticky;
  bottom:10px;
}
*/
/*サイトに反映特大ボタン*/
.btn-set_function {
  height: 80px;
  width: 100%;
  display: block;
  background: #ffb168;
  background: linear-gradient(142deg, #ffb168 0%, #f97171 66%);
  border: 3px solid #ffffff;
  box-shadow: 0px 5px 5px #e9ecef;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  animation: animScale 3s 2 ease-out;
  &[disabled]{
  background: #dcdcdc;
  }
}

#draft_btn {
  float: right;
  margin-top: -6px;
  margin-right: 16px;
}

/*目立たないボタン*/
.neutral-btn {
  display: block;
  width: 300px;
  margin: 50px auto;
  background-color: inherit;
  border: 1px solid #7a88a0;
  color: #7a88a0;
  padding: 10px;
  border-radius: 60px;
  text-align: center;
  transition: 0.3s;
}

/*フィールドコピーボタン*/
.btn-copy {
  background-color: inherit;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  border: 1px solid #7a88a0;
  color: #7a88a0;
  font-weight: 100;
  margin: 5px;
  transition: 0.3s;
}

.neutral-btn:hover, .btn-copy:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #7a88a0;
}

.btn-outline-info {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #34af65;
  color: #34af65;
  display: block;
  margin: 0 auto;
}

.btn-outline-info:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
}

.card-body .nav-pills > li > a.active,
.card-body .wizard > .actions a,
.card-body .wizard > .actions a:hover,
.card-body .wizard > .actions a:active {
  background-color: #34af65 !important;
}

.btn-info, .btn-primary {
  background-color: #34af65 !important;
  border: inherit !important;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background-color: rgba(52, 175, 101, 0.8);
  border-color: rgba(52, 175, 101, 0.8);
  outline: 2px solid rgba(52, 175, 101, 0.3);
}

.btn-category,.spec_btn,.brand_search_btn {
  background-color: #c2c8d2 !important;
  color: #ffffff;
  font-size: 11px;
  &:before{
    content: "\f07c";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
  }
  &:hover{
    color: #ffffff;
    outline: 2px solid rgba(0, 0, 0, 0.3);
  }
}


.btn:hover{color: rgba(255,255,255,0.6);}
/*ホバー時アニメーション*/
.btn-primary:not(.toggle-on):not(.toggle):hover,
.btn-primary:not(.toggle-on):not(.toggle):focus,
.btn-info:hover,
.btn-info:focus,
.btn-category:hover,
.btn-category:focus,
.btn-set_function:hover,
.spec_btn:hover,.brand_search_btn:hover {
  transform: translateY(3px);
  transition: 0.3s;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background-color: #34af65;
  border-color: #34af65;
}

/*Steps戻るボタン*/
.card-body .wizard .actions a[href="#previous"] {
  background-color: inherit !important;
}

/*/フォームデザイン*/
/*body.order_detail input,
body.order_detail select
{border:1px solid #e9ecef !important;}
*/
/*alert調整*/
/*初期登録後*/
body.base_done ul.process li {
  text-align: center;
  font-size: 26px;
}

body.base_done ul.process li {
  list-style-type: none;
  height: 300px;
  line-height: 60px;
}

body.base_done ul.process li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f58c";
  margin-right: 5px;
}

/*20240910削除
body.base_done ul.process li:after {
  display: block;
  content: "次は在庫数の登録を行ってから、ECサイト情報を入力してください！";
}
*/
/*在庫登録後*/
body.stock_done ul.process li {
  text-align: center;
  font-size: 26px;
}

body.stock_done ul.process li {
  list-style-type: none;
  height: 300px;
  line-height: 60px;
}

body.stock_done ul.process li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f58c";
  margin-right: 5px;
}


/*テンプレートダウンロードボタン*/
.btn-download {
  background: #acacac;
  background: linear-gradient(190deg, #acacac 0%, #f0f0f0 100%);
  border: 1px solid #666666;
  border-radius: 10px;
  height: 30px;
  line-height: 10px;
  min-width: 300px;
  font-size: 12px;
  box-shadow: 1px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  color: #333333;
}

/*インポートボタン*/
.btn-primary.item_import_data_btn,
.btn.stock_import_data_btn,
.btn-import {
  min-width: 300px;
  height: 70px;
  border-radius: 10px;
  border: 0px solid #666666;
  background: #ffa8bb;
  background: linear-gradient(137deg, #ffa8bb 0%, #f15c69 100%);
  box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.btn-primary.item_import_data_btn:before,
.btn.stock_import_data_btn:before {
  content: "\f574";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

/*エクスポートボタン*/
.btn-export {
  min-width: 300px;
  height: 70px;
  border-radius: 10px;
  border: 0px solid #666666;
  background: #0d71c1;
  background: linear-gradient(137deg, #0d71c1 0%, #3380b9 100%);
  box-shadow: 1px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

.btn-export:before {
  content: "\f56d";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

/*インポートダウンロードボタンホバー*/
.btn-import:hover,
.btn-export:hover,
.btn-download:hover,
.btn-app-install:hover
 {
  transform: translateY(3px);
  transition: 0.3s;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  color:#dcdcdc;
}

/*商品一覧　編集ボタン*/
/***************************
EC登録
***************************/
/*Sectionのマージン（tips表示が見切れるため）*/
body.simple_base section,
body.set_product section,
body.base_edit section{
  margin-bottom: 50px;
}

h2.product_name {
  font-size: 25px;
  color: #000000;
  font-weight: 900;
  font-family: 'M PLUS Rounded 1c';
}

/*カードの中のカードのセクション*/
.card_in_card_section {
  padding: 30px 0;
  border-bottom: 2px dashed #f2f2f2;
}
.mall-group .card_in_card_section:last-child{
  border-bottom: inherit;
}

h2.product_name:before {
  content: "\f1b2";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
}

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

.mall_title {
  margin-left: 20px;
}

.ec_site_regist .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.ec_site_regist .toggle.btn {
  margin-top: 0px;
}

/*選択したタグ表示*/
#select_label {
  margin-top: 10px;
}

@media (max-width: 796px) {
  .ec_site_regist .mall-group .form-group div.float-sm-left {
    width: 100%;
    margin: 10px 0;
  }
}

/*画像アップロード*/
section#steps-p-3 .form-group.mall-group h4 + p {
  width: 100%;
}

/*複数カテゴリー*/
.multiple_categories_select
input.empty + div {
  display: none;
}
.cat_label {
  margin-left: -15px;
}
.category_label {
  margin: 5px !important;
  background-color: #c2c8d2 !important;
  color: #ffffff !important;
}

.category_label:before {
  counter-increment: number 1;
  content: "カテゴリ" counter(number) ":";
}

/*Amazonその他の項目エリア*/
#div_amazon_other_field .card_in_card_section,
#div_amazon_other_field2 .card_in_card_section {
  padding: 5px 0px 1px 0px !important;
  border-bottom: 1px dashed #f2f2f2 !important;
}

div[id*="div_amazon_other_field_child_"]{
  display: flex !important;
  align-items: center;
}

p[id*="div_amazon_other_fields_"]{
  font-size: 13px;
  color: #000000;
}
span[id*="select2-amazon_other_fields_value_"] {
  font-size: 12px;
}

div[id*="div_amazon_other_value_field_"] .select2-container{
  width:100% !important;
}



/*Amazonその他の項目エラー*/

#div_amazon_other_field_error{
  background-color: #ffe4e1;
    border-radius: 5px;
    padding: 1% 1% 1% 5%;
    font-size: 13px;
    line-height: 2em;
    position: relative;
    min-height: 80px;
    width: 100%;
    margin: 20px auto;
    color: #ff0000;
    animation: animScale 3s 3 ease-out;
    animation-play-state: running;
}
#div_amazon_other_field_error:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f12a";
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  background-color: #ff0000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /*box-shadow: 1px 1px 0px #d1b33e;*/
  text-align: center;
  text-indent:0px;
  line-height:20px;
}

div.amazon_other_field_list{
  display: flex;
  flex-direction: column;
}
/*Error項目を最上部に*/
div.amazon_error_fields{
  order:-1;
  background-color: #ffe4e1;
  padding: 10px;
  border-radius: 5px;
  margin:5px 0;

}


/***************************
セット商品UI
***************************/
table.sku_bundle_table
td
{
text-align: left;
}
.set_item_select span[role="combobox"] {
  min-height: 40px;
}

.set_item_select span[role="textbox"] {
  line-height: 40px !important;
}

.set_item_select .select2-selection__arrow {
  height: 40px;
}

.set_item_amount input {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  height: 40px;
}

.product_box_item .del_button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffafaf !important;
  border: none;
}

.del_button:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00d";
  font-weight: bold;
  font-size: 18px;
}

.add_item_btn button[name="btn_new"] {
  width: 50%;
  background-color: inherit !important;
  color: #34af65;
  margin: 0 auto;
  display: block;
}

.set_item_select select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.sku_bundle_first_step,.sku_bundle_sec_step{
  background-color: #fbfbfb;
  padding:3%;
  border-radius: 5px;
}
/******************************
商品画像登録エリア　Draggable
******************************/
/*Draggable custom*/
.dropify-wrapper {
  border: 2px dashed #c2c8d2 !important;
  border-radius: 5px !important;
}

.dropify-message p {
  font-size: 11px !important;
}

/* draggerble */
#img_container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: nowrap;
  width: 100%;
}

ul.dz-image-preview {
  width: 100px !important;
}

.mall_element, .color_element {
  position: relative;
  min-height: 1px;
  padding: 2px;
  float: left;
  width: calc(100% / 6);
}

#img_container .mall_area {
  background-color: #e9ecef;
  margin: 5px;
  padding: 0px;
  min-height: 700px;
  width: inherit !important;
  max-width: 200px;
  background-color: #c2c8d2;
  box-sizing: border-box;
  border-radius: 10px;
}

/*総合モール非表示*/
#img_container .mall_area[style*="visibility: hidden;"] {
  display: none;
}

#img_container .mall_area li.div_thumb img {
  width: inherit !important;
  height: inherit !important;
  object-fit: contain;
  border-radius: 5px !important;
}

#img_container .mall_area img.del_btn {
  max-width: 40px;
  max-height: 40px;
}

.mall_area img.del_btn {
  max-width: 40px !important;
  max-height: 40px !important;
}

#img_container .mall_name {
  width: 100%;
  font-size: 13px;
  text-align: center;
  word-wrap: break-word;
  color: #ffffff;
  margin: 0 0 !important;
  display: inline-block;
  padding: 30% 1em;
  height: 100px;
  line-height: 1em;
}

#img_container .mall_limit {
  text-align: center;
  font-size: 10px;
  min-height: 10px;
  color: #ffffff;
  margin: 0 0 !important;
  padding: 5px 0;
}

#img_container .mall_area ul.jquery-ui-sortable {
  background-color: #fbfbfb;
  border: 2px dashed #c2c8d2;
  border-top: inherit;
  background-image: url(https://ex-pim.ec-jungle.com/image/mall_area_drag.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50%;
  min-height: 700px;
}

div.col-sm-3 > label {
  /*width: 100%;*/
  word-wrap: break-word;
}

ul.upload_area {
  width: 100%;
}

.del_btn {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 2;
}

.div_thumb {
  position: relative;
}

.img_thumb {
  padding: 2px;
}

.dropify {
  margin: 2px;
}

.dropify-message > span.file-icon > p {
  font-size: 14px;
  color: #808080;
}

.file_knob {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}

.drag_elm {
  z-index: 200;
}

.help-block {
  font-size: 10px;
}

#vari_spec_modal .modal-body {
  overflow-y: scroll;
}

#vari_spec_modal .modal-body .card_in_card_section {
  padding: 5px;
}

.modal-body {
  height: auto !important;
  overflow-y: auto;
}

.site_bik_div {
  position: relative;
}

.site_bik {
  position: absolute;
  width: 40%;
  margin-top: -4px;
  margin-left: 20%;
  text-align: right;
}

.bik_prefix {
  position: absolute;
  width: 10%;
  margin-top: 6px;
  margin-left: 16px;
  font-size: 12px;
}

.bik_postfix {
  /*position: absolute;*/
  width: 10%;
  margin-top: 6px;
  font-size: 12px;
}

.bik_desc {
  position: absolute;
  width: 30%;
  margin-top: 6px;
  margin-left: 78%;
  font-size: 12px;
}

.nav-pills > .nav-item > a:hover {
  background-color: #dee2e6;
}

span.mall_domain {
  font-size: 12px;
  color: #78ccff;
}

/***************************
JUNGLEアプリ機能
***************************/
body.apps{
  background-color: #dcdcdc;
  background-image: inherit;
}

/*利用中のアプリ*/
body.apps #div_use_apps{
  display: flex;
  flex-direction: column;
}
body.apps #div_use_apps a{
  display: flex;
  align-items: center;
  margin:5px 0px;
  text-decoration: none;
}

body.apps #div_use_apps a img{
  border-radius: 5px;
  width:40px
}
body.apps #div_use_apps a .app_title
{
  font-size: 12px;
  color: #000000;

}
/*アプリ検索*/

.apps_col-md-12 .wrapper{
  max-width: 1280px;
  margin:0 auto;
}

body.apps .apps-search-area{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.apps .apps-search-area h4{font-size:12px;font-weight:bold;}

body.apps .apps-search-area div{
margin:10px 0px;
}
body.apps .apps-search-area .apps-select{
  margin:0 10px;
  width:30%;
}

body.apps .apps-search-area div select{
  width: 100%;
}

body.apps .apps-search-area .apps-search-wrap{
  width:100%;
  display: flex;
  align-items: center;
}
body.apps .apps-search-area .apps-search-wrap .apps-search-box{
  width:80%;
  display: flex;
  align-items: center;
}
body.apps .apps-search-area .apps-search-wrap .apps-search-btn{
  width:20%;
}
body.apps .apps-search-wrap input{width:100%;margin-top: inherit !important;}


/*アプリリストテーブル*/

body.apps table.apps_list_table{
  border-collapse: separate;
  border-spacing: 0 10px;
}
table.apps_list_table thead{display: none;}

table.apps_list_table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}

table.apps_list_table tbody tr td:last-child {
  border-radius:0 10px 10px 0;
}

table.apps_list_table tbody tr td img{border-radius: 5px;}

table.apps_list_table tbody tr{
  background-color: #fbfbfb;
}
table.apps_list_table .btn-apps-detail{
  border: none;
  background-color: inherit;
}
table.apps_list_table .apps-price div{
  background-color: #F0F1F4;
  text-align: center;
  border-radius: 5px;
}

table.apps_list_table .apps-developer{
  font-size: 11px;
}

table.apps_list_table .apps-title{
  font-size: 15px;
  font-weight: bold;
}

/*アプリ詳細*/
#div_banner img{width:100%;border-radius: 20px;}
.apps_detail h4{
font-weight:bold;
font-family: 'M PLUS Rounded 1c';
}
body.apps h5{
font-family: 'M PLUS Rounded 1c';
color:#000000;
padding:20px 0px;
font-size: 22px;
font-weight: bold;
border-top: 1px solid #d6d6d6;
}
.apps_detail .col-sm-9{
  color:#000000
}
/*アプリ詳細　左カラム*/
#div_install_app #div_icon img{
  width:100%;
  border-radius: 20px;
}

#div_install_app > div:before{
  font-size: 10px;
  display: block;
  color:#5f697a
}
#div_install_app #div_title:before{
  content:"アプリ名";
}
#div_install_app #div_category:before{
  content:"カテゴリ";
}
#div_install_app #div_developer:before{
  content:"開発者";
}
#div_install_app #div_price:before{
  content:"販売価格";
}

#div_install_app #div_app_url{
  display: none;
}

#div_install_app > div{
  color: #000000;
  margin-top:10px;

}
#div_install_app > div a{
  color: #000000;
}

#div_type{
  background-color: #dcdcdc;
  width:80px;
  margin:0 auto;
  border-radius:50px
}

/*インストールボタン*/
.btn-app-install{
  width:100%;
  height: 50px;
  background: linear-gradient(142deg, #ffb168 0%, #f97171 66%);
    border: 3px solid #ffffff;
    box-shadow: 0px 5px 5px #e9ecef;
    color: #ffffff;
    border-radius: 60px;
}

.btn-app-install[value="uninstall"],.btn-app-install[value="mail_uninstall"]{
  background:#999999;
}

/*解約フォーム*/
.after_cancellation + .kaiyaku_form{display: block;}

.after_cancellation:has(div.card-header) + .kaiyaku_form{display:none; }


.after_cancellation,.kaiyaku_form{
  max-width:900px ;
  margin: 0 auto;
}


.kaiyaku_form{color:#000000}
.kaiyaku_form > p{
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
}

.kaiyaku_form form p{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 1em;
}

.kaiyaku_form form .hidden{
  display: none;
}

.kaiyaku_form form textarea{
  width:80%
}

.kaiyaku_form form input[type="submit"]{
  width:300px;
  height: 50px;
  margin-top:30px
}

#user_permission_store_user_setting .col-sm-2{
text-align: center !important;
}

/*ラジオボタンセレクト要素*/
.ecjungle_select{
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 10px;
  margin: 10px 0;
  padding: 1em;
  border:1px solid #dcdcdc;
  &:has(input:checked){
    border:2px solid #dcdcdc;
  }
  &:has(input:disabled){
    background-color: #fbfbfb;
  }

}

input[type="radio"]{
  transform:scale(1.5);
  accent-color: green;

}

/*確認待ち設定*/
.kakunin_box{
  display: flex;
  flex-direction: column;
}
.kakunin_box_item{
  justify-content: space-between;
  padding: 1px 0;
  div{margin-right:5px;}
}

div.card-header.panel-heading {

}



/*ZOOM*/
@-moz-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.2, 1.2);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.2, 1.2);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@-ms-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.2, 1.2);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@-o-keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.2, 1.2);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.2, 1.2);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*背景グラデアニメ*/
@-webkit-keyframes gradient_ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradient_ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient_ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}