﻿@charset "utf-8";

/* Gridのリンクなどで使用 */
.uc_default .sortgroup .textleft a {
  color: var(--color-scheme-col-color-default);
}

/* ===== グリッドヘッダ関連 ===== */
/* グリッド: ヘッダ */
div.col_koumoku_header {
  width: 80px !important;
  text-align: center !important;
  white-space: normal !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
div.col_koumoku_header_k012 {
  width: 80px !important;
  text-align: center !important;
  white-space: normal !important;
}
div.col_koumoku_header_k013 {
  width: 80px !important;
  text-align: center !important;
  white-space: normal !important;
}
/* グリッド: データ部 */
div.col_koumoku {
  width: 80px !important;
  text-align: right !important;
  white-space: nowrap;
  overflow: hidden;
}
div.col_koumoku_k012 {
  width: 80px !important;
  text-align: right !important;
}
div.col_koumoku_k013 {
  width: 80px !important;
  text-align: right !important;
}

/* グリッド: 機種名 */
div.col_kishu {
  width: 280px;
  text-align: left;
}
div.col_kishu_k014 {
  width: 280px;
  text-align: left;
  padding-right: 4px;
  height: 22px;
  overflow: hidden;
}
.col_kishu_k014:hover {
  text-decoration: underline;
}
div.col_kishu > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.col_kishu_k014 > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/** グリッド：平均、レート */
div.col_kind {
  width: 130px;
}
/** グリッド：設置比率 */
div.col_setchi_hiritsu {
  width: 80px;
}
/** グリッド：平日・休日 */
div.col_day {
  width: 80px;
}
/** グリッド：平日・休日 */
div.row_day {
  height: 86px;
}
/** グリッド：平日・休日 */
p.row_day_b {
  height: 86px;
}
/** グリッド：レート */
div.col_ps_rate {
  width: 80px;
}
div.col_ps_rate_k014 {
  width: 80px;
  text-align: left;
}
/** グリッド：タイプ(K002) */
div.col_ps_type {
  width: 210px;
}
/** グリッド：期間 */
div.col_term {
  width: 80px;
}
/** グリッド：設定 */
div.col_koumoku_dankai {
  width : 40px;
}
/** グリッド：No */
div.col_koumoku_number {
  width: 30px;
}

/** グリッド：項目名 */
div.col_koumoku_mei {
  width: 120px !important;
  text-align: left !important;
}

/* TODO 使用しているか確認 */
p.col {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
/* グリッド: チェックボックス */
div.col_checkbox {
  width: 50px;
  text-align: center;
  padding-top: 5px;
}
/* グリッド: 納品開始日 */
div.col_nohinkaishi {
  width: 80px;
}

div.col_nohinkaishi_k014{
  display: flex;
  align-items: flex-start;
}

/* グリッド: 集計台数 */
div.col_daisu {
  width: 80px;
  text-align: left;
}
/* グリッド: 平均種別ランク */
div.col_left_koumoku {
  width: 110px;
}

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

div.col_right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

div.col_right2 {
  display: inline-flex;
  justify-content: flex-end;
}

p.col_right {
  margin-left: auto;
}

p.col_left_k014 {
  padding: 0px 0px !important;
}

div.input_search {
  position: relative;
  width: 280px;
}

.input_search input {
  width: 100%; /* 入力エリアが親要素の幅いっぱいになるように */
  padding-right: 30px; /* アイコンのスペースを確保 */
}

div.model_style_clear{
  float: left;
  margin-left : 5px;
}

div.main_graph {
  width: 150px;
  height: 140px;
}

div.main_graph_K002 {
  width: 150px;
}

div.error_graph_area {
  width: 150px;
  height: 10px;
  display: table;
  padding-left: 50px;
}

div.new_pachi {
  width: 90%;
  display: table;
  margin-bottom: 10px
}

div.new_slot {
  width: 90%;
  display: table;
}

div.pachi_type {
  width: 100%;
  display: table;
  position: relative;
  margin-top: 7px;
}

div.slot_type {
  width: 100%;
  display: table;
  position: relative;
  margin-top: 7px;
}

div.left_comment {
  width: 70%;
  display: table;
  position: relative;
}

div.left_comment1 {
  width: 25%;
  height: 40px;
  display: table-cell;
  position: relative;
}

div.left_comment2 {
  width: 100%;
  display: table-cell;
  position: relative;
}

p.comments {
  color: #fff;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 2行を超える場合は「...」で省略 */
  overflow: hidden;
}

p.error_message {
  color: var(--color-scheme-text-reversal);
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}

div.error_comments{
  position: relative;
  height: 122px;
}

p.info_message {
  color: var(--color-scheme-text-main);
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}

div.info_comments {
  position: relative;
  height: 122px;
}

div.main_graph_child {
  display: table-cell;
}

div.main_graph_child2 {
  display: table;
  width: 70%;
}

div.main_graph_child_title {
  text-align: center;
  width: 220px;
  padding: 5px;
}

.dispfilter {
  display: table;
  margin-bottom: 1px;
  padding: 0 0 10px 5px;
  width: 100%;
  background-color: var(--color-scheme-UI-panel-bg);
  color: var(--color-scheme-text-main);
  height: calc(100% - 112px) !important;
  overflow-y: auto;
}

.dispfilterbar {
  background-color: var(--color-scheme-UI-panel-bg);
  color: var(--color-scheme-text-main);
}

.dispfilter * {
  letter-spacing: 0;
}

.dispfilter .caption {
  font-size: 18px;
}

.dispfilter a, .dispfilterbar a {
  color: var(--color-scheme-text-main);
}

.ctrl_form_title {
  height: 28px;
  display: flex;
  align-items: center;
}

.ctrl_form_title p {
  padding: 0px;
  margin: 5px;
  text-align: center;
}

.controlForm__text--state_enable {
  color: var(--color-scheme-text-main);
}

.controlForm__text--state_disable {
  color: var(--color-scheme-text-inactive) !important;
}

.controlForm__prevNext--state_enable {
  cursor: pointer;
}

.controlForm__prevNext--state_disable {
  display: none;
}

.controlForm__Kikan--state_enable {
  cursor: pointer;
}

.kikanCalendar__all--state_disable {
  pointer-events : none;
}

/* 絞り込み検索タイトル */
.ctrl_form_title2 {
  padding: 0px;
  color: var(--color-scheme-text-main);
  font-size: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 280px
}

.controlFormClose__arrow {
  position: absolute;
  bottom: 90px;
  left: calc(50% - 10px);
  color: #ffffff;
  font-size: 19px;
}

.controlFormClose__title {
  position: relative;
  top: 25px;
  color: var(--color-scheme-text-main);
  font-size: 16px;
  writing-mode: vertical-rl;
  margin-left: 10px;
  font-weight: bold;
}

.deg90 {
  -webkit-transform: rotate( 90deg );
  transform: rotate( 90deg );
}

/* 新規追加： 閉じるボタンのコンテナ */
.filter-close-btn {
  display: inline-block;
  position: fixed;
  right: 7px;
  bottom: 37px;
  border-radius: 20px;
  cursor: pointer;
  background-color: var(--color-scheme-UI-filter-10);
  width: 82px;
  height: 28px;
}

.filter-close-btn a {
  text-decoration: none;
  color: var(--color-scheme-text-color-default);
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 28px;
  width: 82px;
}

/* 新規追加： 開く矢印ボタンのコンテナ */
.filter-open-btn {
  position: absolute;
  right: 10px;
  bottom: 147px;
  border-radius: 20px;
  cursor: pointer;
  background-color: var(--color-scheme-UI-filter-10);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-open-btn a {
  text-decoration: none;
  color: #000;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: grid;
}

/* 新規追加：アイコン間隔調整用 */
.icon-spacing-right {
  margin-right: 5px;
}

.icon-spacing-left {
  margin-left: 5px;
}

.ctrl_form_title_left {
  font-size: 16px;
}

/* 新規追加 */
.ctrl_form_title_left::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 10px;
}

[data-color-scheme-mode="light"] .ctrl_form_title_left::before {
  background-image: url('../../img/icon/tune_FILL0.svg');
}
[data-color-scheme-mode="dark"] .ctrl_form_title_left::before {
  background-image: url('../../img/icon/tune_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .ctrl_form_title_left::before {
    background-image: url('../../img/icon/tune_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .ctrl_form_title_left::before {
    background-image: url('../../img/icon/tune_FILL0.svg');
  }
}



.ctrl_form_title_icon_only {
  position: relative;
  top: 25px;
  color: var(--color-scheme-text-main);
  font-size: 16px;
  margin-left: 20px;
  font-weight: bold;
  display: inline-block; /* アイコンのみ表示するため */
}

.ctrl_form_title_icon_only::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

[data-color-scheme-mode="light"] .ctrl_form_title_icon_only::before {
  background-image: url('../../img/icon/tune_FILL0.svg');
}
[data-color-scheme-mode="dark"] .ctrl_form_title_icon_only::before {
  background-image: url('../../img/icon/tune_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .ctrl_form_title_icon_only::before {
    background-image: url('../../img/icon/tune_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .ctrl_form_title_icon_only::before {
    background-image: url('../../img/icon/tune_FILL0.svg');
  }
}


div.ctrl_form_title_right {
  font-size: 14px;
  text-align: right;
  right: 10px;
  margin-left: auto;
}

div.ctrl_form_title_right2 {
  text-align: right;
  top: 5px;
  right: 5px;
  padding-top: 4px;
  cursor: pointer;
}

.filter_item {
  overflow: hidden;
}

#filter_bar {
  display: table-cell;
  position: absolute;
  right: 0px;
  width: 55px;
}

#filter_form {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 0px;
  width: 320px;
  font-weight: bold;
  font-size: 12px;
  padding: 20px;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}

#content_overlay_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  display: none;
}

#content_overlay_view_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  display: none;
}

