/**/
.modal01 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  overflow-y: scroll;
  background: #fff;
  padding: 40px;
  z-index: 10;
}

.modal01 .kakomi {
  margin-bottom: 60px;
}

.modal01 .btn2 {
  margin-bottom: 80px;
}

.js-modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #030130;
  color: #fff !important;
  padding: 12px 0;
  margin-top: 30px;
}

.js-modal-close i {
  margin-right: 10px;
  font-size: 1.2em;
}
/*# sourceMappingURL=index_modal.css.map */