.c-check-list, .c-question-list {
  padding: 0;
  margin: 0;
}
.c-check-item {
  position: relative;
  list-style: none;
  margin-top: 15px;
}
.c-question-item {
  list-style: none;
}
.c-question-item {
  border-bottom: 2px dotted #707070;
}
@media only screen and (min-width: 641px) {
  .c-question-item {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .c-question-item {
    padding-bottom: 1.25em;
  }
}
form input + label {
	font-weight: normal;
  margin-bottom: 0;
  padding-left: 30px;
}
input[type="radio"],input[type="checkbox"] {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #eb7000;
  width: 20px;
  height: 20px;
  margin-top: 0;
}
input[type="radio"], input[type="radio"]:checked:before {
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #eb7000;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline-offset: 2px;
}
input[type="checkbox"]:hover, input[type="checkbox"] + label:hover, input[type="radio"]:hover, input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #EB7000;
  border-bottom: 2px solid #EB7000;
  content: '';
}
.btn_result input[type="button"] {
  border-radius: 24px;
  padding: 12px 36px 12px 16px;
  font-weight: bold;
}
.btn_result span {
  position: relative;
}
.btn_result span:after {
  position: absolute;
  content: "";
  background: url(/assets/img/icon_blank_02.gif) center / contain no-repeat;
  width: 16px;
  height: 13px;
  bottom: 5px;
  right: 16px;
}
.btn_result input[type="button"] {
  border: 1px solid #d4d5d5;
  color: #535252;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f3f3f3));
  background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: linear-gradient(to bottom,#fff 0,#f3f3f3 100%);
}
.btn_result input[type="button"]:disabled {
  background: #6F6F6F;
  color: #fff;
  border: 1px solid #D4D5D5;
}
#form input[type="radio"]:disabled:hover {
  cursor: not-allowed;
}
#form input[type="radio"]:disabled {
  background-color: #d4d5d5;
}
#form input[type="radio"]:disabled + label {
  color: #888;
}
#form input[type="radio"]:disabled + label:hover {
  cursor: default;
}

/*241002*/
.sty-btn_result--none span:after {
  content: none;
}
.sty-btn_result--none input[type="button"] {
  padding: 12px 16px 12px 16px;
}