#content_overlay_view_k015 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: block;
}

#filter_form_area {
  padding-right: 9px;
  overflow-y: auto;
  height: calc(100% - 71px);
  position: relative;
}

#filter_form_area .sel_term2 {
  width : 230px;
  text-align: left;
}

#filter_form_area input {
  background: var(--color-scheme-UI-filter-10);
  width: 100%;
  border-radius: 3px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px var(--color-scheme-bg-select-default) inset !important;
  -webkit-text-fill-color: var(--color-scheme-text-color-default) !important;
  transition: background-color 0.3s ease;
  border: 3px solid var(--color-scheme-bg-select-default) !important;
  border-radius: none !important;
}

#filter_form_area select {
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

#quetion {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
  color: #000000;
}

#filter_form_area p {
  color: var(--color-scheme-text-main);
}

#filter_form_area p.controllError {
  color: rgba(255, 0, 0, 1);
  text-align: left;
}

.dispfilter select {
  width: 280px;
  padding: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  background-color: var(--color-scheme-bg-select-default);
  border-radius: 3px;
  color: var(--color-scheme-text-color-default);
}

.dispfilter select option {
  padding: 10px;
  background-color: var(--color-scheme-bg-select-default);
  border-radius: 3px;
}

.dispfilter select:disabled {
  background-color: var(--color-scheme-bg-select-default);
  opacity: 0.5;
}

.select {
  position: relative;
}

/* アイコンを修正 */
.select:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: -3px;
  pointer-events: none;
  z-index: 1;
}

[data-color-scheme-mode="light"] .select:after {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
}
[data-color-scheme-mode="dark"] .select:after {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .select:after {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .select:after {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
  }
}


/* 新規追加 */
.optionSelected {
  margin: 0 0 10px 0;
  padding-left: 10px;
}

/* 新規追加 */
.optionNotSelected {
  padding-left: 20px;
}

.selectKikanFromTo .selectKikanFromTo-select {
  width: 129px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  padding-left: 8px;
}

.selectKikanFromTo .separeteSpan {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
  color: var(--color-scheme-text-main);
}

.dispfilter input {
  padding: 5px;
  margin: 0px;
  background-color: var(--color-scheme-UI-filter-10);
  color: var(--color-scheme-text-main);
  height: 25px;
  border: solid 0px #000000;
}

.dispfilter input[type="checkbox"] {
  margin-right: 7px;
}

div.filter_scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 84%;
  width: 300px;
}

/* 新規追加 */
.switchPs, .switchDisplayFormat  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-scheme-UI-filter-10);
  padding: 3px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto;
}

.switchPs-and-rate-size {
  width: 138px;
  margin-right: 5px;
}
.switchPs-and-rate-size_k014 {
  width: auto !important;
}

.switchPs input, .switchDisplayFormat input {
  display: none;
}

.switchPs label, .switchDisplayFormat label {
  display: block;
  float: left;
  cursor: pointer;
  width: 137px;
  color: var(--color-scheme-text-main);
  font-size: 12px;
  text-align: center;
  line-height: 2;
  transition: .2s;
  border-radius: 5px;
}

