@charset "UTF-8";
.img_back {
  width: 100%;
  height: auto;
}

.seikaku {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width:750px) {
  .seikaku {
    top: 5vw;
    width: 100%;
  }
}

.title {
  position: absolute;
  top: 120px;
  left: -300px;
}

#q_start {
  width: 300px;
  height: 341px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #035FAC;
}

#q_num {
  width: 340px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: right;
}

#q_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 300px);
  min-width: 750px;
  height: 100px;
  margin: 20px auto 0;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #FF7200;
}
.q_img {
  width: 340px;
  margin: 10px auto;
}

#q_button {
  position: relative;
  justify-content: space-between;
  width: 340px;
  margin: 0 auto;
}

.ret_btn {
  position: relative;
  left: 50px;
  bottom: 80px;
  width: 100px;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  background: #FF7200;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

#q_button div {
  width: 80px;
  cursor: pointer;
}
#q_button div img {
  width: 100%;
  height: auto;
}


@media screen and (max-width:750px) {
  .title {
    top: -130px;
    left: 30px;
    width: 160px;
  }
  #q_text {
    width: calc(90% - 40px);
    min-width: inherit;
    height: 100px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .q_img {
    width: 80%;
    margin: 15px auto;
  }
  #q_num {
    width: 90%;
  }
  #q_button {
    width: 350px;
  }
  .ret_btn {
    position: relative;
    top: 0;
    left: 20px;
    width: 40px;
    padding: 10px;
    font-size: 18px;
  }
}

.progbar {
  position: relative;
  width: 340px;
  height: 20px;
  margin: 20px auto 0;
  background: #fff;
}
.bar {
  width: 6.7%;
  height: 20px;
  background: #FF7200;
}
@media screen and (max-width:750px) {
  .progbar {
    width: 90%;
    height: 20px;
    margin: 30px auto 0;
  }
}