@charset "utf-8";

@font-face {
  font-style: normal;
  font-weight: 100;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
input, textarea, button,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
  -moz-transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
  -ms-transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
  -o-transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
  transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

sup {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

table th,
table td {
  text-align: left;
  font-weight: bold;
  /* font-size: 12.3px; */
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
input,
button,
textarea {
  font-style: normal;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: var(--color-scheme-text-reversal);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a img {
    border: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
  clear:both;
}

.fix_height {
  height: 100%;
}

.fix_height_title {
  position: relative;
  height: 100%;
}

input[type="number"] {
  background: var(--color-scheme-text-main);
}

.textright {
  text-align: right !important;
}

.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.bold {
  font-weight: bold !important;
}

.fontbold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.blue {
  color: #5985c9 !important;
}

.aqua {
  color: #13c4f0 !important;
}

.uc_dark .color_bk {
  color: var(--color-scheme-text-main) !important;
}

.relative {
  position: relative;
}

.hide {
  display: none !important;
}

.ib {
  display: inline-block;
}

.if {
  display: inline-flex;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.p5 {
  padding: 5px;
}

.p15 {
  padding: 15px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt1 {
  margin-top: 1px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.w104 {
  width: 104px !important;
}

.relative {
  position: relative !important;
}

.fade {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* header */
#headerWrap {
  position: fixed;
  width: 100%;
  height: 51px;
  top: 0;
  left: 0;
  background: var(--color-scheme-common-black);
  z-index: 10;
  line-height: 1;
}

#headerWrap .buttpn-list {
  float: right;
  font-size: 0;
  letter-spacing: -100;
}

#headerWrap .buttpn-list li {
  width: 51px;
  float: left;
  letter-spacing: normal;
}

#headerWrap .buttpn-list li img {
  vertical-align:bottom;
}

#headerWrap .name-box {
  display: table;
  height: 100%;
  float: right;
  margin-right: 22px;
  color: #fff;
  vertical-align: middle
}

#headerWrap .name-box p {
  display: table-cell;
  height: 51px;
  vertical-align: middle;
}

#header_error {
  color: var(--color-scheme-common-white);
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute; left: 200px; top: 1px;
  -webkit-text-shadow: 1px 1px 3px #333;
  -moz-text-shadow: 1px 1px 3px #333;
  text-shadow: 1px 1px 3px #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* footer ※Phase2.0で削除予定
--------------------*/
#footerWrap {
  padding: 18px 24px;
  background: var(--color-scheme-UI-reversal-sub); /* phase2.0で設定予定の色味を指定 */
  line-height: normal;
}

#footerWrap .info-link-list {
  float: right;
  margin-top: -12px;
}

#footerWrap .info-link-list li {
  display: inline-block;
  margin-left: 16px;
  color: var(--color-scheme-text-main);
  font-size: 14px;
}

#footerWrap .info-link-list li:first-child {
  margin-left: 0;
}

#footerWrap .info-link-list li a {
  color: var(--color-scheme-text-main);
  text-decoration: none;
}

#footerWrap .copyright-txt {
  float: left;
  font-size: 14px;
  margin-top: -12px;
  color: var(--color-scheme-text-main);
}

#footer {
  background: var(--color-scheme-UI-reversal-sub);
  color: var(--color-scheme-text-main);
  height: 35px;
  position: absolute; left: 0; bottom: 0;
  -webkit-text-shadow: 1px 1px 3px #333;
  -moz-text-shadow: 1px 1px 3px #333;
  text-shadow: 1px 1px 3px #333;
  text-align: center;
  z-index: 10;
  width: 100%;
}

/* tablegrid_usercolorについては使用用途不明 */

/* #tablegrid_usercolor {
    position: absolute; left: 15px; top: 5px;
} */
/* #tablegrid_usercolor .child {
    display: inline-block;
    height: 25px;
    letter-spacing: 0;
    vertical-align: top;
} */
/* #tablegrid_usercolor .label {
    line-height: 25px;
    margin-right: 5px;
} */

#tablegrid_usercolor_preview {
  position: relative;
  width: 50px;
}