/* 新規追加*/
.switchPs .switch-on, .switchDisplayFormat .switch-on {
  background-color: var(--color-scheme-bg-color-default);
  color: var(--color-scheme-text-color-default);
}

.switchPs .switch-off, .switchDisplayFormat .switch-off {
  color: #C1C1C1;
}

.flex-container {
  display: flex;
}

/* 新規追加 */
.toggleswitch,
.toggleswitchTheme {
  display: inline-flex;
  padding-bottom: 5px;
  position: relative;
}

.toggleswitch input,
.toggleswitchTheme input {
  display: none;
}

.toggleswitch label {
  display: block;
  float: left;
  cursor: pointer;
  width: 80px;
  height: 32px;
  transition: .1s;
  background: var(--color-scheme-bg-color-default);
  align-items: center;
}

.toggleswitchTheme label {
  display: block;
  float: left;
  cursor: pointer;
  width: 80px;
  height: 32px;
  transition: .1s;
  background: var(--color-scheme-bg-color-default);
  align-items: center;
}


.toggleswitch .switch-on {
  text-align: center;
  font-size: 12px;
  padding: 5px 19px 0px 0px;
  color: #ffffff;
}

.toggleswitchTheme .switch-on {
  text-align: center;
  font-size: 12px;
  padding: 5px 19px 0px 0px;
  color: var(--color-scheme-toggle-switch-on-text);
}

.toggleswitch .switch-off {
  text-align: center;
  font-size: 12px;
  padding: 5px 5px 0px 32px;
  color: #C1C1C1;
  background-color: #E9E9E9;
}

.toggleswitchTheme .switch-off {
  text-align: center;
  font-size: 12px;
  padding: 5px 5px 0px 32px;
  color: var(--color-scheme-toggle-switch-off-text);
  background-color: var(--color-scheme-toggle-switch-off);
}

.toggleswitch label:first-of-type,
.toggleswitchTheme label:first-of-type {
  border-radius: 20px; /* Make it round */
}

.toggleswitch label:last-of-type,
.toggleswitchTheme label:last-of-type {
  border-radius: 20px; /* Make it round */
}

.toggleswitch input[type="checkbox"]:checked ~ .switch-on,
.toggleswitchTheme input[type="checkbox"]:checked ~ .switch-on {
  background-color: #8F8F8F; /* On state color */
}

/* 新規追加：トグル切り替えボタン（2024/03/13 絞込UI変更対応） */
.toggleswitch label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 30px;
  height: 29px;
  background: var(--color-scheme-text-reversal);
  border-radius: 55%;
  transition: .1s;
}

.toggleswitchTheme label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 30px;
  height: 29px;
  background: var(--color-scheme-text-reversal);
  border-radius: 55%;
  transition: .1s;
}


/* 新規追加 */
.toggleswitch input[type="checkbox"]:checked ~ label::after,
.toggleswitchTheme input[type="checkbox"]:checked ~ label::after {
  left: 48px;
}

.context_menu_a {
  color: #fff;
  display: block;
  padding: 7px 20px;
}

.context_menu_off {
  color: #8b8b8b;
  display: block;
  padding: 7px 20px;
  pointer-events : none;
}

.btn_blue {
  background: #5985c9;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 5px 0 5px 10px;
}

.btn_blue:hover {
  background: #7a9dd3 ;
}

/* 新規追加：灰色ボタン */
.btn_gray {
  color: var(--color-scheme-text-main);
  background: var(--color-scheme-UI-reversal-sub);
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  margin: 5px 0 5px 10px;
  font-size: 12px;
  padding: 3px 9px;
}

.sort_csv {
  margin-right: 7px;
  float: right;
}

div.col_center {
  display: inline-grid;
  align-items: center;
}

div.col_sort {
  cursor: pointer;
  position: relative;
}

p.col_sort {
  cursor: pointer;
}

div.col_sort_2 {
  position: relative;
}

i.sort_icon_down {
  color: var(--color-scheme-accent-green-darker);
  font-size: 25px;
  margin-top: -10px;
  padding-left: 3px;
}

i.sort_icon_up {
  color: var(--color-scheme-accent-green-darker);
  font-size: 25px;
  margin-top: 3px;
  padding-left: 3px;
  position: absolute;
}

.sort_unpointer {
  pointer-events : none;
}

.context_menu_day_sub_sort {
  width: 148px;
}

.context_menu_sort {
    text-align: center;
}

/* select kikan */
.select_kikan_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between; /* タブ部分を左寄せ、コントロール部分を右寄せに設定 */
  width: 100%; /* コンテナ全体の幅を設定 */
  color: white;
  font-size: 14px;
  box-sizing: border-box;
}

.select_kikan_tabs .tab-buttons {
  display: flex;
  align-items: center;
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 3px;
  white-space: nowrap;
  padding: 3px;
}

.select_kikan_tabs .tab-buttons button {
  padding: 3px 7px 0px 7px;
  cursor: pointer;
  color: #C1C1C1;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
}

.select_kikan_tabs .tab-buttons .active {
  background-color: var(--color-scheme-bg-color-default);
  color: var(--color-scheme-text-main);
}

.select_kikan_tab_controls {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 18px;
}

.select_kikan_tab_controls p {
  color: white;
  font-size: 14px;
  background: none;
  border: none;
  text-decoration: none;
}

.select_kikan_tab_controls p:hover {
  text-decoration: none; /* ホバー時に下線を追加しない */
}

.arrow_right_calendar {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}

.arrow_right_calendar_tab {
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}


[data-color-scheme-mode="light"] .arrow_right_calendar_tab {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_right_calendar_tab {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_right_calendar_tab {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_right_calendar_tab {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
  }
}

.arrow_left_calendar {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}

.arrow_left_calendar_tab {
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}

[data-color-scheme-mode="light"] .arrow_left_calendar_tab {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_left_calendar_tab {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL1_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_left_calendar_tab {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL1_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_left_calendar_tab {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
  }
}

.kikan_control_button {
  display: flex;
  cursor: pointer;
}

.select_kikan_tab_controls .spacer {
  width: 15px;
}

.select_kikan_term {
  display: flex; /* フレックスボックスで表示 */
  justify-content: space-between; /* 両端に配置 */
  align-items: center;
}

#select_kikan_term {
  width: 280px;
}

.select_kikan_term #sort_date {
  display: flex; /* フレックスボックスで表示 */
  align-items: center;
  font-size: 12px;
  width: 100%;
  border-radius: 2px;
  margin-top: 4px;
  padding-left: 2px;
}

.select_kikan_term #sort_date > p {
  flex-grow: 1;
}

.select_kikan_term .sel_term {
  color: white; /* 文字色を白に設定 */
  margin: 4px 0px;
}

.select_kikan_term .sort_reload {
  color: var(--color-scheme-text-main);
}

/* 詳細設定 */
.detail_settings_header {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: var(--color-scheme-text-sub);
}

/* 納品時期 */
#nohin_jiki {
  width: 280px;
}

