@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: calc(100vw / ( 640 / 26 ));
}

body {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  background: #ddd;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0084ff;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

body figure {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 calc(100vw / ( 640 / 40 ));
  margin: 0 auto;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.contents {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.note {
  font-size: calc(100vw / ( 640 / 14 ));
  line-height: 1.6;
  margin-left: 1em;
  color: #8c8c8c;
}
.note li {
  margin: 0 0 .5em;
  text-indent: -1em;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

em {
  font-weight: bold;
  font-weight: 700;
}

.f_b {
  font-weight: bold;
  font-weight: 900;
}

.l {
  font-size: 1.23076em;
}

.ll {
  font-size: 1.6666666em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe6cc), color-stop(90%, #ffe6cc), color-stop(90%, #ffe6cc), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #ffe6cc 60%, #ffe6cc 90%, #ffe6cc 90%, transparent 90%);
}

.grecaptcha-badge {
  z-index: 300;
  bottom: calc(100vw / ( 640 / 30 )) !important;
}

/*=======================================
	mv
=======================================*/
.mv {
  padding: calc(100vw / ( 640 / 50 )) 0 0;
}
.mv .wrap {
  padding: 0 calc(100vw / ( 640 / 50 ));
}
.mv .h {
  max-width: calc(100vw / ( 640 / 540 ));
  margin: calc(100vw / ( 640 / -24 )) auto 0;
  position: relative;
  z-index: 1;
}
.mv .slider {
  display: none;
}
.mv .slider.slick-initialized {
  display: block;
}
.mv .slider {
  /*		.slick-slide{
  			margin: 0 calc(100vw / ( 640 / 20 ));
  			border: calc(100vw / ( 640 / 4 )) solid #fff;
  		}*/
}
.mv .slider:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 74 ));
  height: calc(100vw / ( 640 / 277 ));
  background: url("../images/diagnose_b/mv_copy.png");
  background-size: contain;
  position: absolute;
  top: calc(100vw / ( 640 / -20 ));
  right: calc(100vw / ( 640 / 10 ));
}
.mv .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.mv .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 10px;
  border-radius: 50%;
}
.mv .slick-dots .slick-active {
  background: #333;
}
.mv .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none;
}

