.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section.privacy_policy, .section.tokushouhou {
  z-index: 10;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper_image.sec1_bg {
  width: 100%;
}

.wrapper_image.button_sec1 {
  width: 98%;
  position: absolute;
  inset: auto auto 0%;
}

.wrapper_image.cursor_sec1 {
  width: 17%;
  position: absolute;
  inset: auto 0% .5% auto;
}

.wrapper_image.button_result {
  width: 100%;
  position: relative;
}

.wrapper_text.sec1_list {
  font-size: 40px;
  position: absolute;
  inset: auto auto 35% 19%;
}

.wrapper_text.sec1_list.middle {
  bottom: 29.8%;
}

.wrapper_text.sec1_list.lower {
  bottom: 24.5%;
}

.wrapper_text.note_age20 {
  position: absolute;
  inset: auto 17% 2.6% auto;
}

.wrapper_text.sec3_title {
  position: absolute;
  inset: 4% 0% auto;
}

.wrapper_text.sec3_step1 {
  position: absolute;
  inset: 25.5% 0% auto;
}

.wrapper_text.sec3_step2 {
  position: absolute;
  inset: 52.2% 0% auto;
}

.wrapper_text.sec3_step3 {
  position: absolute;
  inset: 80.5% 0% auto;
}

.wrapper_text.field_label {
  width: 98%;
  margin-bottom: 5%;
}

.wrapper_text.footer {
  cursor: pointer;
}

.wrapper_text.privacy_policy {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 3%;
  overflow: scroll;
}

.wrapper_text.tokushouhou {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 3%;
}

.text {
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.text.sec1_list {
  font-weight: 500;
  line-height: 40px;
}

.text.note_age20 {
  color: #545454;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.text.sec3_title {
  text-align: center;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 12px;
  paint-order: stroke;
  font-size: 68px;
  font-weight: 700;
  line-height: 84px;
}

.text.sec3_step1 {
  text-align: center;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 10px;
  paint-order: stroke;
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
}

.span.bold {
  font-weight: 800;
}

.button.transparent_button_sec1 {
  z-index: 1;
  background-color: #3898ec00;
  border-radius: 100px;
  position: absolute;
  inset: 17% 2% 28%;
}

.button.result {
  z-index: 1;
  background-color: #3898ec00;
  border-radius: 100px;
  position: absolute;
  inset: 18% 7% 28%;
}

.text-2 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.text-2.title_menseki {
  color: #b4b4b4;
  text-align: center;
  margin-bottom: 5%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.text-2.main_menseki {
  color: #b4b4b4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 39px;
}

.text-2.title_survey {
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 59px;
  line-height: 59px;
}

.line {
  background-color: #ffd6d6;
  border-radius: 15px;
  width: 100%;
  height: 7px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.footer {
  background-color: #c7ebf2;
}

.radio_button {
  cursor: pointer;
  border: 3px solid #c7ebf2;
  width: 43px;
  height: 43px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2%;
}

.radio_button.w--redirected-checked {
  background-image: url('../images/bullet.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 86%;
  background-attachment: scroll;
  border: 3px solid #c7ebf2;
}

.radio_button.w--redirected-focus, .radio_button.w--redirected-focus-visible {
  box-shadow: 0 2px 5px #0000;
}

.flex.radio_button_choices {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-bottom: 0;
  margin-right: 0%;
  padding-left: 0;
  display: flex;
}

.flex.radio_button_choices.q4_3 {
  width: 38%;
}

.flex.radio_button_field {
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  margin-bottom: 3%;
}

.flex.footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.block.title_survey {
  background-color: #ff99d8;
  width: 92%;
  margin-top: 4%;
  margin-bottom: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.block.mensekijikou {
  border: 10px solid #d9d9d9;
  border-radius: 15px;
  width: 76%;
  margin-top: 25%;
  margin-bottom: 10%;
  padding: 5% 3%;
}

.block.question {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 7%;
  display: flex;
}

.form {
  width: 100%;
}

.field_label {
  word-break: keep-all;
  width: auto;
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 43px;
}

.form_block {
  width: 92%;
  margin-bottom: 0;
}

.text-3 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.text-3.footer {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-4 {
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
}

.text-4.privacy_policy.title {
  margin-bottom: 2%;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.text-4.privacy_policy.maintext {
  display: block;
}

.text-4.tokushouhou.title {
  margin-bottom: 2%;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3.privacy_policy, .container-3.tokushouhou {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wrapper_block.privacy_policy {
  width: 100%;
  height: 100%;
  padding: 3%;
}

.wrapper_block.tokushouhou {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .wrapper_image.cursor_sec1 {
    width: 17%;
  }

  .text.sec1_list {
    font-size: 31px;
    line-height: 31px;
  }

  .text.note_age20 {
    font-size: 20px;
    line-height: 20px;
  }

  .text.sec3_title {
    -webkit-text-stroke-width: 10px;
    font-size: 53px;
    line-height: 65px;
  }

  .text.sec3_step1 {
    font-size: 27px;
    line-height: 42px;
  }

  .text-2.title_menseki {
    font-size: 30px;
    line-height: 30px;
  }

  .text-2.main_menseki {
    font-size: 25px;
    line-height: 31px;
  }

  .text-2.title_survey {
    font-size: 45px;
    line-height: 45px;
  }

  .field_label {
    font-size: 32px;
    line-height: 32px;
  }

  .text-3.footer {
    font-size: 24px;
    line-height: 24px;
  }

  .text-4.privacy_policy.title {
    font-size: 18px;
    line-height: 18px;
  }

  .text-4.privacy_policy.maintext, .text-4.tokushouhou.maintext {
    font-size: 11px;
    line-height: 18px;
  }

  .text-4.tokushouhou.title {
    font-size: 18px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .text.sec1_list {
    font-size: 4.2vw;
    line-height: 4.2vw;
  }

  .text.note_age20 {
    font-size: 2.7vw;
    line-height: 2.7vw;
  }

  .text.sec3_title {
    -webkit-text-stroke-width: 1.2vw;
    font-size: 7.2vw;
    line-height: 9vw;
  }

  .text.sec3_step1 {
    -webkit-text-stroke-width: 1.2vw;
    font-size: 3.7vw;
    line-height: 6vw;
  }

  .text-2.title_menseki {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .text-2.main_menseki {
    font-size: 3.45vw;
    line-height: 4.5vw;
  }

  .text-2.title_survey {
    font-size: 6vw;
    line-height: 6vw;
  }

  .line {
    height: 1vw;
  }

  .radio_button, .radio_button.w--redirected-checked {
    width: 5vw;
    height: 5vw;
  }

  .block.mensekijikou {
    border-width: 1vw;
  }

  .field_label {
    font-size: 4.4vw;
    line-height: 4.4vw;
  }

  .text-3.footer {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}


