@charset "UTF-8";
.checker_wrap {
  margin: 80px auto;
  max-width: 700px;
  width: 100%;
}
.checker_wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}
.checker_wrap .checker_border_wrap {
  position: relative;
  padding: 60px 34px 40px;
}
.checker_wrap .checker_border_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 10px solid transparent;
  background: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%) border-box border-box;
  background: conic-gradient(rgb(77, 84, 224), rgb(228, 81, 154), rgb(235, 68, 120), rgb(252, 34, 34), rgb(77, 84, 224)) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.checker_wrap .checke_question_wrap {
  /* チェックボックス */
}
.checker_wrap .checke_question_wrap + .checke_question_wrap {
  margin-top: 10px;
}
.checker_wrap .checke_question_wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checker_wrap .checke_question_wrap .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 40px;
  position: relative;
}
.checker_wrap .checke_question_wrap input[type=checkbox]:checked + .checkbox-text:before {
  background-color: #efe32d;
}
.checker_wrap .checke_question_wrap input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.checker_wrap .checke_question_wrap .checkbox-text::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 2px solid #000;
  background-color: #fdfdc4;
  transition: all 0.3s ease-out;
}
.checker_wrap .checke_question_wrap .checkbox-text::after {
  content: "";
  display: block;
  width: 7px;
  height: 19px;
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  transform: rotate(40deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.checker_wrap .checke_title_wrap {
  text-align: center;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.checker_wrap .checke_title_inner {
  color: #fff;
  text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px 0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 20px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 44px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.checker_wrap .checke_title_inner:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: center/cover no-repeat url("../image/caution.png");
  margin-right: 6px;
}
.checker_wrap .checke_title_inner span {
  color: #fac828;
}
.checker_wrap .judgments_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin: 40px auto;
  min-height: 64px;
}
.checker_wrap .judgment_wrap {
  display: none;
  font-size: 24px;
}
.checker_wrap .judgment_wrap.count_0 {
  color: #000;
  font-size: 18px;
}
.checker_wrap .judgment_wrap.count_1 {
  color: #f89c0b;
}
.checker_wrap .judgment_wrap.count_2 {
  color: #cc6418;
}
.checker_wrap .judgment_wrap.count_3 {
  color: #c91412;
}
.checker_wrap .judgment_count_wrap {
  display: flex;
  align-items: flex-end;
}
.checker_wrap .judgment_count_num {
  font-size: 30px;
  color: #c81311;
  font-weight: 700;
  line-height: 1;
}
.checker_wrap .judgment_count_unit {
  line-height: 1;
}
.checker_wrap .judgment_image_wrap {
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url("../image/caution.png");
  flex-shrink: 0;
}
.checker_wrap .judgment_image_wrap.count_1 {
  width: 64px;
  height: 64px;
}
.checker_wrap .judgment_image_wrap.count_2 {
  width: 64px;
  height: 64px;
}
.checker_wrap .judgment_image_wrap.count_3 {
  width: 64px;
  height: 64px;
  animation: Flash infinite 1.2s ease;
}
.checker_wrap .gauge_border_wrap {
  border: 10px solid #000;
  height: 80px;
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
  display: flex;
  outline: 11px solid #000;
  outline-offset: -11px;
}
.checker_wrap .gauge_icon_wrap {
  background-color: #000;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  flex-shrink: 0;
}
.checker_wrap .gauge_icon_wrap:before {
  content: "!";
  font-size: 50px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.checker_wrap .gauge_unit_wrap {
  width: calc(33% - 13px);
}
.checker_wrap .gauge_unit_wrap:before {
  content: "";
  display: block;
  width: 0;
  height: 60px;
}
.checker_wrap .gauge_unit_wrap.gauge_1:before {
  background-image: linear-gradient(90deg, rgb(77, 84, 224), rgb(228, 81, 154) 100%);
}
.checker_wrap .gauge_unit_wrap.gauge_2 {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
}
.checker_wrap .gauge_unit_wrap.gauge_2:before {
  background-image: linear-gradient(90deg, rgb(228, 81, 154), rgb(235, 68, 120) 100%);
}
.checker_wrap .gauge_unit_wrap.gauge_3:before {
  background-image: linear-gradient(90deg, rgb(235, 68, 120), rgb(252, 34, 34) 100%);
}
.checker_wrap .gauge_unit_wrap.active:before {
  animation: Gauge_up forwards 0.8s ease;
}
.checker_wrap .gauge_unit_wrap.deactive:before {
  animation: Gauge_down forwards 0.8s ease;
}

@keyframes Gauge_up {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes Gauge_down {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes Flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 782px) {
  .checker_wrap .checke_title_inner {
    font-size: 36px;
  }
  .checker_wrap .checker_border_wrap:before {
    border-width: 5px;
  }
  .checker_wrap .judgments_wrap {
    margin: 30px auto;
  }
  .checker_wrap .gauge_border_wrap {
    border-width: 5px;
    height: 70px;
    outline: 6px solid #000;
    outline-offset: -6px;
  }
  .checker_wrap .gauge_unit_wrap.gauge_2 {
    border-left-width: 5px;
    border-right-width: 5px;
  }
}
@media screen and (max-width: 600px) {
  .checker_wrap .checker_border_wrap {
    padding: 40px 20px 30px;
  }
  .checker_wrap .checke_title_inner {
    font-size: 28px;
  }
  .checker_wrap .checke_title_inner:before {
    width: 28px;
    height: 28px;
  }
  .checker_wrap .gauge_icon_wrap {
    width: 30px;
  }
  .checker_wrap .gauge_icon_wrap:before {
    font-size: 30px;
  }
  .checker_wrap .gauge_unit_wrap {
    width: calc(33% - 8px);
  }
  .checker_wrap .judgment_image_wrap {
    width: 28px;
    height: 28px;
  }
  .checker_wrap .judgment_image_wrap.count_1 {
    width: 48px;
    height: 48px;
  }
  .checker_wrap .judgment_image_wrap.count_2 {
    width: 48px;
    height: 48px;
  }
  .checker_wrap .judgment_image_wrap.count_3 {
    width: 48px;
    height: 48px;
  }
}