.eyecatch_for_resume img{
  display: none !important;
}
#common_center_test_v1 .question_ul{
  border: 1px solid #ccc;
  border-top: none;
  padding: 0 5px;
  border-radius: 5px;
}
#common_center_test_v1 .question_ul .question_li{
  display: none;
}

#common_center_test_v1 .question_ul .loading_gif{
  display: block;
  margin: auto;
}
#common_center_test_v1 .question_ul .loading_text{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
}

#common_center_test_v1 .tool_bar{
  text-align: end;
  position: relative;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  min-height: 3em;
  border: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#common_center_test_v1 .tool_bar .prev_button{
  position: absolute;
  left: 5px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: white;
  border: 2px solid #ccc;
  padding: 0 0.5em;
  border-radius: 7px;
  height: calc(100% - 16px);
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  display: none;
}
#common_center_test_v1 .tool_bar .progerss_bar{
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 25em;
  font-size: 10px;
  justify-content: flex-start;
}
#common_center_test_v1 .tool_bar .progerss_bar > li{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 10px;
}
#common_center_test_v1 .tool_bar .progerss_bar > li::before {
  content: "○";
}
#common_center_test_v1 .tool_bar .progerss_bar > li[data-current="true"]::before {
  content: "●";
}



#common_center_test_v1 .question_ul .question_li .question_dom{
  margin: 0 10px;
  padding-top: 10px;
}
#common_center_test_v1 .question_ul .question_li .question_dom .question_context{
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0;
  font-weight: bold;
}
#common_center_test_v1 .question_ul .question_li .question_dom .level{
  font-size: 11px;
}

#common_center_test_v1 .question_ul .question_li .answer_dom{
  padding: 0 10px;
  margin-bottom: 15px;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each{
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
  align-items: center;
  display: flex;
  padding: 5px 5px 5px 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  background: white;
  min-height: 50px;
  position: relative;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each:disabled{
  color: black;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each[data-checked="checked"]{
  color: white;
  background: #ccc;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each .answer_order{
  position: absolute;
  left: 12px;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 1em;
  width: 15px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each .answer_content{
  text-align: left;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each img{
  height: 50px;
  margin-right: 5px;
}
#common_center_test_v1 .question_ul .question_li .answer_dom .answer_each .painting_pic{
  position: absolute;
  left: 7px;
  width: 25px;
  height: 36px;
  top: calc(50% - 19px);
}

#common_center_test_v1 .result_container{
  display:none;
}

#common_center_test_v1 .result_container .result_ul .result_li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  font-size: 15px;
}
#common_center_test_v1 .result_container .result_ul .result_li:last-child{
  border-bottom: none;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container{
  width: 100%;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .img_container{
  margin: 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .img_container img{
  margin: 0;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container{
  position: relative;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .question_dom{
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom{
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom .answer_part{
  width: calc(100% - 25px);
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom .answer_status{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  line-height: 1;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom[data-correction="correct"] .answer_status,
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom[data-correction="correct"] .answer_dom_current{
  color: #2cb12c;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom[data-correction="wrong"] .answer_status,
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom[data-correction="wrong"] .answer_dom_current{
  color: red;
}

#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom_correct,
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom_current{
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  margin: 5px 0;
}
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom_correct .answer,
#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .answer_dom_current .answer{
  display: flex;
  width: calc(100% - 3em);
  text-align: left;
}

#common_center_test_v1 .result_container .result_ul .result_li .mid_container .context_container .explanation{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  margin: 5px 0;
  padding: 5px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  text-align: left;
}

#common_center_test_v1 .reset_button{
  width: 75%;
  margin: 10px auto;
  background: white;
  border: 2px solid red;
  line-height: 2.5;
  font-size: 15px;
  font-weight: bold;
  border-radius: 20px;
  padding: 0;
  color: red;
  display: block;
}


#common_center_test_v1 .result_container .addtional_result th,
#common_center_test_v1 .result_container .addtional_result td{
  width: 10%;
  text-align: center;
  padding: 4px 0;
  line-height: 1.2;
  font-weight: normal;
}

#common_center_test_v1 .result_container .addtional_result td[data-correction="correct"]{
  color: #2cb12c;
}
#common_center_test_v1 .result_container .addtional_result td[data-correction="wrong"]{
  color: red;
}

#common_center_test_v1 .question_ul .question_li .hint_dom{
  width: calc(100% - 20px);
  margin: 10px;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 5px;
  padding-bottom: 2px;
  background: #f6f6f6;
}
#common_center_test_v1 .question_ul .question_li .hint_dom .hint_button{
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 5px;
  overflow: hidden;
  line-height: 2.6;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
#common_center_test_v1 .question_ul .question_li .hint_dom .hint_button::before{
  content: "▼";
  margin-right: 5px;
}
#common_center_test_v1 .question_ul .question_li .hint_dom .hint_button::after{
  content: "▼";
  margin-left: 5px;
}
#common_center_test_v1 .question_ul .question_li .hint_dom .hint{
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}


#common_center_test_v1 .result_container .result_ul{
  display: none;
  padding: 0 8px;
  border: 2px solid #000000;
  border-top: none;
}
#common_center_test_v1 .result_container .show_result_detail{
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#common_center_test_v1 .result_container .show_result_detail,
#common_canvas_action_comptweet,
#common_canvas_save_img_button{
  width: 100%;
  border-radius: 0;
  position: relative;
  border: none;
  overflow: hidden;
}
#common_center_test_v1 .result_container .show_result_detail:before,
#common_canvas_action_comptweet:before,
#common_canvas_save_img_button:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
}
#common_center_test_v1 .result_container .show_result_detail:before{
  border: 2px solid #000000;
}
#common_canvas_action_comptweet:before{
  border: 2px solid #1da1f2;
}
#common_canvas_save_img_button:before{
  border: 2px solid #2c74d6;
}
#common_center_test_v1 .result_container .show_result_detail:after,
#common_canvas_action_comptweet:after,
#common_canvas_save_img_button:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  right: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: 1;
}
#common_canvas_action_comptweet:after{
  background: #ffffff;
}
#common_canvas_save_img_button:after{
  background: #2c74d6;
}
#common_center_test_v1 .result_container .show_result_detail:after{
  background: #FEE533;
}
#common_center_test_v1 .result_container .show_result_detail[data-status="1"]:after{
  top: -20px;
}

#common_canvas_action_comptweet:hover{
  background: #ffffff;
  color: #1da1f2;
}

#common_canvas_action_comptweet:hover:after{
  background: #1da1f2;
}
#common_canvas_save_img_button:hover:after{
  background: #ffffff;
}

#common_center_test_v1 .result_container .level_container{
  margin: -2px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#common_center_test_v1 .result_container .level_container .level_trigger{
  width: calc(50% - 2px);
  border: 2px solid #000000;
  box-sizing: border-box;
  margin: 4px 0;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  color: #000000;
  cursor: pointer;
}
#common_center_test_v1 .result_container .level_container .level_trigger:after{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -17px;
  right: -17px;
  box-sizing: border-box;
  transform: rotate(45deg);
  background: #000000;
}