#tablegrid_usercolor_preview li {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 23px;
  list-style: none;
  position: absolute; left: 0; bottom: 0;
  width: 48px;
  -webkit-transition: bottom .4s;
  -moz-transition: bottom .4s;
  -ms-transition: bottom .4s;
  -o-transition: bottom .4s;
  transition: bottom .4s;
}

#tablegrid_usercolor_preview li.select {
  bottom: 0 !important;
  z-index: 9999;
}

#tablegrid_usercolor_preview li.default {
  background: #5985c9;
}

#tablegrid_usercolor_preview li.green {
  background: #477327;
}

#tablegrid_usercolor_preview li.dark {
  background: #2b2937;
}

#tablegrid_usercolor_preview li.orange {
  background: #ff9933;
}

#tablegrid_usercolor_preview li.pink {
  background: #e3898a;
}

#tablegrid_usercolor_preview li.preparing {
  bottom: 0 !important;
}

/* copyright-txtで指定されている */
/* #copyright {
    display: inline-block;
    line-height: 1em;
    padding: 12px 15px;
    left: 5px;
  position: absolute;
} */

/* #footer_links {
    line-height: 1;
    position: absolute; right: 15px; top: 0;
}
#footer_links li {
    display: inline-block;
    margin: 11px 7px 0 0;
    vertical-align: top;
}
#footer_links li a {
    color: #fff;
    text-decoration: none;
}
#footer_links li a:hover {
    text-decoration: underline;
}

.footer_right {
    padding: 0px 20px 0px 20px;
} */

#wrapper {
  display: table;
  height: 100%;
  overflow: hidden;
  padding: 50px 0 35px;
  position: relative;
  width: 100%;
}

#content {
  display: table;
  padding: 20px 0 50px 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

/* #content_dash {
    display: table-cell;
    padding: 20px 0 50px 0;
    vertical-align: middle;
    width: 100%;
    height: 90%;
    position: absolute;
    left:0;
} */

#main {
  margin: 0 auto;
  position: relative;
  display: table-cell;
  width: 70%;
  height: 100%;
  left: 0;
  float: left;
  padding-left:10px
}

/* #main_dash {
    margin-left: 2%;
    margin-top:2%;
    position: relative;
    display: table-cell;
    width: 68%;
    height: 100%;
    left: 0;
    float: left;
} */

/* #main_dash2 {
    margin-top:25px;
    position: relative;
    display: table;
    width: 30%;
    height: 100%;
    right: 10%;
} */

/* #main_right {
    margin-top:-1%;
    position: relative;
    display: table;
    width: 120%;
} */

/* #right_left {
    margin: 0 auto;
    position: relative;
    display: table-cell;
    width: 50%;
} */

/* #right_right {
    margin: 0 auto;
    position: relative;
    display: table-cell;
    width: 50%;
} */

.title_hero {
  border-bottom: 1px solid #909090;
  color: var(--color-scheme-text-main);
  font-size: 24px;
  line-height: 1;
  margin: 0 30px 30px;
  padding:  30px 0 29px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}

.title_hero:after {
  border-bottom: 1px solid #606060;
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 100%;
}

.title_hero_borderless {
  color: var(--color-scheme-text-main);
  font-size: 24px;
  line-height: 1;
  margin: 30px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}

/* 未使用 */
/* .title_leader {
    background-color: rgba(0, 5, 10, 0.5);
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center;
} */

