.kakko {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

#quiz_content h3,
#quiz_form h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #000;
  border-radius: 6px;
  display: block;
  padding: 0.5em 0 0.6em;
}
@media screen and (max-width: 1080px) {
  #quiz_content h3,
  #quiz_form h3 {
    font-size: 2.2vw;
    border-radius: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content h3,
  #quiz_form h3 {
    font-size: 4.5vw;
    border-radius: 1.6vw;
    padding: 0.7em 0 0.8em;
  }
}

#quiz_content {
  background-color: #002282;
  background-image: url(../images/quiz/bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 1600px auto;
  background-position: center cbottom;
  padding-bottom: 105px;
}
@media screen and (max-width: 1080px) {
  #quiz_content {
    background-size: 148.1vw auto;
    padding-bottom: 9.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content {
    background-image: url(../images/quiz/bg01_sp.png);
    background-size: cover;
    padding-bottom: 10.8vw;
  }
}
#quiz_content .head_box {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  #quiz_content .head_box {
    max-width: none;
    width: 90.7%;
    padding-top: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content .head_box {
    width: 100%;
    padding-top: 8vw;
  }
}
#quiz_content .head_box h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #quiz_content .head_box h2 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content .head_box h2 {
    font-size: 4.8vw;
  }
}
#quiz_content .head_box .head_txt {
  font-size: 18px;
  font-weight: 500;
  margin-top: 1.5em;
  color: #fff;
  line-height: 1.9em;
  text-align: justify;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_content .head_box .head_txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content .head_box .head_txt {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7vw;
    margin-top: 3.6vw;
  }
}
#quiz_content #camp01 {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 {
    margin-top: 12vw;
  }
}
#quiz_content #camp01 .wrap_sp {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .wrap_sp {
    padding-top: 3.7vw;
    padding-bottom: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .wrap_sp {
    padding-top: 6.9vw;
    padding-bottom: 9.3vw;
  }
}
#quiz_content #camp01 .camp01_section {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section {
    max-width: none;
    width: 80.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section {
    width: 77.3vw;
  }
}
#quiz_content #camp01 .camp01_section + .camp01_section {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section + .camp01_section {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section + .camp01_section {
    margin-top: 7.3vw;
  }
}
#quiz_content #camp01 .camp01_section .chara {
  position: absolute;
}
#quiz_content #camp01 .camp01_section01 .txt01, #quiz_content #camp01 .camp01_section02 .txt01 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section01 .txt01, #quiz_content #camp01 .camp01_section02 .txt01 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section01 .txt01, #quiz_content #camp01 .camp01_section02 .txt01 {
    font-size: 5.6vw;
    line-height: 6.7vw;
  }
}
#quiz_content #camp01 .camp01_section01 .txt01 .t01, #quiz_content #camp01 .camp01_section02 .txt01 .t01 {
  font-size: 45px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section01 .txt01 .t01, #quiz_content #camp01 .camp01_section02 .txt01 .t01 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section01 .txt01 .t01, #quiz_content #camp01 .camp01_section02 .txt01 .t01 {
    font-size: 7.2vw;
  }
}
#quiz_content #camp01 .camp01_section01 .txt01 .t02, #quiz_content #camp01 .camp01_section02 .txt01 .t02 {
  font-size: 31px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section01 .txt01 .t02, #quiz_content #camp01 .camp01_section02 .txt01 .t02 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section01 .txt01 .t02, #quiz_content #camp01 .camp01_section02 .txt01 .t02 {
    font-size: 4.9vw;
  }
}
#quiz_content #camp01 .camp01_section03 .txt01 {
  max-width: 498px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section03 .txt01 {
    max-width: none;
    width: 46.1vw;
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .txt01 {
    width: 71.3vw;
    margin-top: 4.7vw;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 {
    max-width: none;
    width: 55.6vw;
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 {
    width: 100%;
    margin-top: 3.3vw;
    display: block;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 .poster {
  width: 42.8%;
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .poster {
    width: 66vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 .txt_block {
  width: 52.8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vw;
    flex-direction: row;
    align-items: center;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .img01 {
  width: 51.6%;
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .img01 {
    width: 37.5%;
    padding-top: 0;
    order: 2;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .txt02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  color: #003c96;
  margin-top: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .txt02 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .txt02 {
    font-size: 4.2vw;
    line-height: 1.5em;
    order: 1;
  }
}
#quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .sub_txt01 {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-top: 38px;
  color: #000;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .sub_txt01 {
    font-size: 1.1vw;
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .img_box01 .txt_block .sub_txt01 {
    width: 48.3vw;
    margin-top: 0.9vw;
    font-size: 2.7vw;
    text-align: justify;
  }
}
#quiz_content #camp01 .camp01_section03 .chara {
  width: 120px;
  left: -26px;
  bottom: 5px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section03 .chara {
    width: 11.1vw;
    left: -2.4vw;
    bottom: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section03 .chara {
    display: none;
  }
}
#quiz_content #camp01 .camp01_section04 .txt_box01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding-left: 110px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 {
    margin-top: 4.2vw;
    padding-left: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 {
    width: 77.3vw;
    padding-left: 0;
    margin-top: 5.3vw;
  }
}
#quiz_content #camp01 .camp01_section04 .txt_box01 .icon01 {
  width: 105px;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 .icon01 {
    width: 9.7vw;
    top: -1.9vw;
    left: -1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 .icon01 {
    position: static;
    width: 25.1vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#quiz_content #camp01 .camp01_section04 .txt_box01 .txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 .txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section04 .txt_box01 .txt01 {
    margin-top: 3.5vw;
    font-size: 4.3vw;
    line-height: 1.8em;
  }
}
#quiz_content #camp01 .camp01_section04 .choices_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #quiz_content #camp01 .camp01_section04 .choices_list {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_content #camp01 .camp01_section04 .choices_list {
    width: 94.8%;
    margin-top: 5.3vw;
  }
}

#boat {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #boat {
    display: none;
  }
}
#boat .wrap_sp {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #boat .wrap_sp {
    max-width: none;
    width: 90.7%;
  }
}
@media screen and (max-width: 768px) {
  #boat .wrap_sp {
    width: 75.7vw;
  }
}
#boat .wrap_sp .baot_img {
  position: absolute;
  width: 789px;
  top: -300px;
  left: -600px;
}
@media screen and (max-width: 1080px) {
  #boat .wrap_sp .baot_img {
    width: 73.1vw;
    top: -27.8vw;
    left: -55.6vw;
  }
}

