@charset "UTF-8";

/**/
.sp_only{
  display: none;
}
@media screen and (max-width: 743px) {
  .sp_only{
    display: block;
  }
}

/**/
.l-top-block03-caution02,
.l-top-block05 > p,
.l-form02-questionnaire-box-ttl,
.l-form02-questionnaire-message{
  text-align: center;
}
@media screen and (max-width: 743px) {
  .l-top-block03-caution02,
  .l-top-block05 > p,
  .l-form02-questionnaire-box-ttl,
  .l-form02-questionnaire-message{
    text-align: left;
  }
}

/**/
.l-form02-questionnaire-box-list-block p.check_{
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.question_label:before {
  top: 9px;
  left: 5px;
  margin-top: 0;
  width: 5px;
  height: 9px;
  border-right: 3px solid #040000;
  border-bottom: 3px solid #040000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;

  background: none;
  border-radius: 0;
}
.question_label:after{
  border-radius: 0;
}
@media screen and (max-width: 743px) {
  .l-form02-questionnaire-box-list-block p.check_{
    width: 100%;
  }
}