@charset "UTF-8";
[data-status="110"], [data-status="10"], [data-cl_status="10"] {
  background: #d4dcd6 !important;
}

[data-status="123"], [data-status="23"], [data-cancelStatus="3"], [data-cl_status="20"], [data-cl_status="21"] {
  background: #d7003a !important;
}

[data-status="133"], [data-cancelStatus="2"], [data-cl_status="30"] {
  background: #b44c97 !important;
}

[data-status="143"], [data-cancelStatus="1"], [data-cl_status="40"] {
  background: #e6b422 !important;
}

[data-status="144"], [data-status="44"], [data-cl_status="50"] {
  background: #3eb370 !important;
}

[data-cl_status="60"] {
  background: #007bbb !important;
}

[data-status="189"], [data-status="50"], [data-cancelStatus="4"], [data-cl_status="90"], [data-cl_status="91"] {
  background: #595455 !important;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

[data-ta="left"] {
  text-align: left !important;
}

[data-ta="center"] {
  text-align: center !important;
}

[data-ta="right"] {
  text-align: right !important;
}

#__bs_notify__ {
  display: none !important;
}

[data-show="none"] {
  display: none !important;
}

[data-show="block"] {
  display: block !important;
}

[data-show="flex"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

[data-visibility="hidden"] {
  visibility: hidden;
}

[data-visibility="visible"] {
  visibility: visible;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[data-fhd] {
  margin: 0 auto;
  position: fixed;
  width: 1920px;
  height: 1080px;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 5px #666;
  display: block;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

.err_block {
  margin: 0 0 25px 0;
  padding: 15px 20px;
  border: double 3px #dc143c;
  background: #fff;
  background-color: rgba(220, 20, 60, 0.03);
}
.err_block ul li {
  padding: 0 0 7px 0;
  color: #dc143c;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
.err_block ul li:before {
  content: "※";
}
.err_block ul li:last-child {
  padding: 0;
}
.err_block ul li.large {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

body {
  height: 100vh;
  color: #595857;
  background: #f7f5f2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: hidden;
  font-size: 14px;
}
body[data-mode="local"]:before, body[data-mode="testing"]:before, body[data-mode="staging"]:before {
  padding: 3px 0 3px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  z-index: 10;
  position: absolute;
  top: 0;
  font-size: 12px;
}
body[data-mode="local"]:before {
  content: "ローカル環境";
  background: #26896D;
}
body[data-mode="testing"]:before {
  content: "テスト環境";
  background: #954C93;
}
body[data-mode="staging"]:before {
  content: "ステージング環境";
  background: #00AEEF;
}
body a[data-link] {
  color: #44f;
}
body a[data-link]:hover {
  text-decoration: underline;
}
body[data-dashboard="duck"] [data-inner_header] {
  background: linear-gradient(-135deg, #badcad, #3eb370);
}
body[data-dashboard="cl"] [data-inner_header] {
  background: linear-gradient(-135deg, #89c3eb, #007bbb);
}
body header {
  width: 100vw;
  height: 50px;
  background-color: #fafafa;
  border-bottom: solid 1px #c0c6c9;
}
body header > div {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
body header > div > a {
  width: 160px;
}
body header > div ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
body header > div ol li:first-child {
  margin-right: 10px;
  font-size: 12px;
}
body header > div ol li:last-child {
  background: #c0c6c9;
  padding: 6px 15px;
  font-size: 12px;
}
body [data-inner_header] {
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
  height: 60px;
}
body [data-inner_header] > div {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
body [data-inner_header] > div > div:nth-of-type(1) {
  width: 800px;
}
body [data-inner_header] > div > div:nth-of-type(1) h1 {
  width: 100%;
  color: #fafafa;
  font-size: 20px;
  font-weight: 200;
}
body [data-inner_header] > div > div:nth-of-type(1) p {
  margin: 10px 0 0 0;
  line-height: 1.4;
  color: #fafafa;
  font-size: 13px;
}
body [data-inner_header] > div > ul {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
body [data-inner_header] > div > ul li {
  margin: 0 0 0 10px;
}
body [data-inner_header] > div > ul li a, body [data-inner_header] > div > ul li span {
  width: 160px;
  height: 35px;
  font-size: 12px;
  border-radius: 0px;
}
body > section {
  margin: 0 auto;
  width: 100vw;
  -ms-flex: 1;
      flex: 1;
  overflow-y: scroll;
}
body > section > nav {
  padding: 0 30px 0 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
}
body > section > nav > div {
  padding: 0 20px;
}
body > section > nav > div p[data-subtitle] {
  color: #666;
  font-size: 12px;
  font-weight: 600;
}
body > section > nav > div ul {
  margin: 15px 0 0 0;
  width: 100%;
}
body > section > nav > div ul li {
  width: 100%;
}
body > section > nav > div ul li a {
  padding: 0 0 0 10px;
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #302833;
  font-size: 13px;
}
body > section > nav > div ul li a:before {
  content: "";
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: #000;
  display: block;
}
body > section > main {
  margin: 0 auto;
  padding: 30px 0 100px 0;
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
body > section > main > div {
  width: 100%;
}
body > section > main [data-wrap_card] {
  margin: 0 auto;
  padding: 80px;
  width: 1400px;
  background-color: #fff;
  border: solid 4px #c1e4e9;
  border-radius: 10px;
}
body > section > main [data-wrap_card] p[data-anno] {
  margin-bottom: 40px;
  line-height: 1.4;
}
