.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup {
  padding: 100px 40px 40px 40px;
  border-radius: 4px;
  max-width: 400px;
  min-width: 300px;
  background: #fff url(logo.png) center 20px / 80% auto no-repeat;
  color: #333;
  font-size: 20px;
}

.popup-q-b {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.popup-q-b button {
  background: #dc3035;
  color: #fff;
  border: 1px solid #dc3035;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 4px;
}

.popup-q-b button:last-child {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  margin-left: 20px;
}

.popup-no {
  display: none;
  font-size: 18px;
}

.popup-info {
  margin-top: 20px;
  background: url(18.png) left top / 50px auto no-repeat;
  padding-left: 70px;
  font-size: 14px;
  min-height: 50px;
}