/* モーダルウィンドウ */
div.adwin_modal_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #0008;
}
div.adwin_modal {
  /*position: absolute;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
  max-height: 70vh;
  max-width: 40em;
  padding: 1em;
  overflow: auto;
  background-color: #fff;
}
div.adwin_modal button {
  margin-top: 1em;
}
