@charset "UTF-8";
.img_back {
  width: 100%;
  height: auto;
}

.seikaku {
  display: none;
}
.seikaku_main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 570px;
  height: 232px;
  background: white;
  text-align: center;
  z-index: 100;
}
#q_start {
  width: 300px;
  height: 341px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #F45A35;
  font-family: Montserrat;
}

#q_num {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 39px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #000;
  font-family: Cabin;
  z-index: 50;
}

#q_text {
  position: absolute;
  top: 75px;
  left: 30px;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: 'Noto+Sans',sans-serif;
  z-index: 50;
}

#q_button {
  position: absolute;
  top:145px;
  right: 35px;
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 223px;
  z-index: 50;
}

#q_button div {
  cursor: pointer;
}

.close_btn {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 50;
}

.sekaku_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 20;
}
