@charset "utf-8";
.modal_open_icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 4px;
  background: url(../img/icon_modal_open.png) 0 0 / contain no-repeat;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.modal_close_red_top {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  height: 70px;
  background: url(../img/close_modal_btn_red.png) 0 0 / contain no-repeat;
  z-index: 9;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 86%;
  max-width: 1140px;
  min-width: 630px;
  height: 90%;
  margin: auto;
  font-size: 16px;
  z-index: 1000001;
}

.modal_content {
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  height: 100%;
}

.modal_content .nengo_table_wrap {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  /* justify-content: center; */
}
