
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.question_head_remaining {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #FCFDB4 50%, transparent 50%);
  background-size: 200% 10px;
  background-repeat: no-repeat;
  background-position: 0% 90%;
}

.question_head {
  height: 20vh;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-image: linear-gradient( -45deg, #FFEEEE 25%, #FFE5E5 25%, #FFE5E5 50%, #FFEEEE 50%, #FFEEEE 75%, #FFE5E5 75%, #FFE5E5 );
  background-size: 15px 15px;
}

.question_main {
  height: 320px;
  text-align: center;
  color: #EF5689;
  font-size: 20px;
  font-weight: bold;
  border-top: solid 5px #EF5689;
  border-bottom: solid 5px #EF5689;
  padding: 0 15px;
  position: relative;
}

.question_main_head {
  height: 50px;
  margin-top: 20px;
}

.question_main_head_dash {
  margin: 0 10px;
  font-weight: lighter;
}

.question_main_body {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 15px;
}

.question_dash {
  font-weight: initial;
  margin: 0 5px;
}

.answer {
  height: 170px;
  background-image: linear-gradient( -45deg, #FFEEEE 25%, #FFE5E5 25%, #FFE5E5 50%, #FFEEEE 50%, #FFEEEE 75%, #FFE5E5 75%, #FFE5E5 );
  background-size: 15px 15px;
  text-align: center;
}

#data_area {
  display: none;
}

.answer_button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 105px;
  height: 73px;
  background-color: #FFFFFF;
  margin: 0 20px;
  border-radius: 10px;
  border: solid 1px #EF5689;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
}

.answer_button_circle {
  background-image: url("/woman/careerlife/shindan/question/common/img/circle.png");
}

.answer_button_triangle {
  background-image: url("/woman/careerlife/shindan/question/common/img/triangle.png");
}

.answer_button_x {
  background-image: url("/woman/careerlife/shindan/question/common/img/x.png");
}

@media screen and (max-width: 639px) {
  .question_main {
    height: 200px;
    font-size: 16px;
  }

  .answer_button {
    width: 88px;
    margin: 0 5px;
    font-size: 14px;
  }
}