/*=======================================
	q
=======================================*/
.survey-step {
  padding: calc(100vw / ( 640 / 20 )) 0 calc(100vw / ( 640 / 60 ));
}
.survey-step .num {
  width: calc(100vw / ( 640 / 60 ));
  height: calc(100vw / ( 640 / 60 ));
  line-height: calc(100vw / ( 640 / 60 ));
  border-radius: 50%;
  background: url("../images/diagnose_b/num_bg.png") no-repeat;
  background-size: contain;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  margin-bottom: 1rem;
}
.survey-step h2 {
  font-size: calc(100vw / ( 640 / 32 ));
  font-weight: bold;
  line-height: 1.4;
  color: #ff8920;
  margin-bottom: 1rem;
}
.survey-step h2 span {
  display: block;
  color: #000;
  font-size: calc(100vw / ( 640 / 22 ));
  font-weight: normal;
  margin-top: .4rem;
}
.survey-step figure {
  margin: 0 0 calc(100vw / ( 640 / 40 ));
}
.survey-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey-step ul.col2 {
  max-width: calc(100vw / ( 640 / 540 ));
  margin: 0 auto;
}
.survey-step ul.col2 li {
  width: calc(100vw / ( 640 / 254 ));
  margin: 0 calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 30 )) 0;
}
.survey-step ul.col2 li:nth-child(even) {
  margin-right: 0;
}
.survey-step ul.col3 li {
  width: calc(100vw / ( 640 / 180));
  margin-bottom: calc(100vw / ( 640 / 20 ));
}
.survey-step ul.col3 li:nth-of-type(2),
.survey-step ul.col3 li:nth-of-type(5),
.survey-step ul.col3 li:nth-of-type(8),
.survey-step ul.col3 li:nth-of-type(11),
.survey-step ul.col3 li:nth-of-type(14),
.survey-step ul.col3 li:nth-of-type(17),
.survey-step ul.col3 li:nth-of-type(20),
.survey-step ul.col3 li:nth-of-type(23) {
  margin: 0 calc(100vw / ( 640 / 10 ));
}
.survey-step .txt {
  text-align: left;
}
.survey-step .txt p {
  font-size: calc(100vw / ( 640 / 22 ));
  font-weight: bold;
}
.survey-step .txt textarea {
  background: #f0f0f0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .6rem .8rem;
  min-height: 3em;
  border: none;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
  font-size: 16px;
}
.survey-step .txt :-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: calc(100vw / ( 640 / 26 ));
}
.survey-step .txt :-ms-input-placeholder {
  color: #b6b6b6;
  font-size: calc(100vw / ( 640 / 26 ));
}
.survey-step .txt ::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: calc(100vw / ( 640 / 26 ));
}
.survey-step .txt ::-ms-input-placeholder {
  color: #b6b6b6;
  font-size: calc(100vw / ( 640 / 26 ));
}
.survey-step .txt ::placeholder {
  color: #b6b6b6;
  font-size: calc(100vw / ( 640 / 26 ));
}
.survey-step button.next-step {
  background: #ff395e;
  color: #fff;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
  font-size: calc(100vw / ( 640 / 24 ));
  width: calc(100vw / ( 640 / 200 ));
  height: calc(100vw / ( 640 / 60 ));
  line-height: calc(100vw / ( 640 / 60 ));
  border-radius: calc(100vw / ( 640 / 30 ));
  border: none;
  margin-top: calc(100vw / ( 640 / 20 ));
  position: relative;
}
.survey-step button.next-step:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 18 ));
  height: calc(100vw / ( 640 / 17 ));
  background: url("../images/diagnose_b/icon_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: calc(100vw / ( 640 / 20 ));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.survey-step input[type="radio"],
.survey-step input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  width: 0;
}
.survey-step input[type="radio"] + p,
.survey-step input[type="checkbox"] + p {
  height: calc(100vw / ( 640 / 80 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(100vw / ( 640 / 40 ));
  cursor: pointer;
  font-size: calc(100vw / ( 640 / 22 ));
  font-weight: bold;
  padding: calc(100vw / ( 640 / 4 ));
  line-height: 1.2;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#ffae58), to(#ff6883));
  background: linear-gradient(to right, #ffae58 0%, #ff6883 100%);
}
.survey-step input[type="radio"] + p span,
.survey-step input[type="checkbox"] + p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(100vw / ( 640 / 40 ));
  background: #fff;
}
.survey-step input[type="radio"]:checked + p span,
.survey-step input[type="checkbox"]:checked + p span {
  color: #fff;
  background: none;
}
.survey-step .select {
  margin-top: 1rem;
  position: relative;
}
.survey-step .select:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 20 ));
  height: calc(100vw / ( 640 / 20 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: calc(100vw / ( 640 / 2 )) solid #666;
  border-right: calc(100vw / ( 640 / 2 )) solid #666;
  position: absolute;
  top: 48%;
  right: calc(100vw / ( 640 / 30 ));
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.survey-step .select select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: .8rem;
  font-size: 16px;
  line-height: 1.2;
  background: #f0f0f0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.survey-step .progress {
  margin: calc(100vw / ( 640 / 80 )) 0 0;
}
.survey-step .progress ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-step .progress ol li {
  width: calc(100vw / ( 640 / 10 ));
  height: calc(100vw / ( 640 / 10 ));
  background: #e2e2e2;
  border-radius: 50%;
  margin: 0 calc(100vw / ( 640 / 10 ));
  text-indent: -9999px;
}
.survey-step .progress ol .current {
  width: calc(100vw / ( 640 / 30 ));
  height: calc(100vw / ( 640 / 30 ));
  line-height: calc(100vw / ( 640 / 30 ));
  background: #ffae58;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: calc(100vw / ( 640 / 20 ));
  text-indent: inherit;
}
.survey-step .progress .bar {
  width: 100%;
  height: calc(100vw / ( 640 / 10 ));
  background: #efefef;
  border-radius: calc(100vw / ( 640 / 6 ));
  position: relative;
  overflow: hidden;
}
.survey-step .progress .bar:after {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  background: #ffae58;
  position: absolute;
  top: 0;
  left: 0;
}
.survey-step .progress .rest {
  margin-top: calc(100vw / ( 640 / 30 ));
}
.survey-step .progress .rest span {
  display: inline-block;
  color: #ff8920;
  font-weight: bold;
  padding: 0 calc(100vw / ( 640 / 56 ));
  position: relative;
}
.survey-step .progress .rest span:before, .survey-step .progress .rest span:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 36 ));
  height: calc(100vw / ( 640 / 44 ));
  background-image: url("../images/diagnose_b/progress_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.survey-step .progress .rest span:after {
  background-position: right center;
  left: auto;
  right: 0;
}
.survey-step .slick-arrow {
  width: calc(100vw / ( 640 / 40 ));
  height: calc(100vw / ( 640 / 190 ));
  /*		background: rgba(52,150,10,0.3);*/
  position: absolute;
  top: 0;
  left: calc(100vw / ( 640 / -30 ));
}
.survey-step .slick-arrow:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 22 ));
  height: calc(100vw / ( 640 / 22 ));
  border-right: calc(100vw / ( 640 / 4 )) solid #000;
  border-bottom: calc(100vw / ( 640 / 4 )) solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: calc(100vw / ( 640 / 10 ));
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.survey-step .slick-arrow.next {
  left: auto;
  right: calc(100vw / ( 640 / -30 ));
}
.survey-step .slick-arrow.next:before {
  left: auto;
  right: calc(100vw / ( 640 / 10 ));
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.survey-step .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.survey-step .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 10px;
  border-radius: 50%;
}
.survey-step .slick-dots .slick-active {
  background: #333;
}
.survey-step .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none;
}
.survey-step .error,
.survey-step .error_b {
  display: none;
  margin: .5rem 0;
}
.survey-step .error span,
.survey-step .error_b span {
  display: inline-block;
  color: #ff5877;
  font-weight: bold;
  border: calc(100vw / ( 640 / 2 )) solid #ff5877;
  line-height: 1.2;
  padding: 0.3rem 0.8rem 0.3rem calc(100vw / ( 640 / 70 ));
  border-radius: calc(100vw / ( 640 / 6 ));
  position: relative;
}
.survey-step .error span:before,
.survey-step .error_b span:before {
  content: "!";
  display: block;
  width: calc(100vw / ( 640 / 50 ));
  height: 100%;
  background: #ff5877;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-radius: calc(100vw / ( 640 / 6 )) 0 0 calc(100vw / ( 640 / 6 ));
  position: absolute;
  top: 0;
  left: 0;
}