.select_nohin_terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#select_nohin_term_from, #select_nohin_term_to {
  width: 45%;
}

.select_nohin_between {
  width: 10%;
  text-align: center;
  align-content: center;
}

/* 詳細設定 */
.detail_settings_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.detail_settings_content.open {
  max-height: 250px;
}

/* 詳細設定 */
.detail_close {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: var(--color-scheme-text-sub);
}

.detail_close.open {
  display: block;
}

/* 表示する値 領域 */
.filter_select_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -72px;
}

/* 表示する値 ヘッダ部 */
.filter_select_item_header {
  display: flex;
  height: 28px;
  align-items: center;
  gap: 10px;
  padding: 0px 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
}

.filter_select_item_body {
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

/* 表示する値 */
.filter_select_item_header_title {
  font-size: 14px;
}

/* 表示する値: 項目 */
.filter_select_item_koumoku {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 6px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 3px;
}

.filter_select_item_koumoku_checkbox {
  width: auto !important;
}

.disable_select_after_icon {
  text-align: right !important;
  margin-left: auto !important;
}

.disable_select_after_icon:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
}

[data-color-scheme-mode="light"] .disable_select_after_icon:after {
  background-image: url('../../img/icon/keyboard_arrow_down_disabled_FILL0.svg');
}
[data-color-scheme-mode="dark"] .disable_select_after_icon:after {
  background-image: url('../../img/icon/keyboard_arrow_down_disabled_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .disable_select_after_icon:after {
    background-image: url('../../img/icon/keyboard_arrow_down_disabled_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .disable_select_after_icon:after {
    background-image: url('../../img/icon/keyboard_arrow_down_disabled_FILL0.svg');
  }
}



.out_koken_shu_now {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  color: var(--lighttextsub);
  font-size: 10px;
  height: 24px;
  width: 110px;
  border: 1px solid var(--color-scheme-status-ok-base);
  position: relative;
  overflow: hidden;
}

.out_koken_shu_now_background {
  background-color: var(--color-scheme-status-ok-filter);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  z-index: 0;
}

.out_koken_shu_now_text {
  position: relative;
  z-index: 1;
  color: var(--lighttextsub);
  font-weight: bold;
  right: calc(100% - 6px);
  min-width: calc(100% - 6px);
  align-items: center;
  display: inline-flex;
  line-height: 24px;
}

.out_koken_shu_end {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  color: var(--color-scheme-common-white);
  font-size: 10px;
  height: 24px;
  width: 110px;
  border: 1px solid var(--color-scheme-status-caution-base);
  position: relative;
  overflow: hidden;
}

.out_koken_shu_end_background {
  background-color: var(--color-scheme-status-caution-base);
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  z-index: 0;
  opacity: 0.25;
}

.out_koken_shu_end_text {
  position: relative;
  z-index: 1;
  color: var(--color-scheme-UI-sub);
  font-weight: bold;
  right: calc(100% - 6px);
  min-width: calc(100% - 6px);
  align-items: center;
  display: inline-flex;
  line-height: 24px;
  opacity: 0.75;
}

/* グラフ連動項目タブ */
.tab-container {
  width: 280px;
  height: 32px;
  border-radius: 3px;
  background-color: var(--color-scheme-UI-filter-10);
  padding: 3px;
  box-sizing: border-box;
}

/* グラフ連動項目タブ */
.select_tabs {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 0px;
}

/* グラフ連動項目タブ */
.select_tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: var(--color-scheme-UI-filter-20);
  border-radius: 2px;
  margin: 0;
  box-sizing: border-box;
}

/* グラフ連動項目タブ */
.select_tab.active {
  background-color: var(--color-scheme-UI-bg);
  color: var(--color-scheme-text-main);
  font-weight: bold;
  border-radius: 2px;
  margin: 0;
}

.rate_container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.ps_text {
  padding-left: 9px;
}

.rate_text {
  margin-right: 12px;
}

.all_text {
  text-align: right;
  padding-right: 26px;
}

/* カレンダー */
.date-picker {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 280px;
  z-index: 9991;
  color: black;
}
.date-picker-container {
  position: absolute;
  color: black;
  background: white;
  border: 1px solid #ccc;
  width: 280px;
  z-index: 1000;
  top: 67px;
  left: 363px;
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

button.prev-button {
    position: absolute;
    left: 0%;
}

button.prev-button.hide-button,
button.next-button.hide-button {
    display: none;
}

button.next-button {
    position: absolute;
    right: 0%;
}

button.prev-button,
button.header-date-button,
button.next-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.header-date-button-no-pointer {
  display: inline-flex;
  align-items: center;
}

.date-picker-body {
  padding: 10px;
}

#filter_form_area_overlay_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  display: none;
}

.date-picker-weekdays, .date-picker-days, .date-picker-months {
  display: flex;
  flex-wrap: wrap;
}

.date-picker-dow-header {
  display: flex;
  flex-wrap: wrap;
}
.date-picker-dow-header div {
  width: 14.28%;
  text-align: center;
  padding: 5px;
}

