@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-icon="1"]:before {
  mask-image: url(../img/icon/common.svg);
}

[data-icon="2"]:before {
  mask-image: url(../img/icon/edit.svg);
}

[data-icon="3"]:before {
  mask-image: url(../img/icon/delete.svg);
}

[data-icon="4"]:before {
  mask-image: url(../img/icon/list.svg);
}

[data-icon="5"]:before {
  mask-image: url(../img/icon/add.svg);
}

[data-icon="6"]:before {
  mask-image: url(../img/icon/upload.svg);
}

[data-icon="7"]:before {
  mask-image: url(../img/icon/mail.svg);
}

[data-icon="8"]:before {
  mask-image: url(../img/icon/memo.svg);
}

[data-icon="8"]:before {
  mask-image: url(../img/icon/memo_add.svg);
}

[data-icon="9"]:before {
  mask-image: url(../img/icon/memo.svg);
}

[data-icon="10"]:before {
  mask-image: url(../img/icon/img.svg);
}

[data-icon="11"]:before {
  mask-image: url(../img/icon/copy.svg);
}

[data-icon="12"]:before {
  mask-image: url(../img/icon/download.svg);
}

body {
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #485859;
  background: #edede8;
  overflow-y: hidden;
  position: relative;
  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: #69b076;
}
body[data-mode="testing"]:before {
  content: "テスト環境";
  background: #954C93;
}
body[data-mode="staging"]:before {
  content: "ステージング環境";
  background: #00AEEF;
}
body header {
  border-bottom: solid 3px #c8c2be;
  width: 100vw;
  height: 100px;
  background-color: #e9e4d4;
}
body header > div {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  min-width: 1600px;
  height: 100%;
}
body header > div > a {
  margin: 0 auto;
  padding: 10px 0;
  width: 154px;
  height: 55px;
  display: block;
}
body header > div > a img {
  width: auto;
  height: 100%;
}
body header > div > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body header > div > ol {
  margin-top: 10px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -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: 5px 25px 0 25px;
  height: 100%;
  color: #485859;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
}
body header > div > ol li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #69b076;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
body header > div > ol li a[data-selected]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #69b076;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
body header + nav[data-subMenu] {
  width: 100vw;
  height: 50px;
  background-color: #f1f1f1;
  border-bottom: solid 1px #c8c2be;
}
body header + nav[data-subMenu] ol {
  margin: 0 auto;
  padding: 0 30px;
  min-width: 1600px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -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: #69b076;
  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;
}
body [data-wrap] {
  width: 100vw;
  min-width: 1600px;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
}
body [data-wrap] main {
  padding: 30px 20px 20px 20px;
  height: 100%;
  overflow-y: auto;
}
body [data-wrap] main [data-tabBoxheader] {
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c2be;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
body [data-wrap] main [data-tabBoxheader] > h1 {
  margin: 0 0 0 0;
  position: relative;
}
body [data-wrap] main [data-tabBoxheader] > h1 a[data-icon="5"] {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  background-color: #69b076;
  position: absolute;
  top: -2px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
body [data-wrap] main [data-tabBoxheader] > h1 a[data-icon="5"]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fffffc;
}
body [data-wrap] main [data-tabBoxheader] > h1 a[data-icon="5"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body [data-wrap] main [data-tabBoxBodyWrap] {
  margin-top: 20px;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-tabBoxBody] {
  display: none;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-alert] {
  border: solid 1px #c8c2be;
  background-color: #fffffc;
  padding: 15px 15px 15px 30px;
  height: 200px;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-alert] ul {
  width: 100%;
  height: 100%;
  display: block;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-alert] ul li {
  padding: 0 20px 0 20px;
  margin-left: 0 !important;
  color: #e83929;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-alert] ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
body [data-wrap] main [data-tabBoxBodyWrap] [data-alert] ul li:nth-child(n + 2) {
  margin-top: 10px;
}
body [data-wrap] main [data-search] {
  width: 100%;
}
body [data-wrap] main [data-search] > ol {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
body [data-wrap] main [data-search] > ol li:nth-child(n + 2) {
  margin-left: 20px;
}
body [data-wrap] main [data-search] > ol li a {
  width: 150px;
  height: 30px;
  font-size: 13px;
  font-weight: 400;
}
body [data-wrap] main [data-search] > ul {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
body [data-wrap] main [data-search] > ul:nth-of-type(1) {
  margin-top: 0;
}
body [data-wrap] main [data-search] > ul li input[type=text], body [data-wrap] main [data-search] > ul li select {
  height: 30px;
}
body [data-wrap] main [data-search] > ul li select {
  padding: 5px;
}
body [data-wrap] main [data-search] > ul li:nth-child(n + 2) {
  padding-left: 15px;
}
body [data-wrap] main [data-search] > ul li > dl dt {
  font-size: 12px;
  font-weight: 400;
}
body [data-wrap] main [data-search] > ul li > dl dd {
  margin-top: 2px;
}
body [data-wrap] main [data-form="1"] p[data-label] {
  min-height: 36px;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 400;
}
body [data-wrap] main [data-form="1"] p[data-label] a {
  color: #485859;
  text-decoration: underline;
}
body [data-wrap] main [data-form="1"] p[data-label] a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
body [data-wrap] main [data-form="1"] ul[data-formBody] > li {
  margin: 0 0 36px 0;
}
body [data-wrap] main [data-form="1"] ul[data-formBody] > li:last-child {
  margin: 0 0 0 0;
}
body [data-wrap] main [data-form="1"] ol[data-fcol] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body [data-wrap] main [data-form="1"] ol[data-fcol="3"] > li {
  width: 33%;
}
body [data-wrap] main [data-form="1"] ol[data-fcol="3"] > li:nth-child(n + 4) {
  margin-top: 10px;
}
body [data-wrap] main [data-form="1"] ul[data-vertical] li:nth-child(n + 2) {
  margin-top: 5px;
}
body [data-wrap] main [data-form="1"] dl dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 400;
}
body [data-wrap] main [data-form="1"] dl dt .smallred {
  margin-left: 10px;
  color: #e83929;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-weight: 600;
}
body [data-wrap] main [data-form="1"] dl dd {
  margin: 8px 0 0 0;
}
body [data-wrap] main [data-form="1"] dl dd a.smallBtn {
  height: 42px;
}
body [data-wrap] main [data-form="1"] dl dd > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body [data-wrap] main [data-form="1"] dl dd > ol[data-sep="1"] > li:last-child:before {
  content: "～";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
body [data-wrap] main [data-form="1"] dl dd > ol[data-sep="2"] li:nth-child(n + 2) {
  margin-left: 25px;
}
body [data-wrap] main [data-fbtn] {
  margin: 45px 0 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body [data-wrap] main [data-fbtn] li a {
  width: 500px;
}
body [data-wrap] main [data-fbtn] li:nth-child(n + 2) {
  margin: 0 0 0 24px;
}

[data-btns] {
  margin: 30px auto;
  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: 15px;
}
[data-btns] li a {
  height: 50px;
}
[data-btns] li:first-child a {
  width: 200px;
}
[data-btns] li:last-child a {
  width: 400px;
}

[data-basic] {
  margin-top: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-basic] > div [data-common] dl dd {
  margin: 0 !important;
}
[data-basic] [data-subTitleGroup] {
  margin-top: 40px;
  padding: 0 0 5px 0;
  border-bottom: solid 2px #69b076;
  width: 100%;
}
[data-basic] [data-subTitleGroup]:nth-of-type(1) {
  margin-top: 0;
}
[data-basic] [data-subTitleGroup] ol {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
[data-basic] [data-subTitleGroup] ol li:nth-child(n + 2) {
  margin-left: 5px;
}
[data-basic] [data-subTitleGroup] ol li:last-child {
  margin-left: auto;
}
[data-basic] [data-subTitleGroup] ol li p[data-subtitle] {
  letter-spacing: 1px;
  color: #69b076;
  font-size: 18px;
  font-weight: 200;
}
[data-basic] [data-subTitleGroup] ol li a {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 25px;
}
[data-basic] [data-subTitleGroup] ol li a:before {
  content: "";
  width: 75% !important;
  height: 75% !important;
  background-color: #fffffc;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
}
[data-basic][data-basic="1"] > div {
  width: 100% !important;
}
[data-basic][data-basic="3"] {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
[data-basic][data-basic="3"] > div {
  width: calc(33.3% - 10px) !important;
}
[data-basic] > div {
  width: calc(50% - 20px);
}
[data-basic] > div [data-common] {
  margin-top: 15px;
  padding: 0 0 0 10px;
}
[data-basic] > div [data-common] table {
  width: 100%;
}
[data-basic] > div [data-common] table[data-tableSubView] tbody td {
  padding: 12px 5px;
}
[data-basic] > div [data-common] table tr {
  border-bottom: solid 1px #c8c2be;
}
[data-basic] > div [data-common] table tr th, [data-basic] > div [data-common] table tr td {
  padding: 5px 10px;
  vertical-align: middle;
}
[data-basic] > div [data-common] table thead tr th {
  height: 40px;
  background-color: #a58f86;
  color: #fff;
  text-align: left;
}
[data-basic] > div [data-common] table thead tr th:last-child {
  text-align: center;
}
[data-basic] > div [data-common] table tbody tr td {
  padding: 5px 5px;
  background-color: #fffffc;
}
[data-basic] > div [data-common] table tbody tr td > a {
  color: #485859;
}
[data-basic] > div [data-common] table tbody tr td > a:hover {
  text-decoration: underline;
}
[data-basic] > div [data-common] table tbody tr td ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
[data-basic] > div [data-common] table tbody tr td ul li:nth-child(n + 2) {
  margin-left: 8px;
}
[data-basic] > div [data-common] table tbody tr td ul li a {
  width: 25px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
[data-basic] > div [data-common] table tbody tr td ul li a[data-icon="2"]:before {
  background-color: #69b076;
}
[data-basic] > div [data-common] table tbody tr td ul li a[data-icon="3"]:before {
  background-color: #e83929;
}
[data-basic] > div [data-common] table tbody tr td ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  mask-size: contain;
  display: block;
}
[data-basic] > div [data-common] table tbody tr td ul[data-beneficiary] li:nth-of-type(1) a:before {
  background-color: #69b076;
}
[data-basic] > div [data-common] dl {
  padding: 5px 0;
  border-bottom: solid 1px #c8c2be;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
[data-basic] > div [data-common] dl:last-child {
  border-bottom: none;
}
[data-basic] > div [data-common] dl dt {
  width: 20%;
  min-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 400;
}
[data-basic] > div [data-common] dl dt a[data-memoAncher] {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 25px;
}
[data-basic] > div [data-common] dl dt a[data-memoAncher]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fffffc;
  mask-size: 80%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(../img/icon/memo.svg);
}
[data-basic] > div [data-common] dl dd {
  width: 80%;
}
[data-basic] > div [data-common] dl dd p[data-img] {
  width: 50%;
}
[data-basic] > div [data-common] dl dd textarea {
  height: 100px;
}
[data-basic] > div [data-common] dl dd [data-fileupload] aside {
  padding: 0 10px;
}
[data-basic] + a {
  margin: 40px auto 0 auto;
  width: 600px;
}
