@charset "UTF-8";
#__bs_notify__ {
  display: none !important;
}

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

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

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

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

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

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

.flex1 {
  -ms-flex: 1;
      flex: 1;
}

[data-icon] {
  transition: linear 0.3s;
}
[data-icon]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
[data-icon]:before {
  mask-size: contain;
  content: "";
}

[data-req]:after {
  content: "*";
  margin-left: 3px;
  color: #e83929;
  font-size: 16 mpx;
  font-weight: 400;
}

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

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

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

body {
  height: 100vh;
  color: #485859;
  background: #f9f9fd;
  background-attachment: fixed;
  font-family: "Noto Sans JP", "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  overflow-y: hidden;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 14px;
  font-weight: 400;
}
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;
  font-weight: 400;
}
body[data-mode="local"]:before {
  content: "ローカル環境";
  background: #2ca9e1;
}
body[data-mode="testing"]:before {
  content: "テスト環境";
  background: #954C93;
}
body[data-mode="staging"]:before {
  content: "ステージング環境";
  background: #00AEEF;
}
body header {
  border-bottom: solid 3px #2ca9e1;
  width: 100vw;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
body header > div {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  min-width: 1400px;
  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 {
  padding: 12px 0;
  width: 120px;
  height: 100%;
  display: block;
}
body header > div > a img {
  width: auto;
  height: 100%;
}
body header > div > ol {
  height: 100%;
  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 {
  height: 100%;
}
body header > div > ol li:first-child {
  margin-left: 0;
}
body header > div > ol li a {
  padding: 10px 15px;
  height: 100%;
  color: #485859;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 400;
}
body header > div > ol li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #2ca9e1;
  left: 0;
  bottom: -2px;
  border-radius: 3px;
}
body header > div > ol li a[data-selected]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #2ca9e1;
  left: 0;
  bottom: -2px;
  border-radius: 3px;
}
body header + nav[data-subMenu] {
  width: 100vw;
  height: 40px;
  background-color: #f7f9fb;
  border-bottom: solid 1px #d8e2ea;
}
body header + nav[data-subMenu] ol {
  margin: 0 auto;
  padding: 0 30px;
  min-width: 1400px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
body header + nav[data-subMenu] ol li {
  padding: 5px 5px;
  height: 100%;
  position: relative;
}
body header + nav[data-subMenu] ol li:after {
  content: "";
  width: 1px;
  height: 25px;
  border-right: dotted 1px #c8c2be;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
body header + nav[data-subMenu] ol li:last-child {
  border-right: none;
}
body header + nav[data-subMenu] ol li a {
  padding: 0 20px;
  height: 100%;
  color: #485859;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
}
body header + nav[data-subMenu] ol li a:before {
  content: "";
  margin-right: 3px;
  width: 15px;
  height: 15px;
  background-color: #485859;
  mask-size: contain;
  display: block;
}
body header + nav[data-subMenu] ol li a[data-selected], body header + nav[data-subMenu] ol li a:hover {
  background-color: #2ca9e1;
  color: #fffffc;
}
body header + nav[data-subMenu] ol li a[data-selected]:before, body header + nav[data-subMenu] ol li a:hover:before {
  background-color: #fffffc;
}

[data-wrap] {
width: 100%;
height: 100%;
overflow-y: scroll;
}
[data-wrap] > main {
  margin: 0 auto;
  padding: 0 50px 100px 50px;
  width: 1400px;
  min-height: 100%;
}
[data-wrap] > main [data-header] {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
[data-wrap] > main [data-header] > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
[data-wrap] > main [data-header] > ol li {
  width: 125px;
}
[data-wrap] > main [data-header] > ol li:nth-child(n + 2) {
  margin-left: 10px;
}
[data-wrap] > main [data-header] > ol li a {
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
}

[data-btns] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
[data-btns] li:nth-child(n + 2) {
  margin-left: 30px;
}
