button {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
.modal {
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #EBE7E2;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.modal .modalInner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 70px 40px 40px 40px;
  overflow-y: scroll;
}
.modal .modalBox {
  display: inline-block;
  z-index: 101;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
}
.modal .modalBox .over {
  position: relative;
  max-width: 1000px;
  width: 100%;
}
#restorationModal .modalBox .box {
  border-top: none;
  padding: 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
#restorationModal .modalBox .box p {
  font-size: 18px;
}
#restorationModal .modalBox .box input[type=text] {
  background: #fff;
  color: #3a4351;
  font-size: 16px;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 50px;
  border: none;
  margin-top: 15px;
}
#restorationModal .modalBox .box button {
  background: #333;
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin: 20px auto 0;
}
#restorationModal .alertBox{
  text-align: left;
}
#restorationModal .alert{
  display: block;
  font-size: 14px;
}