.title_left {
  color: var(--color-scheme-text-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 5px;
  padding:  10px 0 4px;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.title_left a {
  font-size:83.33333%;
  color: var(--color-scheme-text-sub);
}

.title_sub_left {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

.grid_string2 {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px); /* アイコンの幅を考慮 */
  vertical-align: middle;
}

@media only screen and (min-width: 1727px) {
  p.title_sub_right {
    width: 1501px;
  }
}

@media only screen and (min-width: 1727px) {
  p.title_sub_right2 {
    width: 1581px;
  }
}

@media only screen and (min-width: 1727px) {
  p.title_sub_right3 {
    width: 1581px;
  }
}

@media only screen and (min-width: 1727px) {
  p.title_sub_right4 {
    width: 1601px;
  }
}

.title_sub_right, .title_sub_right2, .title_sub_right3, .title_sub_right4 {
  color: var(--color-scheme-text-main);
  font-size: 17px;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
}

#bg {
  height: 100%;
  background: no-repeat center bottom;
  /* background-image: url('/img/bg.jpg'); */
  background-color: var(--color-scheme-UI-bg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* #container_sample {
    min-width: 310px;
    max-width: 800px;
    height: 200px;
    margin: 0 auto
} */

.scroll_y {
  overflow-y: scroll;
  padding-right: 10px;
}

.scroll_y::-webkit-scrollbar {
  width: 5px;
  background: #1a1822;
}

.scroll_y::-webkit-scrollbar:horizontal {
  width: 5px;
  background: #1a1822;
}

.scroll_y::-webkit-scrollbar-thumb {
  background: #1abc9c;
  border-radius: 2px;
}

.scroll_y::-webkit-scrollbar-thumb:horizontal {
  background: #1abc9c;
  border-radius: 2px;
}

.scroll_y::-webkit-scrollbar-track-piece:start {
  background: transparent;
}

.scroll_y::-webkit-scrollbar-track-piece:end {
  background: transparent;
}

.scroll_y::-webkit-scrollbar-corner {
  background: transparent;
}

/* 非推奨のため廃止 */
/* .blinking {
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
} */
/* @-webkit-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
} */

/* #console_log {
    background: #333;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0; top: 0;
    width: 200px;
    z-index: 9999;
} */

i.fa {
    margin-right: 4px;
    margin-left: 4px;
}

/* 要確認 */
/* .cake-error {
    display: block;
    padding: 5px;
    background-color: #FDED1E;
}
.cake-error a {
    color: #740A00;
    text-decoration: underline;
} */


/*グラフリスト*/
.graph-list-wrap {
  width: 1862px;
}

.graph-list-wrap .ttl-box {
  width: calc(15% - 4px);
  float: left;
  margin-right: 4px;
}

.graph-list-wrap .list-box {
  width: 85%;
  float: left;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.graph-list-wrap .list-box::-webkit-scrollbar{
  height: 10px;
  border-radius: 5px;
  border: solid 1px #fff;
}

.graph-list-wrap .list-box::-webkit-scrollbar-thumb{
  border: solid 1px #fff;
  border-radius: 5px;
  background: #fff;
}

.graph-box {
  width: 100%;
  border-radius: 2px;
  color: var(--color-scheme-text-main);
  margin-right: 4px;
  overflow: hidden;
}

.graph-list-wrap .graph-list {
  white-space: nowrap;
  width: calc((100% - (4px*3))/3);
  margin-bottom: 0;
}

.graph-list-wrap .list-box .graph-list li {
  display: inline-table;
}

.graph-box ul {
  margin-bottom: 0;
}

.graph-box .ttl {
  padding: 10px 11px;
  background: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: inherit;
}

.graph-box .detail-box {
  display: table;
  width: 100% !important;
  padding: 10px 0 10px 10px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  background: rgba(102, 98, 99, .2);
  height: 101px
}

.graph-box .detail-box ul {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.graph-box .detail-box li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.graph-box .detail-box li {
  line-height: 2.5;
}

.graph-box .detail-box .line-3 li {
  line-height: inherit;
}

.graph-box .detail-box g text {
  font-weight: bold;
}

.graph-box .main_graph_child2,
.graph-box .main_graph_child_title {
  width: 100%!important;
  font-weight: normal;
}

/* 折れ線グラフ */
.line-graph-flex {
	display: flex;
	justify-content: space-around;
}
.line-graph-flex-wrapper {
	display: flex;
	align-items: center;
	gap: 10px; /* 要素間の隙間調整用 */
}
.line-graph-box {
	width: 100%;
}

/* エラータイトル */
.error-ttl {
  font-size: 3.515625vw;
}

.error-ttl-box {
  padding: 36px 10% 25px;
  color: var(--color-scheme-text-main);
}

/* 機種名表示 */
.model-name-wrap {
  margin-top: 5px;
  margin-bottom: -10px;
  margin-left: 0px;
}

.model-name-wrap p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: var(--color-scheme-text-main);
}

/* 条件表示 */
.condition_display {
  margin-top: 20px;
  margin-left: 0px;
}

.condition_display p {
  margin-bottom: 0px;
  color: var(--color-scheme-text-main);
}

.base_bg_color {
  background-color: var(--color-scheme-UI-filter-10);
  width: 100%;
}

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

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

.rate_disable {
  border-radius: 5px;
  padding: 3px;
}

.disabled_label {
  color: var(--color-scheme-text-inactive) !important;
  cursor: not-allowed;
  pointer-events: none;
}

.base_bg_color {
  background-color: var(--color-scheme-UI-reversal);
}

.disabled_content {
  pointer-events: none;
}


/* 折れ線グラフ */
.line-graph-flex {
	display: flex;
	justify-content: space-around;
}
.line-graph-flex-wrapper {
	display: flex;
	align-items: center;
	gap: 10px; /* 要素間の隙間調整用 */
  font-weight: bold;
  float: left;
}
.line-graph-dropdown-list-wrap {
  font-size: 12px;
  font-weight: bold;
  width: 230px;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  background-color: var(--color-scheme-UI-filter-10);
  border-radius: 5px;
  color: var(--color-scheme-text-main);
  height: 28px;
}

.line-graph-dropdown-list-wrap select {
  font-weight: bold;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  line-height: 28px;
  cursor: pointer;
  padding-left: 5px;
  color: var(--color-scheme-text-main);
}

.line-graph-dropdown-list-wrap select option {
  padding: 10px;
  background-color: var(--color-scheme-bg-select-default);
  border-radius: 3px;
}

.line-graph-box {
	width: 100%;
	border-radius: 2px;
	color: #fff;
	margin-right: 4px;
	overflow: hidden;
	background-color: var(--color-scheme-UI-reversal);
}
/* グラフ連動項目 */
.line-graph-day-tab-list-wrap {
	background: rgba(228, 228, 228, 1);
	border-radius: 5px;
	width: 11%;
	margin-bottom: 5px;
}
.line-graph-dropdown-list-select-area {
	background: rgba(228, 228, 228, 1);
	border-radius: 5px;
	/* padding: 9px; */
	margin-bottom: 5px;
	width: 12%;
  height: 28px;
}
.line-graph-day-tab-list div.current {
	background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}
.line-graph-day-tab-list div {
    width: 100px;
    height: 28px;
    /* padding: 8px 0; */
    /* font-size: 15px; */
    text-align: center;
    background: rgba(228, 228, 228, 1);
    color: rgba(189, 189, 189, 1);
    transition: .2s linear;
	border-radius: 5px;
	cursor: pointer;
}
.limit_caution {
  color: var(--color-scheme-status-caution-base) !important;
}
.gray {
  color: var(--color-scheme-text-sub) !important;
}
/* チェックボックス(すべて): inputタグ */
/* チェックボックス(すべて): spanタグ */

/* チェックボックス: inputタグ */
.custom_checkbox_input {
  display: none;
}
/* チェックボックス: デフォルト時のデザインを画像にする */
.custom_checkbox_off {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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


/* チェックボックス: チェック時のデザインを画像にする */
.custom_checkbox_on {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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


.custom_checkbox_on_bg {
  background-color: var(--color-scheme-UI-sub);
  color: var(--color-scheme-common-white);
}
.custom_checkbox_off_bg {
  background-color: transparent;
}

[data-color-scheme-mode="light"] .custom_checkbox_on_bg {
  background-color: var(--color-scheme-UI-sub);
}
[data-color-scheme-mode="dark"] .custom_checkbox_on_bg {
  background-color: var(--color-scheme-UI-filter-10);
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .custom_checkbox_on_bg {
    background-color: var(--color-scheme-UI-filter-10);
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .custom_checkbox_on_bg {
    background-color: var(--color-scheme-UI-sub);
  }
}


/* チェックボックス(すべて): [-]のデザイン */
.custom_checkbox_off_all {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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

/* チェックボックス(すべて): レ点のデザイン */
.custom_checkbox_on_all {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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

.custom_checkbox_on_bg_all {
  background-color: var(--color-scheme-UI-sub);
  color: var(--color-scheme-common-white);
}
.custom_checkbox_off_bg_all {
  background-color: var(--color-scheme-UI-filter-10);
}


[data-color-scheme-mode="light"] .custom_checkbox_on_bg_all {
  background-color: var(--color-scheme-UI-sub);
}
[data-color-scheme-mode="dark"] .custom_checkbox_on_bg_all {
  background-color: var(--color-scheme-UI-filter-10);
}

@media (prefers-color-scheme: dark) {
  [data-color-scheme-mode="auto"] .custom_checkbox_on_bg_all {
    background-color: var(--color-scheme-UI-sub);
  }
}
@media (prefers-color-scheme: light) {
  [data-color-scheme-mode="auto"] .custom_checkbox_on_bg_all {
    background-color: var(--color-scheme-UI-filter-10);
  }
}

.custom_checkbox_off_header {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5; /* 透明度を下げて非活性のように見せる */
}

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

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


/* チェックボックス: チェック時のデザインを画像にする */
.custom_checkbox_on_header {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
[data-color-scheme-mode="light"] .custom_checkbox_on_header {
  background-image: url('../../img/icon/indeterminate_check_box_FILL1.svg');
}
[data-color-scheme-mode="dark"] .custom_checkbox_on_header {
  background-image: url('../../img/icon/indeterminate_check_box_FILL0.svg');
}

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


.graph_info_area {
  display: flex;
  gap: 5px;
  align-items: center;
}

.info_img {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../../img/icon/info_FILL0.svg'); /* チェックOFF時のSVGを指定 */
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.bg_main {
  background-color: var(--color-scheme-UI-main);
}

.used_machine_price {
  color: var(--color-scheme-used-machine-price) !important;
  text-align: right !important;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}
.used_machine_price:hover {
  text-decoration: underline;
}

.day_week_switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2px 0px 4px;
  position: relative;
  background-color: rgba(33, 33, 33, 0.5);
  border-radius: 2px;
  cursor: pointer;
  color: #fff !important;
  font-size: 12px;
}

.graph_check_announce {
  display: flex;
  gap: 5px;
  background-color: var(--color-scheme-UI-filter-05);
  color: var(--color-scheme-text-sub);
  height: 50px;
  align-items: center;
}
.graph_check_announce_img {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.main_top {
  display: flex !important;
  gap: 5px;
  vertical-align: middle;
  align-items: center;
}
.title_img {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.title_help_img {
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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


.title_help_img:hover {
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

[data-color-scheme-mode="light"] .title_help_img:hover {
  background-image: url('../../img/icon/help_FILL1.svg');
}
[data-color-scheme-mode="dark"] .title_help_img:hover {
  background-image: url('../../img/icon/help_FILL0.svg');
}

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


.select_display_format_title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.select_display_format_title_help_img {
  display: block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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



.select_display_format_title_help_img:hover {
  display: block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}

[data-color-scheme-mode="light"] .select_display_format_title_help_img:hover {
  background-image: url('../../img/icon/help_FILL1.svg');
}
[data-color-scheme-mode="dark"] .select_display_format_title_help_img:hover {
  background-image: url('../../img/icon/help_FILL0.svg');
}

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

.warn_img {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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

.word_break {
  white-space: normal;
}
.header_label_span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sort_icon_desc_k007 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.sort_icon_asc_k007 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_desc_k008 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.sort_icon_asc_k008 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.sort_icon_desc_k009 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_asc_k009 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_desc_k010 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.sort_icon_asc_k010 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_desc_k011 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_asc_k011 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_desc_k012 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_asc_k012 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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


.sort_icon_desc_k013 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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


.sort_icon_asc_k013 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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


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

.padding_reset {
  padding: unset !important;
}

.cursor_pointer {
  cursor: pointer;
}
/* 優先度の関係で最上位に設定されるよう末尾で宣言する */
.minus_value,
.NumberStyle {
  color: var(--color-scheme-col-minus) !important;
}

#header_error_used_machine_price_wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fc765d;
}

#header_error_used_machine_price {
  color: var(--color-scheme-common-white);
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute; left: 200px; top: 1px;
  -webkit-text-shadow: 1px 1px 3px #333;
  -moz-text-shadow: 1px 1px 3px #333;
  text-shadow: 1px 1px 3px #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model_name {
  color: var(--color-scheme-used-machine-price) !important;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model_name:hover {
  text-decoration: underline;
}

