@charset "utf-8";

.popup {
  width: 630px;
  margin: 0 auto;
  padding-top: 60px;
}

.popup h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.popup .text {
  font-size: 14px;
}

.popup .btn_close {
  font-size: 12px;
  text-align: center;
  margin-top: 70px;
  background: #fff;
}

.popup .btn_close a {
  display: block;
  border: 1px solid #be9c54;
  padding: 10px;
  text-decoration: none;
}