#quiz_form {
  background-image: url(../images/common/top_daiya_bg_pc.svg), url(../images/common/bottom_daiya_bg_pc.svg);
  background-repeat: repeat-x, repeat-x;
  background-size: auto 93px, auto 93px;
  background-position: center top, center bottom;
  padding-top: 125px;
  padding-bottom: 115px;
}
@media screen and (max-width: 1080px) {
  #quiz_form {
    background-size: 8.6vw auto, 8.6vw auto;
    padding-top: 11.6vw;
    padding-bottom: 10.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form {
    background-image: url(../images/common/top_daiya_bg_sp.svg), url(../images/common/bottom_daiya_bg_sp.svg);
    background-size: 100% auto, 100% auto;
    padding-top: 16vw;
    padding-bottom: 12vw;
  }
}
#quiz_form #camp02 .wrap_sp {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .wrap_sp {
    padding-top: 7.4vw;
    padding-bottom: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .wrap_sp {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}
#quiz_form #camp02 .wrap_sp.confirm_wrap {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .wrap_sp.confirm_wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .wrap_sp.confirm_wrap {
    margin-top: 0;
  }
}
#quiz_form #camp02 .wrap_sp.thanks_wrap .form_box {
  border-top: none;
}
#quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt01 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #B41400;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt01 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt01 {
    font-size: 8.4vw;
  }
}
#quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt02 {
    font-size: 2.2vw;
    margin-top: 5.6vw;
    margin-bottom: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .wrap_sp.thanks_wrap .form_box .comp_txt02 {
    font-size: 4.8vw;
    margin-top: 10.8vw;
    margin-bottom: 10.8vw;
  }
}
#quiz_form #camp02 .camp02_section {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section {
    max-width: none;
    width: 72.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section {
    width: 85.3%;
  }
}
#quiz_form #camp02 .camp02_section01 .flow_box {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .flow_box {
    max-width: none;
    width: 50vw;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .flow_box {
    width: 100%;
    margin-top: 7.6vw;
  }
}
#quiz_form #camp02 .camp02_section01 .flow_box .img01 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .flow_box .img01 {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .flow_box .img01 {
    margin-top: 5.5vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_sub_txt_list, #quiz_form #camp02 .camp02_section01 .form_box {
  max-width: 826px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list, #quiz_form #camp02 .camp02_section01 .form_box {
    max-width: none;
    width: 76.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list, #quiz_form #camp02 .camp02_section01 .form_box {
    width: 100%;
  }
}
#quiz_form #camp02 .camp02_section01 .form_sub_txt_list {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list {
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list {
    margin-top: 7.7vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_sub_txt_list li {
  font-size: 12px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list li {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_sub_txt_list li {
    font-size: 2.4vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_sub_txt_list li strong {
  color: #B41400;
}
#quiz_form #camp02 .camp02_section01 .form_sub_txt_list li a {
  text-decoration: underline;
  color: #0000FF;
}
#quiz_form #camp02 .camp02_section01 .form_box {
  border-top: 1px solid #4D4D4D;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box {
    margin-top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box {
    margin-top: 2.4vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4D4D4D;
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dt, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd {
  padding: 20px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dt, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd {
    padding: 1.9vw 0;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dt {
  width: 38.2%;
  padding-right: 60px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dt {
    padding-right: 5.6vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dt {
    width: 100%;
    padding-right: 0;
    padding-top: 7.2vw;
    padding-bottom: 0;
    font-size: 4.1vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dt .hissu {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  background-color: #ED86B3;
  padding: 0.3em 0.7em 0.4em;
  border-radius: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dt .hissu {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dt .hissu {
    position: relative;
    font-size: 2.7vw;
    right: 0;
    top: 0.8em;
    margin-left: 0.5em;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd {
    width: 100%;
    font-size: 3.8vw;
    padding-top: 3.7vw;
    padding-bottom: 8.2vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd p {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd p {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .space {
    display: block;
    height: 3vw;
    overflow: hidden;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text], #quiz_form #camp02 .camp02_section01 .form_box form > dl dd select, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=email] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #4D4D4D;
  padding: 0 10px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text], #quiz_form #camp02 .camp02_section01 .form_box form > dl dd select, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=email] {
    height: 4.6vw;
    line-height: 4.6vw;
    font-size: 1.3vw;
    padding: 0 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text], #quiz_form #camp02 .camp02_section01 .form_box form > dl dd select, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=email] {
    height: 10.5vw;
    line-height: 10.5vw;
    font-size: 3.8vw;
    padding: 0 2.2vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text]#lastName, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text]#firstName {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text]#lastName, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text]#firstName {
    width: 92%;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=text]#postalCode1 {
  width: 35%;
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd select {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd select {
    width: 100%;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio] {
    width: 1.5vw;
    height: 1.5vw;
    vertical-align: -0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio] {
    width: 3.8vw;
    height: 3.8vw;
    vertical-align: -0.4vw;
    margin-right: 1vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio]:checked:before {
    width: 0.8vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd input[type=radio]:checked:before {
    width: 2.1vw;
    height: 2.1vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext2 {
  display: none;
  color: #f00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext2 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext, #quiz_form #camp02 .camp02_section01 .form_box form > dl dd .errortext2 {
    font-size: 4.1vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box #alentry {
  display: none;
  color: #f00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box #alentry {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box #alentry {
    font-size: 4.1vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box #confirmbtn,
#quiz_form #camp02 .camp02_section01 .form_box #submitButton,
#quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #FF6400;
  border-radius: 2em;
  padding: 1em 0 1em;
  border: none;
  background-image: url(../images/quiz/form_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: center right 1em;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box #confirmbtn,
  #quiz_form #camp02 .camp02_section01 .form_box #submitButton,
  #quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
    width: 29.6vw;
    margin-top: 4.6vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box #confirmbtn,
  #quiz_form #camp02 .camp02_section01 .form_box #submitButton,
  #quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
    width: 65.3vw;
    margin-top: 9.2vw;
    font-size: 4vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
  margin-top: 20px;
  background-color: #000;
  background-image: url(../images/quiz/form_arrow_03.svg);
  background-position: center left 1em;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
    margin-top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box .submit-box2 {
    margin-top: 3.8vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box .privacy {
  max-width: 498px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy {
    max-width: none;
    width: 46.1vw;
    margin-top: 4.6vw;
    padding: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy {
    width: 77.3vw;
    margin-top: 8vw;
    padding: 2.9vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box .privacy .img01 {
  width: 120px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy .img01 {
    width: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy .img01 {
    width: 18.5vw;
  }
}
#quiz_form #camp02 .camp02_section01 .form_box .privacy .txt01 {
  font-size: 12px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.8em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy .txt01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section01 .form_box .privacy .txt01 {
    font-size: 2.1vw;
    letter-spacing: -0.05em;
  }
}
#quiz_form #camp02 .camp02_section02 {
  background-color: rgba(220, 220, 220, 0.4);
  padding: 30px 0;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section02 {
    padding: 2.8vw 0;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section02 {
    padding: 4.1vw 0;
    margin-top: 10vw;
  }
}
#quiz_form #camp02 .camp02_section02 h3 {
  width: 94.4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section02 h3 {
    width: 90%;
  }
}
#quiz_form #camp02 .camp02_section02 .txt01 {
  font-size: 16px;
  font-weight: bold;
  color: #e61400;
  text-align: center;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section02 .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section02 .txt01 {
    font-size: 3.6vw;
    line-height: 1.7em;
    letter-spacing: 0;
    text-align: center;
  }
}
#quiz_form #camp02 .camp02_section02 .txt02 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  color: #4D4D4D;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  #quiz_form #camp02 .camp02_section02 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form #camp02 .camp02_section02 .txt02 {
    font-size: 2.4vw;
    line-height: 1.4em;
  }
}
#quiz_form .btn_back {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  #quiz_form .btn_back {
    margin-top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  #quiz_form .btn_back {
    margin-top: 10.7vw;
  }
}/*# sourceMappingURL=style_quiz.css.map */