#q12 .progress .bar:after {
  width: 66%;
}

#q13 .progress .bar:after {
  width: 100%;
}

#q14 figure {
  max-width: calc(100vw / ( 640 / 380 ));
  margin: 0 auto calc(100vw / ( 640 / 30 ));
}
#q14 button {
  background: none;
  padding: 0;
  margin: 2rem 0 0;
  border: none;
  vertical-align: top;
}
#q14 .btn {
  margin: 2rem 0 0;
}

/*=======================================
	footer
=======================================*/
footer {
  background: #000;
  color: #fff;
  padding: calc(100vw / ( 640 / 30 )) 0 calc(100vw / ( 640 / 200 ));
  font-size: calc(100vw / ( 640 / 14 ));
  line-height: 1;
}
footer .wrap {
  padding: 0 calc(100vw / ( 640 / 40 ));
}
footer a {
  color: #fff;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
footer li {
  margin: 0 1rem;
  position: relative;
}
footer li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
  right: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer li:last-child:after {
  display: none;
}
footer p {
  color: #a1a1a1;
}

/*=======================================
	thanks
=======================================*/
.loading {
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 9999;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.loading .wrap {
  padding: calc(100vw / ( 640 / 30 ));
}
.loading .txt {
  max-width: calc(100vw / ( 640 / 390 ));
  margin: calc(100vw / ( 640 / 50 )) auto calc(100vw / ( 640 / 100 ));
}
.loading .txt img {
  -webkit-animation: skew 1s linear infinite;
          animation: skew 1s linear infinite;
}
@-webkit-keyframes skew {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes skew {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

body.is-lock {
  overflow: hidden;
}

.thanks .mv {
  padding: 0;
  margin-bottom: calc(100vw / ( 640 / 44 ));
}
.thanks .learn {
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.thanks .cta {
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.thanks .cta figure {
  max-width: calc(100vw / ( 640 / 514 ));
  margin: calc(100vw / ( 640 / 34 )) auto calc(100vw / ( 640 / 70 ));
}
.thanks .cta .btn {
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.thanks .cta .txt {
  margin: 0 calc(100vw / ( 640 / -10 ));
}
.thanks .result {
  background: #ffae58;
  padding-bottom: calc(100vw / ( 640 / 30 ));
}
.thanks .result .txt {
  margin: calc(100vw / ( 640 / -54 )) 0 0;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  html {
    font-size: 26px;
  }

  .sp_only,
  .sp_only_inline {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .pc_only_inline {
    display: inline;
  }

  .wrap {
    padding: 0 40px;
  }

  .note {
    font-size: 14px;
  }

  .grecaptcha-badge {
    bottom: 30px !important;
  }

  /*=======================================
  	mv
  =======================================*/
  .mv {
    padding: 50px 0 0;
  }
  .mv .wrap {
    padding: 0 50px;
  }
  .mv .h {
    max-width: 540px;
    margin: -24px auto 0;
  }
  .mv .slider:after {
    width: 74px;
    height: 277px;
    top: -20px;
    right: 10px;
  }

  /*=======================================
  	q
  =======================================*/
  .survey-step {
    padding: 20px 0 60px;
  }
  .survey-step .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .survey-step h2 {
    font-size: 32px;
  }
  .survey-step h2 span {
    font-size: 22px;
  }
  .survey-step figure {
    margin: 0 0 40px;
  }
  .survey-step ul.col2 {
    max-width: 540px;
  }
  .survey-step ul.col2 li {
    width: 254px;
    margin: 0 30px 30px 0;
  }
  .survey-step ul.col3 li {
    width: 180px;
    margin-bottom: 20px;
  }
  .survey-step ul.col3 li:nth-of-type(2),
  .survey-step ul.col3 li:nth-of-type(5),
  .survey-step ul.col3 li:nth-of-type(8),
  .survey-step ul.col3 li:nth-of-type(11),
  .survey-step ul.col3 li:nth-of-type(14),
  .survey-step ul.col3 li:nth-of-type(17),
  .survey-step ul.col3 li:nth-of-type(20),
  .survey-step ul.col3 li:nth-of-type(23) {
    margin: 0 10px;
  }
  .survey-step .txt p {
    font-size: 22px;
  }
  .survey-step .txt textarea {
    min-height: 10em;
    font-size: 24px;
  }
  .survey-step .txt :-webkit-input-placeholder {
    font-size: 26px;
  }
  .survey-step .txt :-ms-input-placeholder {
    font-size: 26px;
  }
  .survey-step .txt ::-webkit-input-placeholder {
    font-size: 26px;
  }
  .survey-step .txt ::-ms-input-placeholder {
    font-size: 26px;
  }
  .survey-step .txt ::placeholder {
    font-size: 26px;
  }
  .survey-step button.next-step {
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .survey-step button.next-step:after {
    width: 18px;
    height: 17px;
    right: 20px;
  }
  .survey-step input[type="radio"] + p,
  .survey-step input[type="checkbox"] + p {
    height: 80px;
    border-radius: 40px;
    font-size: 22px;
    padding: 4px;
  }
  .survey-step input[type="radio"] + p span,
  .survey-step input[type="checkbox"] + p span {
    border-radius: 40px;
  }
  .survey-step .select:after {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    right: 30px;
  }
  .survey-step .progress {
    margin: 80px 0 0;
  }
  .survey-step .progress ol li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
  .survey-step .progress ol .current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .survey-step .progress .bar {
    height: 10px;
    border-radius: 6px;
  }
  .survey-step .progress .rest {
    margin-top: 30px;
  }
  .survey-step .progress .rest span {
    padding: 0 56px;
  }
  .survey-step .progress .rest span:before, .survey-step .progress .rest span:after {
    width: 36px;
    height: 44px;
  }
  .survey-step .slick-arrow {
    width: 40px;
    height: 190px;
    left: -30px;
  }
  .survey-step .slick-arrow:before {
    width: 22px;
    height: 22px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    left: 10px;
  }
  .survey-step .slick-arrow.next {
    left: auto;
    right: -30px;
  }
  .survey-step .slick-arrow.next:before {
    left: auto;
    right: 10px;
  }
  .survey-step .error span,
  .survey-step .error_b span {
    border: 2px solid #ff5877;
    padding: .3rem .8rem .3rem 70px;
    border-radius: 6px;
  }
  .survey-step .error span:before,
  .survey-step .error_b span:before {
    width: 50px;
    border-radius: 6px 0 0 6px;
  }

  #q14 figure {
    max-width: 380px;
    margin: 0 auto 30px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 30px 0 20px;
    font-size: 14px;
  }
  footer .wrap {
    padding: 0 40px;
  }

  /*=======================================
  	thanks
  =======================================*/
  .loading .wrap {
    max-width: 400px;
    padding: 30px;
  }
  .loading .txt {
    max-width: 250px;
    margin: 30px auto 60px;
  }

  .thanks .mv {
    padding: 0;
    margin-bottom: 44px;
  }
  .thanks .learn {
    margin-bottom: 40px;
  }
  .thanks .cta {
    margin-bottom: 60px;
  }
  .thanks .cta figure {
    max-width: 514px;
    margin: 34px auto 70px;
  }
  .thanks .cta .btn {
    margin-bottom: 40px;
  }
  .thanks .cta .txt {
    margin: 0 -10px;
  }
  .thanks .result {
    padding-bottom: 30px;
  }
  .thanks .result .txt {
    margin: -54px 0 0;
  }
}