.date-picker-weekdays div, .date-picker-days div, .date-picker-months div {
  width: 14.28%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.selected-week-rows ,
.selected-week-rows-empty {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  margin: unset !important;
  padding: unset !important;
}

.selected-week-rows-empty {
  cursor: default !important;
}

.date-picker-days div:hover, .date-picker-months div:hover {
  background: #eee;
}

.selected-week-rows:hover div {
  background: #eee;
}

.date-picker-months {
  display: flex;
  flex-wrap: wrap;
}

.date-picker-months div {
  width: 25%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.date-picker-months div:hover {
  background: #eee;
}

.date-picker-years-body {
  display: flex;
  flex-wrap: wrap;
}

.date-picker-years-body .year {
  width: 25%;
  padding: 8px;
  cursor: pointer;
}

.date-picker-years-body .year:hover {
  background: #eee;
}
.selected {
  background-color: #757575;
  color: white !important;
  border-radius: 2px;
}
.selected-week {
  background-color: #757575;
  color: white !important;
}
.selected-week.start {
  border-radius: 2px 0 0 2px;
}
.selected-week.end {
  border-radius: 0 2px 2px 0;
}

.no-select {
  margin: 0 0 7px 10px;
  cursor: pointer;
  width: 60px;
  height: 27px;
}

.no-select-text {
  background-color: black;
  color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.kishu_container_k014 {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding: 4px 5px;
  width: 280px;
}

.kishu_name {
  width: 230px
}

.kishu_name_k014_new {
  width: 250px;
  color: #000AFF !important;
}

.kishu_name_k014 {
  width: 280px;
  color: #000AFF !important;
}

.new_icon .new_label {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: var(--color-scheme-status-notice-base);
  color: var(--color-scheme-common-white);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  margin: -4px;
}
.row_day_on {
  padding-top: 6px;
}

.arrow_right {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

[data-color-scheme-mode="light"] .arrow_right {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_right {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_right {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_right {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
  }
}


.arrow_left {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .arrow_left {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_left {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_left {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_left {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
  }
}


.arrow_down {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .arrow_down {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_down {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_down {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_down {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
  }
}

.arrow_up {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .arrow_up {
  background-image: url('../../img/icon/keyboard_arrow_up_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_up {
  background-image: url('../../img/icon/keyboard_arrow_up_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_up {
    background-image: url('../../img/icon/keyboard_arrow_up_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_up {
    background-image: url('../../img/icon/keyboard_arrow_up_FILL0.svg');
  }
}



.arrow_down_menu {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .arrow_down_menu {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_down_menu {
  background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_down_menu {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_down_menu {
    background-image: url('../../img/icon/keyboard_arrow_down_FILL0.svg');
  }
}


.date_range {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .date_range {
  background-image: url('../../img/icon/date_range_FILL1.svg');
}
[data-color-scheme-mode="dark"] .date_range {
  background-image: url('../../img/icon/date_range_FILL0.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .date_range {
    background-image: url('../../img/icon/date_range_FILL0.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .date_range {
    background-image: url('../../img/icon/date_range_FILL1.svg');
  }
}


.search {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .search {
  background-image: url('../../img/icon/search_FILL0.svg');
}
[data-color-scheme-mode="dark"] .search {
  background-image: url('../../img/icon/search_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .search {
    background-image: url('../../img/icon/search_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .search {
    background-image: url('../../img/icon/search_FILL0.svg');
  }
}


.clear {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .clear {
  background-image: url('../../img/icon/close_FILL0.svg');
}
[data-color-scheme-mode="dark"] .clear {
  background-image: url('../../img/icon/close_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .clear {
    background-image: url('../../img/icon/close_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .clear {
    background-image: url('../../img/icon/close_FILL0.svg');
  }
}


.import_contacts {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .import_contacts {
  background-image: url('../../img/icon/import_contacts_FILL1.svg');
}
[data-color-scheme-mode="dark"] .import_contacts {
  background-image: url('../../img/icon/import_contacts_FILL0.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .import_contacts {
    background-image: url('../../img/icon/import_contacts_FILL0.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .import_contacts {
    background-image: url('../../img/icon/import_contacts_FILL1.svg');
  }
}


.description {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .description {
  background-image: url('../../img/icon/description_FILL0.svg');
}
[data-color-scheme-mode="dark"] .description {
  background-image: url('../../img/icon/description_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .description {
    background-image: url('../../img/icon/description_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .description {
    background-image: url('../../img/icon/description_FILL0.svg');
  }
}


.personal_video {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .personal_video {
  background-image: url('../../img/icon/tv_FILL0.svg');
}
[data-color-scheme-mode="dark"] .personal_video {
  background-image: url('../../img/icon/tv_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .personal_video {
    background-image: url('../../img/icon/tv_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .personal_video {
    background-image: url('../../img/icon/tv_FILL0.svg');
  }
}



.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1000;
}

.content_overlay_view_style_block {
  display: block !important;
  z-index: 20;
  background-color: rgb(0, 0, 0, 0.5);
  transition: background-color 0.15s ease-in;
}

.content_overlay_view_style_none {
  display: none;
  background-color: rgb(0, 0, 0, 0);
}

#select_display_format_parent {
  height: 65px;
}
.select_display_format_parent_style {
  position: relative;
  z-index: 30;
}

.select_display_format_child_style {
  background-color: var(--color-scheme-UI-panel-bg);
  border-radius: 8px;
  position: fixed;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 30;
  height: 65px;
  margin-left: -8px;
}

.modal_help_content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: center;
  display: inline-block;
  width: 450px;
  height: 330px;
  max-width: 450px;
  max-height: 330px;
}

.help_image_k012 {
  width: 100%;
  height: auto;
  background-image: url('../../img/help_image_k012.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.modal_close_button {
  background: #000000;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  float: right;
  margin-top: 10px;
}

.modal_arrow {
  position: absolute;
  top: 50%;
  left: 450px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
  z-index: 9999;
  opacity: 1;
}

.compare_kishu_selector {
  width: 400px;
  margin-left: 6px;
}

.compare_kishu_selector_box {
  color: var(--color-scheme-text-main);
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 12px;
}

.compare_kishu_dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: var(--color-scheme-UI-panel-bg);
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 12px;
}

.compare_kishu_input {
  width: 97% !important;
  box-sizing: border-box;
  padding: 5px 25px 5px 5px;
  border: 1px solid #666 !important;
  border-bottom: 1px solid #ddd;
  margin: 5px 0px 5px 5px;
}

.compare_kishu_clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  cursor: pointer;
  user-select: none;
}

.compare_kishu_list {
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare_kishu_item {
  color: var(--color-scheme-text-main);
  padding: 5px 10px;
  cursor: pointer;
}

.compare_kishu_item.no_results {
  padding: 5px 10px;
  pointer-events: none;
}

.compare_kishu_item:hover {
  background-color: #5897fb;;
}


/* ============================================= */
/* =============== シン機種ページ =============== */
/* ============================================= */
/* ------------ 全体 ----------- */
:root {
  --panel-width: clamp(260px, calc(16vw + 42px), 320px);
  --panel-gap: 5px;
  --panel-height: 200px;
  --content-width: calc(5 * var(--panel-width) + 4 * var(--panel-gap));
}

.k015_main {
  height: calc(100vh - (51px + 61px + 50px + 35px - 50px)) !important;
  overflow-y: overlay;
  padding-left: 20px !important;
  padding-right: 8px !important;
  background-color: var(--color-scheme-UI-panel-bg);
}

.k015_err_msg_padding {
  padding: 97px 0px 0% 8% !important;
}

.section_divider {
  width: var(--content-width);
  height: 2px;
  background-color: var(--color-scheme-UI-reversal-sub);;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_loading{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* 半透明の白背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
  cursor: not-allowed;
}

.section_loading.visible {
  opacity: 1;
  pointer-events: auto;
}

.section_loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.transition_container,
.distribution_container {
  position: relative;
  width: var(--content-width);
}
/* ----------------------------- */
/* --------- ヘッダー --------- */
#k015_header {
  position: fixed;
  top: 112px;
  left: 0px;
  width: 100%;
  z-index: 9;
}

.k015_header {
  height: 50px;
  padding: 0px 20px;
  width: 100%;
  background-color: var(--color-scheme-UI-panel-bg);
  box-sizing: border-box;
  border-bottom: 2px solid var(--color-scheme-UI-reversal-sub);;
}

.k015_header_container {
  display: flex;
  height: 100%;
  width: 100%;
}

.k015_kishu_info {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: calc(100% - 300px);
  align-items: center;
}

.k015_kishu_info > div {
  margin-right: 10px; /* 各要素の間隔を10pxに設定 */
}

.k015_kishu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 360px); /* 最大幅を親要素に合わせる */
  text-align: left;
  color: var(--color-scheme-text-main);
  font-size: 21px;
  font-weight: 400;
}

.k015_kishu::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .k015_kishu::before {
  background-image: url('../../img/icon/k015_header.svg');
}
[data-color-scheme-mode="dark"] .k015_kishu::before {
  background-image: url('../../img/icon/k015_header_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .k015_kishu::before {
    background-image: url('../../img/icon/k015_header_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .k015_kishu::before {
    background-image: url('../../img/icon/k015_header.svg');
  }
}


.k015_maker {
  max-width: 200px;
}

.k015_type {
  max-width: 100px;
}

.k015_nohinkaishibi,
.k015_donyukeika {
  max-width: 80px;
}

.k015_maker,
.k015_type,
.k015_nohinkaishibi,
.k015_donyukeika {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-scheme-text-main);
  font-size: 12px;
  font-weight: 400;
}

.k015_jump_switch {
  display: flex;
  justify-content: right;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 300px;
}

.k015_jump_switch .tab-buttons {
  display: flex;
  align-items: center;
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 3px;
  white-space: nowrap;
  padding: 3px;
  width: 100%;
}

.k015_jump_switch .tab-buttons button {
  padding: 3px 5px 0px 5px;
  cursor: pointer;
  color: #C1C1C1;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  width: calc(100% / 3);
}

.k015_jump_switch .tab-buttons .active {
  background-color: var(--color-scheme-bg-color-default);
  color: var(--color-scheme-text-color-default);
}
/* --------------------------- */
/* --------- 総合評価 --------- */
.k015_title {
  color: var(--color-scheme-text-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 5px;
  padding:  20px 0 10px;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

#assessment {
  margin-top: 50px;
}

.k015_assessment_loading {
  position: relative;
  height: 400px;
  width: var(--content-width);
}

.k015_container_wrapper {
  width: 100%;
  max-width: 100%;
}

.k015_container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

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

.k015_top .k015_left {
  width: calc(3 * var(--panel-width) + 2 * var(--panel-gap));
  background-color: white;
  margin-right: var(--panel-gap);
  box-sizing: border-box;
  border: 1px solid var(--lightuifilter-02);
}

.k015_top .k015_right {
  width: calc(2 * var(--panel-width) + var(--panel-gap));
  background-color: white;
  box-sizing: border-box;
  border: 1px solid var(--lightuifilter-02);
}

.k015_bottom .k015_box {
  width: var(--panel-width);
  height: var(--panel-height);
  background-color: white;
  box-sizing: border-box;
  border: 1px solid var(--lightuifilter-02);
}

.k015_bottom .k015_box:not(:last-child) {
  margin-right: var(--panel-gap);
}

.assessment_container {
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 10px;
  background-color: var(--color-scheme-UI-reversal);
}

.assessment1_top {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-scheme-text-main);
}
.assessment1_top::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

[data-color-scheme-mode="light"] .assessment1_top::before {
  background-image: url('../../img/icon/headset_mic.svg');
}
[data-color-scheme-mode="dark"] .assessment1_top::before {
  background-image: url('../../img/icon/headset_mic_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .assessment1_top::before {
    background-image: url('../../img/icon/headset_mic_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .assessment1_top::before {
    background-image: url('../../img/icon/headset_mic.svg');
  }
}


.assessment1_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.assessment1_container {
  display: flex;
  gap: 10px;
}

.assessment1_icon_container {
  width: 70px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.assessment1_icon {
  width: 100%;
  font-size: 10px;
  padding: 2px 6px;
  text-align: center;
  line-height: 1.4;
  border-radius: 3px;
}

.assessment1_icon_no_data {
  border: 1px solid var(--color-scheme-text-main);
}

.assessment1_green {
  background-color: var(--color-scheme-status-ok-base);
}

.assessment1_glay {
  background-color: rgba(117, 117, 117, 1);
}

.assessment1_red {
  background-color: var(--color-scheme-status-caution-base);
}

.assessment1_icon_text {
  color: var(--color-scheme-text-reversal);
}

.assessment1_icon_text_no_data {
  color: var(--color-scheme-text-main);
}

.assessment1_text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
  color: var(--color-scheme-text-main);
}

.assessment2_top {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-scheme-text-main);
}
.assessment2_top::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

[data-color-scheme-mode="light"] .assessment2_top::before {
  background-image: url('../../img/icon/monitoring_FILL0.svg');
}
[data-color-scheme-mode="dark"] .assessment2_top::before {
  background-image: url('../../img/icon/monitoring_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .assessment2_top::before {
    background-image: url('../../img/icon/monitoring_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .assessment2_top::before {
    background-image: url('../../img/icon/monitoring_FILL0.svg');
  }
}


.assessment2_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.assessment2_table thead {
  background-color: var(--color-scheme-accent-green-filter);
  border-bottom: 2px solid var(--color-scheme-accent-green-darker);
}

.assessment2_table th,
.assessment2_table td {
  padding: 4px 5px;
  min-width: 60px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  color: var(--color-scheme-text-sub);
}

.assessment_panel_top {
  display: flex;
  flex-direction: column;
}

.assessment_panel_data1,
.assessment_panel_data2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.assessment_panel_data1_left {
  color: var(--color-scheme-text-main);
  font-weight: normal;
}

.assessment_panel_data1_right {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-scheme-text-main);
}
.assessment_panel_data1_right .recommend_used {
  color: var(--color-scheme-used-machine-price) !important;
}
.assessment_panel_data1_right .recommend_used:hover {
  text-decoration: underline;
}

.assessment_panel_data2_left {
  font-weight: bold;
  font-size: 13px;
  color: var(--color-scheme-text-main);
}

.assessment_panel_data2_right {
  font-size: 13px;
  color: var(--color-scheme-text-main);
}

.assessment_panel_data2 .assessment_highlight_green {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px 6px;
  margin-right: -6px;
  background-color: var(--color-scheme-status-ok-filter);
}
.assessment_panel_data2 .assessment_highlight_gray {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px 6px;
  margin-right: -6px;
  background-color: var(--color-scheme-UI-filter-20);
}
.assessment_panel_data2 .assessment_highlight_red {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px 6px;
  margin-right: -6px;
  background-color: var(--color-scheme-status-caution-filter);
}
.assessment_panel_data2 .assessment_arrow_down::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/arrow_down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.assessment_panel_data2 .assessment_arrow_down_right::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/arrow_down_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.assessment_panel_data2 .assessment_arrow_right::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/arrow_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.assessment_panel_data2 .assessment_arrow_up_right::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/arrow_up_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}
.assessment_panel_data2 .assessment_arrow_up::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/arrow_up.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
}

.assessment_panel_data2_right small {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

.assessment_main_text {
  color: var(--color-scheme-text-main);
  font-weight: bold;
}

.assessment_sub_text {
  color: var(--color-scheme-text-sub);
}

.assessment_text_symbol {
  color: var(--color-scheme-text-sub);
  font-size: smaller;
}

.panel_divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-scheme-UI-filter-10);
  margin-top: 8px;
  margin-bottom: 8px;
}

.assessment_panel_middle {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.assessment_panel_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.assessment_panel_data_left {
  color: var(--color-scheme-text-main);
}

.assessment_panel_data_right {
  font-weight: bold;
  color: var(--color-scheme-text-main);
}

.assessment_panel_bottom {
  color: var(--color-scheme-text-sub);
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

.assessment_ranking_style {
  font-size: large;
}

.assessment_panel_green {
  color: var(--color-scheme-status-ok-base);
}

.assessment_panel_black {
  color: var(--color-scheme-text-main);
}

.assessment_panel_red {
  color: var(--color-scheme-status-caution-base);
}

.assessment_anonymous_panel_top {
  color: var(--color-scheme-text-main);
  display: flex;
  height: 65px;
}

.assessment_anonymous_panel_left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.assessment_anonymous_panel_right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}

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

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

/* --------------------------- */
/* -------- 推移グラフ -------- */
.k015_transition_loading {
  position: relative;
  height: 580px;
  width: var(--content-width);
}

/* 全体を囲む（スタート／設定分布共通） */
.k015_graph_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: var(--content-width);
  background-color: var(--color-scheme-UI-reversal);
  box-sizing: border-box;
  border: 1px solid var(--lightuifilter-02);
  padding: 5px 10px 5px 10px;
}

/* グラフ部 */
.k015_transition_graph {
  width: 100%;
  height: 400px;
}

/* 条件部（上部） */
.k015_conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

/* 固定条件（先頭） */
.k015_fixed_conditions {
  width: 100%;
}

/* 検索条件 */
.k015_variable_conditions_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.k015_variable_conditions {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.k015_variable_conditions_container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.k015_variable_conditions_label {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-scheme-text-color-default);
}

.selectDisplayItems:after,
.selectDisplayGraphFormat:after,
.selectBunkiwari:after,
.selectCompareTarget:after {
  top: 4px !important;
}

#k015_kikan {
  font-weight: bold;
  font-size: 12px;
}

.k015_variable_conditions_kikan {
  display: flex;
  align-items: center;
  gap: 6px;
}

.k015_variable_conditions_kikan .select_kikan_tabs {
  width: 156px !important;
}

.k015_variable_conditions_kikan .select_kikan_tabs .tab-buttons button {
  width: 50px;
}

.k015_variable_conditions_kikan .select_kikan_term .sel_term {
  color: var(--color-scheme-text-main);
}

.k015_variable_conditions_kikan .select_kikan_term #sort_date {
  margin-top: 0px;
  width: 280px;
}

.k015_select_kikan_term {
  width: 280px !important;
}

.transition_switch_container {
  display: inline-flex;
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 6px;
  padding: 3px;
}

.transition_switch_button {
  border: none;
  padding: 1px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #C1C1C1;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
}

.transition_switch_button.active {
  font-weight: bold;
  background-color: var(--color-scheme-bg-color-default);
  color: var(--color-scheme-text-color-default);
}

.transition_switch_button_displayFormat {
  width: 100px;
}

.transition_switch_button_kikan {
  width: 100px;
}

.k015_variable_conditions_divider {
  width: 1px;
  height: 26px;
  background-color: var(--color-scheme-UI-filter-10);
  margin-left: 4px;
  margin-right: 4px;
}

/* --------------------------- */
/* -------- スタート分布／設定分布 -------- */
.k015_distribution_loading {
  position: relative;
  height: 530px;
  width: var(--content-width);
}

/* 条件部（上部） */
.k015_conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* グラフ部 */
.k015_distribution_graph {
  width: 100%;
  height: auto;
}

/* 固定条件 */
.k015_fixed_conditions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.k015_fixed_conditions_container {
  display: flex;
  gap: 4px;
  align-items: center;
}

.k015_fixed_conditions_label,
.k015_fixed_conditions_text {
  display: inline-block;
  padding: 1px 4px;
  color: var(--color-scheme-text-sub);
}

.k015_fixed_conditions_label {
  width: auto;
  background-color: var(--color-scheme-UI-filter-10);
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 10px;
}

.k015_fixed_conditions_text {
  color: var(--color-scheme-text-main);
  width: auto;
  font-size: 12px;
}

/* 検索条件 */
.k015_variable_conditions {
  width: 100%;
}

.k015_variable_conditions select {
  width: 130px;
  padding: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 3px;
  color: var(--color-scheme-text-main);
  height: 28px;
  font-size: 12px;
  font-weight: bold;
}

.k015_variable_conditions .selectCompareTarget select {
  width: 178px !important;
}

.k015_variable_conditions .selectBunkiwari select {
  width: 280px !important;
}

.k015_variable_conditions select option {
  padding: 10px;
  background-color: var(--color-scheme-bg-select-default);
  border-radius: 3px;
}

.k015_variable_conditions select:disabled {
  background-color: var(--color-scheme-UI-filter-10);
  opacity: 0.5;
}

.k015_distribution_graph_handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-bottom: 5px;
}

.k015_distribution_graph_handle button {
  color: var(--color-scheme-text-main);
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 3px;
  border: 1px solid var(--lightuifilter-02);
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  cursor: pointer;
}

.arrow_left_graph_handle_prev {
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}

[data-color-scheme-mode="light"] .arrow_left_graph_handle_prev {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_left_graph_handle_prev {
  background-image: url('../../img/icon/keyboard_arrow_left_FILL1_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_left_graph_handle_prev {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL1_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_left_graph_handle_prev {
    background-image: url('../../img/icon/keyboard_arrow_left_FILL0.svg');
  }
}

.arrow_right_graph_handle_next {
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  cursor: pointer;
}


[data-color-scheme-mode="light"] .arrow_right_graph_handle_next {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
}
[data-color-scheme-mode="dark"] .arrow_right_graph_handle_next {
  background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .arrow_right_graph_handle_next {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL1_white.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .arrow_right_graph_handle_next {
    background-image: url('../../img/icon/keyboard_arrow_right_FILL0.svg');
  }
}

.k015_distribution_graph_handle_prev {
  margin-left: 40px;
  padding-left: 22px;
}

.k015_distribution_graph_handle_next {
  margin-right: 40px;
  padding-left: 22px;
}

/* -------------------------------------- */
/* -------- あわせてチェックしたい機種 -------- */
.k015_recommend_loading {
  position: relative;
  height: 350px;
  width: var(--content-width);
}

.k015_panel_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 935px;
}

.k015_panel {
  height: 300px;
  background-color: white;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid var(--lightuifilter-02);
}

/* 1920px以上で4列表示に切り替え */
@media (min-width: 1920px) {
  .k015_panel_grid {
    grid-template-columns: repeat(4, 1fr);
    width: 1870px;
  }
}

.recommend_container {
  width: 100%;
  height: 100%;
  padding: 5px 10px 5px 10px;
  background-color: var(--color-scheme-UI-reversal);
}

.recommend_top {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--color-scheme-text-main);
}

.recommend_grid_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: var(--color-scheme-text-main);
  table-layout: fixed;
}

.recommend_grid_table thead tr {
  background-color: var(--color-scheme-accent-green-filter);
  border-bottom: 2px solid var(--color-scheme-accent-green-darker);
}

.recommend_grid_table th,
.recommend_grid_table td {
  padding: 4px 5px;
  white-space: nowrap;
  vertical-align: middle;
}

.recommend_grid_table td {
  border-bottom: 1px solid var(--color-scheme-UI-filter-20);
}

.recommend_grid_table th:first-child,
.recommend_grid_table td:first-child {
  width: calc(100% - 125px);
  text-align: left;
}

.recommend_grid_table tbody tr {
  height: 42px;
}

.recommend_grid_table td:first-child .recommend_link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  color: #007bff;
  cursor: pointer;
}

.recommend_grid_table td:first-child .recommend_link:hover {
  text-decoration: underline;
}

.recommend_grid_table .recommend_used {
  color: var(--color-scheme-used-machine-price) !important;
}

.recommend_grid_table .recommend_used:hover {
  text-decoration: underline;
}

.recommend_grid_table th:last-child,
.recommend_grid_table td:last-child {
  width: 125px;
}

.recommend_grid_table .recommend_tl {
  text-align: left;
}

.recommend_grid_table .recommend_tc {
  text-align: center;
}

.recommend_grid_table .recommend_tr {
  text-align: right;
}

.recommend_grid_table .recommend_maker {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom_tooltip_parent {
  width: 100%;
  padding: 4px 5px;
}

.tooltip_copy {
  width: 18px;
  height: 18px;
  background-image: url('../../img/icon/stack_FILL1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.tooltip_content_parent {
  height: 80px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--color-scheme-common-white);
  padding: 12px;
  border-radius: 4px;
  z-index: 1000;
  pointer-events: 'auto';
}
.tooltip_content_inner {
  display: flex;
  padding-bottom: 8px;
}
.tooltip_content_model_name {
  font-weight: 800;
  font-size: 14px;
}
.tooltip_copy_icon {
  margin-left: 16px;
  width: 18px;
  height: 18px;
  background-image: url('../../img/icon/stack_FILL1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.tooltip_content_brand_name {
  font-size: 12px;
}

.tooltip_copy_notice_area {
  position: absolute;
  display: none;
  border: solid 2px var(--color-scheme-UI-sub);
  border-radius: 8px;
  color: var(--color-scheme-text-main);
  background-color: var(--color-scheme-bg-color-default);
  width: 200px;
  height: 50px;
  z-index: 9999;
}

.tooltip_copy_notice_area_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tooltip_copy_notice_icon {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

[data-color-scheme-mode="light"] .tooltip_copy_notice_icon {
  background-image: url('../../img/icon/check_circle_FILL0.svg');
}
[data-color-scheme-mode="dark"] .tooltip_copy_notice_icon {
  background-image: url('../../img/icon/check_circle_FILL1.svg');
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .tooltip_copy_notice_icon {
    background-image: url('../../img/icon/check_circle_FILL1.svg');
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .tooltip_copy_notice_icon {
    background-image: url('../../img/icon/check_circle_FILL0.svg');
  }
}

.tooltip_copy_notice_text {
 color: #4CAF50 !important;
 font-size: 12px !important;
 padding: 4px 5px !important;
}

.modal_arrow_tooltip_border {
  position: absolute;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid var(--color-scheme-UI-sub);
  z-index: 9998;
}

.modal_arrow_tooltip {
  position: absolute;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--color-scheme-bg-color-default);
  z-index: 9999;
}

.select_compare_kishu_form_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: contain;
  pointer-events: none;
}

[data-color-scheme-mode="light"] .select_compare_kishu_form_icon {
  background-image: url('../../img/icon/tune_FILL0.svg');
}
[data-color-scheme-mode="dark"] .select_compare_kishu_form_icon {
  background-image: url('../../img/icon/tune_FILL1.svg');
}
