/* common ********************************************/
img {
  display: block;
}
section.secBox {
  margin: 3rem 0;
  padding: 3rem 0;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  section.secBox {
    margin: 2rem 0;
    padding: 2rem 0;
  }
}

/* contents ********************************************/
/* q */
.q-cnt {
  font-size: 2rem;
}
.q-cnt span {
  font-size: 1.2em;
  display: inline-block;
  color: #fff;
  background: #5db477;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  line-height: 96px;
  margin-bottom: 1.5rem;
}
.q-cnt p {
  margin: 0;
}
/* a */
.a-cnt {
  margin: 2rem 0;
}
.a-cnt label {
  font-size: 1.2rem;
  font-weight: bold;
}
body .wrap #question .btn_wrap input:checked + label {
  background: #e7feee;
}

/* step */
.stp-cnt {
  width: 400px;
  max-width: 95%;
  margin: 4rem auto 0;
  position: relative;
}
.stp-cnt::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #686868;
  z-index: -1;
}
.stp-cnt ul.stp-wrap {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.stp-cnt ul.stp-wrap .stp-cur {
  display: inline-block;
  font-size: 1rem;
  background: #5db477;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
.stp-cnt ul.stp-wrap .stp-past,
.stp-cnt ul.stp-wrap .stp-future {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.stp-cnt ul.stp-wrap .stp-past {
  border: solid 1px #686868;
  background: #686868;
}
.stp-cnt ul.stp-wrap .stp-future {
  background: #fff;
  border: solid 1px #686868;
}

/* checkbox */
body .wrap #question .a-checkbox .btn_wrap label {
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-flex;
  align-items: center;
  column-gap: 4%;
  box-sizing: border-box;
}
body .wrap #question .a-checkbox .btn_wrap label span {
  display: inline-block;
}
body .wrap #question .a-checkbox .btn_wrap label span.a-checkboxSq {
  width: 30px;
  height: 30px;
  border: solid 2px #686868;
}
body .wrap #question .a-checkbox .btn_wrap label span.a-checkboxSqTxt {
  width: calc(100% - 4% - 30px);
  line-height: 1.5;
}

/* q3 */
body .wrap #question #q3 .btn_wrap label .check {
  display: none;
  width: 6.4814814815%;
  top: 29%;
  left: 9.2%;
}
body .wrap #question #q3 .btn_wrap input:checked + label .check {
  display: block !important;
  animation: opacity 0.1s forwards linear, crip_left 0.5s forwards ease-in-out;
}

/* q5 */
body .wrap #question #q5 .a-checkbox .btn_wrap label {
  padding: 5%;
  box-sizing: border-box;
}
body .wrap #question #q5 .a-checkbox .btn_wrap label .check {
  display: none;
  width: 6.4814814815%;
  top: 29%;
  left: 9.2%;
}
body .wrap #question #q5 .a-checkbox .btn_wrap label .check_2 {
  top: 31%;
  left: 9.2%;
}
body .wrap #question #q5 .a-checkbox .btn_wrap input:checked + label .check {
  display: block !important;
  animation: opacity 0.1s forwards linear, crip_left 0.5s forwards ease-in-out;
}
body .wrap #question #q5 .btn_wrap label img {
  margin: 0;
}
body .wrap #question #q5 .stp-cnt {
  margin: 5rem auto;
}
/* btn */
body .wrap #question .next_btn {
  background: #2d3f49;
}
body .wrap #thanks .cmp_btn {
  width: 50%;
  height: auto;
  padding: 1.5em;
  margin: 2em auto;
  box-sizing: border-box;
  background: #2d3f49;
  font-weight: bold;
  font-size: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  border: none;
  color: #fff;
  font-family: sans-serif;
  cursor: pointer;
  position: relative;
}
body .wrap #thanks .cmp_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  /* q */
  .q-cnt {
    font-size: 1.3rem;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .q-cnt span {
    font-size: 1.2em;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 1.3rem;
  }
  .q-cnt p {
    margin: 0;
  }
  /* a */
  .a-cnt {
    margin: 2rem 0;
  }
  .a-cnt label {
    font-size: 1rem;
  }

  /* step */
  .stp-cnt {
    width: 360px;
    max-width: 90%;
    margin: 4rem auto 0;
  }
  .stp-cnt::after {
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #686868;
    z-index: -1;
  }
  .stp-cnt ul.stp-wrap .stp-cur {
    font-size: 0.9rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
  }
  .stp-cnt ul.stp-wrap .stp-past,
  .stp-cnt ul.stp-wrap .stp-future {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  /* checkbox */
  body .wrap #question .a-checkbox .btn_wrap label {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-flex;
    align-items: center;
    column-gap: 4%;
    box-sizing: border-box;
  }
  body .wrap #question .a-checkbox .btn_wrap label span {
    display: inline-block;
  }
  body .wrap #question .a-checkbox .btn_wrap label span.a-checkboxSq {
    width: 6%;
    padding-top: 6%;
    height: auto;
  }
  body .wrap #question .a-checkbox .btn_wrap label span.a-checkboxSqTxt {
    width: calc(100% - 4% - 6%);
  }

  /* q3 */
  body .wrap #question #q3 .btn_wrap label .check {
    display: none;
    width: 6.4814814815%;
    top: 35%;
    left: 9.2%;
  }
  body .wrap #question #q3 .btn_wrap input:checked + label .check {
    display: block !important;
    animation: opacity 0.1s forwards linear, crip_left 0.5s forwards ease-in-out;
  }

  /* q5 */
  body .wrap #question #q5 .a-checkbox .btn_wrap label {
    padding: 5%;
    box-sizing: border-box;
  }
  body .wrap #question #q5 .a-checkbox .btn_wrap label .check {
    display: none;
    width: 6.4814814815%;
    top: 32%;
    left: 9.2%;
  }
  body .wrap #question #q5 .a-checkbox .btn_wrap label .check_2 {
    top: 36%;
    left: 9.2%;
  }
  body .wrap #question #q5 .a-checkbox .btn_wrap input:checked + label .check {
    display: block !important;
    animation: opacity 0.1s forwards linear, crip_left 0.5s forwards ease-in-out;
  }
  body .wrap #question #q5 .btn_wrap label img {
    margin: 0;
  }
  body .wrap #question #q5 .stp-cnt {
    margin: 5rem auto;
  }
  /* btn */
  body .wrap #question .next_btn {
    background: #2d3f49;
  }
  body .wrap #thanks .cmp_btn {
    width: 85%;
    padding: 1em;
    margin: 2em auto;
    font-size: 1.5em;
  }
}
@media (max-width: 440px) {
  /* q5 */
  body .wrap #question #q5 .a-checkbox .btn_wrap label .check {
    display: none;
    width: 6.4814814815%;
    top: 36%;
    left: 9.2%;
  }
  body .wrap #question #q5 .a-checkbox .btn_wrap label .check_2 {
    top: 40%;
    left: 9.2%;
  }
}
