.synapsCanvas::after {
  background: url("/zenonzard/images/research/1910/bg.png");
  background-position: center;
  background-size: cover;
  opacity: 1;
}

.pg-enquete .c-form--radio + label,
.pg-enquete .c-form--check + label {
  display: table;
}

.pg-enquete__mv {
  text-align: center;
}

.pg-enquete__wrap {
  margin: auto;
}

.pg-enquete__head {
  font-size: 1.1em;
  margin: 12% 0 0 0;
}

.pg-enquete__head:nth-of-type(1) {
  margin: 0;
}

.pg-enquete__contents {
  margin: 6% 0 0 0;
  padding: 6% 0 0 0;
  border-top: 1px dashed #666;
}

.pg-enquete__question span {
  font-size: 0.85em;
}

.pg-enquete__iframe {
  margin: 3% 0 0 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.pg-enquete__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
}

.pg-enquete__images {
  margin: 3% 0 0 0;
}

.pg-enquete__images--small {
  max-width: 750px;
  margin: 3% auto 0;
}

.pg-enquete__input {
  font-weight: 700;
  margin: 3% 0 0 0;
}

.pg-enquete__require {
  padding: 3%;
  margin: 0 0 6% 0;
  font-weight: 700;
  text-align: center;
  color: #dc2626;
  background: #f1cece;
}

.pg-enquete__require--nospace {
  margin: 0;
}

.pg-enquete__success {
  padding: 3%;
  margin: 0 0 6% 0;
  color: #41ba1a;
  font-weight: 700;
  text-align: center;
  color: #41ba1a;
  background: #d7f1ce;
}

.pg-enquete__confirm {
  padding: 3%;
  margin: 0 0 6% 0;
  font-weight: 700;
  text-align: center;
  color: #1a87ba;
  background: #cee3f1;
}

.pg-enquete__age {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.pg-enquete__age .c-form {
  width: 6em;
}

.pg-enquete__age::after {
  content: 'years old';
  margin: 0 0 0 1em;
  font-weight: 400;
}

.pg-enquete__btn {
  margin: 12% auto 0 auto;
  text-align: center;
}

.pg-enquete__btn input {
  display: block;
  padding: 1em;
  margin: auto;
  width: 100%;
  border-radius: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#5bff00), to(#fbff00));
  background: linear-gradient(0deg, #5bff00, #fbff00);
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
}

.pg-enquete__btn span {
  display: block;
  margin: auto;
  max-width: 450px;
}

.pg-enquete__btn--return input {
  background: #CCC;
}

.pg-enquete__mark {
  color: #ff4200;
}

@media screen and (min-width: 900px) {
  .pg-enquete__container {
    padding: 6%;
    background: rgba(204, 204, 204, 0.4);
  }
}

/*# sourceMappingURL=map/enquete.css.map */
