section.survey {
  background: #FFFAED;
  padding: 132px 0 80px;
}
section.survey .survey-wrapper {
  width: 712px;
  margin: 0 auto;
}
section.survey .survey-wrapper h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}
section.survey .survey-wrapper h1 + img {
  width: 302px;
  margin: 40px auto 0;
}
section.survey .survey-wrapper h1 + p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}
section.survey .survey-wrapper h1 + p + button {
  margin-top: 36px;
}
section.survey .survey-wrapper h1 + p + button + .more {
  margin-top: 12px;
}
section.survey .survey-wrapper form {
  margin-top: 32px;
}
section.survey .survey-wrapper form dl:not(:nth-of-type(1)):not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #D0CAB9;
  padding: 32px 0;
}
section.survey .survey-wrapper form dl:nth-last-of-type(1) {
  padding-top: 32px;
}
section.survey .survey-wrapper form dl dt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
section.survey .survey-wrapper form dl dd {
  margin-top: 20px;
}
section.survey .survey-wrapper form dl dd input[type=text], section.survey .survey-wrapper form dl dd textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  padding: 10px 5px;
  font-size: 16px;
}
section.survey .survey-wrapper form dl dd .star-rating {
  display: block;
  direction: ltr;
}
section.survey .survey-wrapper form dl dd .star-rating .star {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/star_off.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
}
section.survey .survey-wrapper form dl dd .star-rating .star.hover, section.survey .survey-wrapper form dl dd .star-rating .star.selected {
  background: url(../img/common/star.png) no-repeat;
  background-size: cover;
}
section.survey .survey-wrapper form dl dd .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}
section.survey .survey-wrapper form dl dd .radio input[type=radio] {
  display: none;
}
section.survey .survey-wrapper form dl dd .radio input[type=radio] + label {
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
section.survey .survey-wrapper form dl dd .radio input[type=radio] + label span {
  font-size: 12px;
}
section.survey .survey-wrapper form dl dd .radio input[type=radio] + label::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #000;
  background: #fff;
  vertical-align: middle;
  margin-right: 8px;
}
section.survey .survey-wrapper form dl dd .radio input[type=radio]:checked + label::before {
  background: #0099DB;
}
section.survey .survey-wrapper button[type=submit], section.survey .survey-wrapper button[type=button] {
  width: 270px;
  background: #0099DB;
  color: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.05em;
  margin: 40px auto 0;
  display: block;
}
section.survey .survey-wrapper button[type=submit].disable, section.survey .survey-wrapper button[type=button].disable {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 768px) {
  section.survey {
    padding: calc(108 / var(--sp)) 0 calc(80 / var(--sp));
  }
  section.survey .survey-wrapper {
    width: calc(350 / var(--sp));
  }
  section.survey .survey-wrapper h1 {
    font-size: calc(22 / var(--sp));
    line-height: 100%;
  }
  section.survey .survey-wrapper h1 + img {
    width: calc(302 / var(--sp));
    margin-top: calc(27 / var(--sp));
  }
  section.survey .survey-wrapper h1 + p {
    margin-top: calc(34 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: 100%;
    letter-spacing: 0.05em;
  }
  section.survey .survey-wrapper h1 + p + button {
    margin-top: calc(119 / var(--sp));
  }
  section.survey .survey-wrapper h1 + p + button + .more {
    margin-top: calc(16 / var(--sp));
  }
  section.survey .survey-wrapper form {
    margin-top: calc(40 / var(--sp));
  }
  section.survey .survey-wrapper form dl:not(:nth-of-type(1)):not(:nth-last-of-type(1)) {
    padding: calc(33 / var(--sp)) 0;
  }
  section.survey .survey-wrapper form dl:nth-last-of-type(1) {
    padding-top: calc(33 / var(--sp));
  }
  section.survey .survey-wrapper form dl dt {
    font-size: calc(14 / var(--sp));
    line-height: calc(14 / var(--sp));
    letter-spacing: 0.05em;
  }
  section.survey .survey-wrapper form dl dd {
    margin-top: calc(16 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd input[type=text], section.survey .survey-wrapper form dl dd textarea {
    border-radius: calc(4 / var(--sp));
    padding: calc(10 / var(--sp)) calc(5 / var(--sp));
    font-size: calc(16 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd .star-rating {
    text-align: center;
  }
  section.survey .survey-wrapper form dl dd .star-rating .star {
    width: calc(32 / var(--sp));
    height: calc(32 / var(--sp));
    margin-right: calc(10 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd .radio {
    gap: calc(16 / var(--sp)) calc(13 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd .radio input[type=radio] + label {
    width: 48%;
    font-size: calc(16 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd .radio input[type=radio] + label span {
    font-size: calc(12 / var(--sp));
  }
  section.survey .survey-wrapper form dl dd .radio input[type=radio] + label::before {
    width: calc(20 / var(--sp));
    height: calc(20 / var(--sp));
    margin-right: calc(8 / var(--sp));
  }
  section.survey .survey-wrapper form button[type=submit], section.survey .survey-wrapper form button[type=button] {
    width: calc(270 / var(--sp));
    border-radius: calc(22 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(44 / var(--sp));
    margin-top: calc(40 / var(--sp));
  }
}/*# sourceMappingURL=survey.css.map */