@charset "UTF-8";
.exam-sub .question::after, .form-table li[class*=list-] .tag::before {
  width: 0;
  height: 0;
  border-style: solid;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

.form-table li[class*=list-] {
  *zoom: 1;
}
.form-table li[class*=list-]::after, .form-table li[class*=list-]::before {
  content: "";
  display: table;
  clear: both;
}
.form-table li[class*=list-]::after {
  clear: both;
}

.Container-main .btnline .btn-active, .popup-box .title, .popup-box .btnline .btn-post, .process li[class*=step], .test-box .btnline .btn-next, .knowledge-sub .know-box .ans-box .item, .knowledge-sub .know-box .ans-box p, .form-table li[class*=list-] div[class*=form_], .form-table li[class*=list-] .tag {
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
}

.Container-main .btnline .btn-active, .popup-box, .exam-sub .choose label, .form-table li[class*=list-] .form_item, .lightbox .note-box {
  box-sizing: border-box;
}

.process li[class*=step]::after, .exam-sub .question::after, .form-table li[class*=list-] .tag::before {
  content: "";
}

.Container-main .topic i, .popup-TAB[order-data="0"] .test1,
.popup-TAB[order-data="0"] .test2,
.popup-TAB[order-data="0"] .test3,
.popup-TAB[order-data="0"] .test4,
.popup-TAB[order-data="0"] .know1,
.popup-TAB[order-data="0"] .form-box,
.popup-TAB[order-data="0"] .succ-box, .popup-TAB[order-data="1"] .test2,
.popup-TAB[order-data="1"] .test3,
.popup-TAB[order-data="1"] .test4,
.popup-TAB[order-data="1"] .know1,
.popup-TAB[order-data="1"] .form-box,
.popup-TAB[order-data="1"] .succ-box, .popup-TAB[order-data="2"] .test1,
.popup-TAB[order-data="2"] .test3,
.popup-TAB[order-data="2"] .test4,
.popup-TAB[order-data="2"] .know1,
.popup-TAB[order-data="2"] .form-box,
.popup-TAB[order-data="2"] .succ-box, .popup-TAB[order-data="3"] .test1,
.popup-TAB[order-data="3"] .test2,
.popup-TAB[order-data="3"] .test4,
.popup-TAB[order-data="3"] .know1,
.popup-TAB[order-data="3"] .form-box,
.popup-TAB[order-data="3"] .succ-box, .popup-TAB[order-data="4"] .test1,
.popup-TAB[order-data="4"] .test2,
.popup-TAB[order-data="4"] .test3,
.popup-TAB[order-data="4"] .know1,
.popup-TAB[order-data="4"] .form-box,
.popup-TAB[order-data="4"] .succ-box, .popup-TAB[order-data="5"] .test1,
.popup-TAB[order-data="5"] .test2,
.popup-TAB[order-data="5"] .test3,
.popup-TAB[order-data="5"] .test4,
.popup-TAB[order-data="5"] .form-box,
.popup-TAB[order-data="5"] .succ-box, .popup-TAB[order-data="6"] .test1,
.popup-TAB[order-data="6"] .test2,
.popup-TAB[order-data="6"] .test3,
.popup-TAB[order-data="6"] .test4,
.popup-TAB[order-data="6"] .know1,
.popup-TAB[order-data="6"] .succ-box, .popup-TAB[order-data="7"] .test1,
.popup-TAB[order-data="7"] .test2,
.popup-TAB[order-data="7"] .test3,
.popup-TAB[order-data="7"] .test4,
.popup-TAB[order-data="7"] .know1,
.popup-TAB[order-data="7"] .form-box, .lightbox.hidden {
  display: none;
}

.popup-box .btnline .btn-post, .test-box .btnline .btn-next, .succ-box .btnline a.btn-skip, .succ-box .btnline a.btn-share {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}

body.noflow #header {
  display: none;
}
body.noflow #main-wrapper {
  position: fixed;
}

#header.main-header {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  #header.main-header {
    position: relative;
  }
}

.Container-main {
  width: 100%;
  height: 667px;
  background: url("../images/kvbg.png") no-repeat 0 0 scroll transparent;
  background-size: cover;
  position: relative;
  margin-top: -53px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .Container-main {
    background: url("../images/kvbg-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 1140px;
    margin: 0 auto;
  }
}
.Container-main .topic {
  background-size: contain;
  width: 347px;
  height: 486px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -258px 0 0 -165.5px;
}
@media screen and (min-width: 1024px) {
  .Container-main .topic {
    width: 1140px;
    height: 667px;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.Container-main .topic .slogan {
  background: url("../images/slogan.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 316.5px;
  height: 177.5px;
  position: absolute;
  -moz-animation: slogan-an 1.5s ease-in;
  -webkit-animation: slogan-an 1.5s ease-in;
  animation: slogan-an 1.5s ease-in;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes slogan-an {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slogan-an {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slogan-an {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .slogan {
    background: url("../images/slogan-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 493px;
    height: 278px;
  }
  @-moz-keyframes slogan-an {
    0% {
      top: -10%;
      left: 180px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      left: 180px;
      top: 85px;
    }
  }
  @-webkit-keyframes slogan-an {
    0% {
      top: -10%;
      left: 180px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      left: 180px;
      top: 85px;
    }
  }
  @keyframes slogan-an {
    0% {
      top: -10%;
      left: 180px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      left: 180px;
      top: 85px;
    }
  }
}
.Container-main .topic .subtitle {
  background: url("../images/subtitle.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 325.5px;
  height: 152.5px;
  position: absolute;
  top: 34%;
  opacity: 0;
  -moz-animation: subtitle-an 1s ease-in 1.5s normal;
  -webkit-animation: subtitle-an 1s ease-in 1.5s normal;
  animation: subtitle-an 1s ease-in 1.5s normal;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes subtitle-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes subtitle-an {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes subtitle-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  60% {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .subtitle {
    background: url("../images/subtitle-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 501px;
    height: 236px;
    left: 190px;
    top: 350px;
  }
}
.Container-main .topic .kobayashi_logo {
  background: url("../images/kabayashi_logo.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 90px;
  height: 86px;
  position: absolute;
  right: 10%;
  opacity: 0;
  -moz-animation: kobayashi-an 0.4s ease-in 5.5s normal;
  -webkit-animation: kobayashi-an 0.4s ease-in 5.5s normal;
  animation: kobayashi-an 0.4s ease-in 5.5s normal;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes kobayashi-an {
  0% {
    right: -10%;
    top: -10%;
    opacity: 0;
  }
  100% {
    right: 8%;
    top: -3%;
    opacity: 1;
  }
}
@-webkit-keyframes kobayashi-an {
  0% {
    right: -10%;
    top: -10%;
    opacity: 0;
  }
  100% {
    right: 8%;
    top: -3%;
    opacity: 1;
  }
}
@keyframes kobayashi-an {
  0% {
    right: -10%;
    top: -10%;
    opacity: 0;
  }
  100% {
    right: 8%;
    top: -3%;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .kobayashi_logo {
    background: url("../images/kabayashi_logo.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 180px;
    height: 172px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  @-moz-keyframes kobayashi-an {
    0% {
      right: 250px;
      top: -10px;
      opacity: 0;
    }
    100% {
      right: 430px;
      top: 30px;
      opacity: 1;
    }
  }
  @-webkit-keyframes kobayashi-an {
    0% {
      right: 250px;
      top: -10px;
      opacity: 0;
    }
    100% {
      right: 430px;
      top: 30px;
      opacity: 1;
    }
  }
  @keyframes kobayashi-an {
    0% {
      right: 250px;
      top: -10px;
      opacity: 0;
    }
    100% {
      right: 430px;
      top: 30px;
      opacity: 1;
    }
  }
}
.Container-main .topic .img-01 {
  background: url("../images/img-1.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 123px;
  height: 122px;
  position: absolute;
  top: 63%;
  opacity: 0;
  -moz-animation: img-01-an 0.8s ease-out 2.5s normal;
  -webkit-animation: img-01-an 0.8s ease-out 2.5s normal;
  animation: img-01-an 0.8s ease-out 2.5s normal;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes img-01-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes img-01-an {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-01-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .img-01 {
    background: url("../images/img-1-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 205px;
    height: 202px;
    right: 180px;
    top: 30px;
  }
}
.Container-main .topic .img-02 {
  background: url("../images/img-2.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 118px;
  height: 152.5px;
  position: absolute;
  left: 31%;
  top: 68%;
  opacity: 0;
  -moz-animation: img-02-an 0.8s ease-out 4.5s normal;
  -webkit-animation: img-02-an 0.8s ease-out 4.5s normal;
  animation: img-02-an 0.8s ease-out 4.5s normal;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes img-02-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes img-02-an {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-02-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .img-02 {
    background: url("../images/img-2-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 199px;
    height: 254px;
    left: initial;
    right: 250px;
    top: 195px;
  }
}
.Container-main .topic .img-03 {
  background: url("../images/img-3.png") no-repeat 0 0 scroll transparent;
  background-size: contain;
  width: 118px;
  height: 143.5px;
  position: absolute;
  right: 3%;
  top: 61%;
  opacity: 0;
  -moz-animation: img-03-an 0.8s ease-out 3.5s normal;
  -webkit-animation: img-03-an 0.8s ease-out 3.5s normal;
  animation: img-03-an 0.8s ease-out 3.5s normal;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes img-03-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes img-03-an {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-03-an {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1024px) {
  .Container-main .topic .img-03 {
    background: url("../images/img-3-pc.png") no-repeat 0 0 scroll transparent;
    background-size: contain;
    width: 199px;
    height: 240px;
    right: 110px;
    top: 360px;
  }
}
.Container-main .btnline {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.Container-main .btnline .btn-active {
  background-color: #0075ce;
  display: block;
  line-height: 53px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.main-rule {
  background-color: #efeeda;
  margin: 0 0 15px;
  padding: 25px 15px 20px;
}
@media screen and (min-width: 1024px) {
  .main-rule {
    width: 1140px;
    margin: 0 auto;
    padding: 45px 90px 30px;
  }
}
.main-rule .all-content {
  overflow: hidden;
  height: 325px;
  position: relative;
}
.main-rule .all-content .cover {
  width: 100%;
  height: 325px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWVkYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZGEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(239, 238, 218, 0)), color-stop(100%, #efeeda));
  background-image: -moz-linear-gradient(rgba(239, 238, 218, 0), #efeeda);
  background-image: -webkit-linear-gradient(rgba(239, 238, 218, 0), #efeeda);
  background-image: linear-gradient(rgba(239, 238, 218, 0), #efeeda);
  position: absolute;
  left: 0;
  top: 0;
}
.main-rule .all-content.all-show {
  height: inherit;
  overflow: inherit;
}
.main-rule .all-content.all-show .cover {
  display: none;
}
.main-rule .all-content.all-show ~ .btnline {
  display: none;
}
.main-rule .btnline .btn-more {
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  text-align: center;
}
.main-rule .content {
  font-size: 1.5rem;
  margin: 0 0 25px;
}
.main-rule .content .title {
  color: #0075ce;
  font-weight: bold;
  margin: 0 0 8px;
}
.main-rule .content dd {
  line-height: 1.5;
  margin: 0 0 5px;
}
.main-rule .content dd em {
  color: #f00;
}
.main-rule .content dd img {
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .main-rule .content dd img {
    width: 50%;
  }
}
.main-rule .content dd.gift-plus img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-rule .content dd.gift-plus img {
    width: 100%;
  }
}
.main-rule .content-list dd {
  padding-left: 20px;
  text-indent: -16px;
}
.main-rule .sponsor {
  margin: 30px 0 15px;
  text-align: center;
}

.popup-box {
  width: 100%;
  height: 100%;
  background-color: #ececec;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
}
.popup-box .title {
  background-color: white;
  font-size: 2rem;
  margin-bottom: 8px;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
}
.popup-box .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup-box .btn-close .fa {
  color: #888;
  font-size: 1.8rem;
}
.popup-box .btnline {
  width: 100%;
  margin: 15px 0 0;
  position: fixed;
  bottom: 0;
}
.popup-box .btnline .btn-post {
  background-color: #dc4776;
}

.process {
  background-color: white;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 8px;
  padding: 15px 15px;
}
.process li[class*=step] {
  width: calc((100% - 30px)/3);
  border: 3px solid #eee;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  margin: 0 15px 0 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.process li[class*=step]::after {
  background-color: #eee;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  position: absolute;
  left: calc(100% + 3px);
  top: 50%;
}
.process li[class*=step]:last-child {
  margin-right: 0;
}
.process li[class*=step]:last-child::after {
  display: none;
}
.process li[class*=step].on {
  border-color: #0075ce;
  color: #0075ce;
  font-weight: bold;
}
.process li[class*=step].on::after {
  background-color: #0075ce;
}
.process li[class*=step].succ {
  background-color: #f7fffa;
  border-color: #094;
  color: #007032;
}
.process li[class*=step].succ::after {
  background-color: #094;
}

.test-box .btnline .btn-next {
  background-color: #0075ce;
}
.test-box .btnline .btn-next span {
  font-size: 1.2rem;
  margin-left: 15px;
}

.exam-sub {
  background-color: white;
  padding: 25px 20px;
}
@media screen and (min-width: 1024px) {
  .exam-sub {
    width: 1140px;
    margin: 0 auto;
    padding: 45px 60px;
  }
}
.exam-sub .question {
  background-color: #fff79c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #604434;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 30px 15px 20px;
  position: relative;
}
.exam-sub .question b {
  background-color: #fff;
  border: 1px solid #c9b400;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 5px 10px;
  position: absolute;
  left: 15px;
  top: -10px;
}
.exam-sub .question::after {
  border-width: 10px 5px 0;
  border-color: #fff79c transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 40px;
}
.exam-sub .choose {
  position: relative;
  margin-bottom: 15px;
}
.exam-sub .choose input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.exam-sub .choose input[type="radio"]:checked ~ label {
  background-color: #f7fffa;
  border: 1px solid #094;
  color: #007032;
}
.exam-sub .choose label {
  border: 1px solid #dedede;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
}
.exam-sub .choose label b {
  padding: 0 8px 0 0;
}
.exam-sub .choose label:last-child {
  margin-bottom: 0;
}

.knowledge-sub {
  height: calc(100% - (78px + 93px + 46px));
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .knowledge-sub {
    width: 1140px;
    margin: 0 auto;
  }
}
.knowledge-sub .know-box {
  background-color: #fff;
  margin: 0 0 15px;
  padding: 15px 15px;
}
@media screen and (min-width: 1024px) {
  .knowledge-sub .know-box {
    padding: 45px 60px;
  }
}
.knowledge-sub .know-box:last-child {
  margin-bottom: 0;
}
.knowledge-sub .know-box .ques {
  color: #0075ce;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 52px;
  text-indent: -52px;
}
.knowledge-sub .know-box .ques b {
  background-color: #0075ce;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.3rem;
  padding: 4px 7px;
}
.knowledge-sub .know-box .ans {
  color: #f30013;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.knowledge-sub .know-box .ans b {
  padding-right: 8px;
}
.knowledge-sub .know-box .ans-box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fffabd;
  border: 3px solid #d4c47a;
  padding: 25px 15px 15px;
  position: relative;
}
.knowledge-sub .know-box .ans-box .item {
  background-color: #d4c47a;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #742c03;
  font-size: 1.2rem;
  padding: 5px 10px;
  margin-left: -41px;
  position: absolute;
  left: 50%;
  top: -12px;
}
.knowledge-sub .know-box .ans-box p {
  font-size: 1.5rem;
  line-height: 1.6;
  /* &.ans {
  	color: #f30013;
  	margin-bottom: $mg;
  	b {
  		padding-right: ($pd - 7);
  	}
  } */
}
.knowledge-sub .know-box .ans-box p.why em {
  color: #f00;
}

.form-table {
  background-color: white;
  height: calc(100% - (78px + 68px + 46px));
  overflow: hidden;
  overflow-y: scroll;
  padding: 25px 20px;
}
@media screen and (min-width: 1024px) {
  .form-table {
    width: 1140px;
    margin: 0 auto;
    padding: 45px 60px;
  }
}
.form-table li[class*=list-] {
  margin-bottom: 8px;
}
.form-table li[class*=list-] div[class*=form_] {
  float: left;
  font-size: 1.5rem;
  line-height: 43px;
}
.form-table li[class*=list-] .form_item {
  width: 75px;
  padding-right: 15px;
  text-align: right;
}
.form-table li[class*=list-] .form_input-txt {
  width: calc(100% - 75px);
  margin-bottom: 6px;
}
.form-table li[class*=list-] .tag {
  display: none;
  clear: both;
  margin-left: 75px;
  background-color: #fff288;
  color: #6d3418;
  font-size: 1.2rem;
  padding: 5px 0;
  position: relative;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.form-table li[class*=list-] .tag::before {
  border-width: 0 3px 6px;
  border-color: transparent transparent #fff288 transparent;
  position: absolute;
  left: 50%;
  bottom: 100%;
}
.form-table li[class*=list-].unfilled .tag {
  display: block;
}
.form-table .list-sex label {
  margin-right: 15px;
}
.form-table .pc-list-banner {
  display: none;
}
@media screen and (min-width: 1024px) {
  .form-table .pc-list-banner {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .form-table .mb-list-banner {
    display: none;
  }
}

.succ-box {
  background-color: white;
}
.succ-box .thx-content {
  padding: 25px 15px 20px;
}
@media screen and (min-width: 1024px) {
  .succ-box .thx-content {
    width: 1140px;
    margin: 0 auto;
  }
}
.succ-box .thx-content .item {
  color: #dc4776;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: center;
}
.succ-box .thx-content .item img {
  margin: 0 0 15px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .succ-box .thx-content .item img {
    width: 30%;
  }
}
.succ-box .thx-content .content {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
  .succ-box .thx-content .content {
    width: 600px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1024px) {
  .succ-box .thx-content .rule {
    width: 600px;
    margin: 0 auto 15px;
  }
}
.succ-box .thx-content .rule li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 15px;
  padding-left: 20px;
  text-indent: -16px;
}
.succ-box .thx-content .rule li em {
  color: #0075ce;
}
.succ-box .thx-content .rule li img {
  width: 60%;
}
.succ-box .btnline {
  display: -webkit-flex;
  display: flex;
}
.succ-box .btnline a.btn-skip {
  width: 30%;
  background-color: #ddd;
  color: #888;
  font-size: 1.4rem;
}
.succ-box .btnline a.btn-share {
  width: 70%;
  background-color: #0075ce;
  color: #fff;
  font-size: 1.6rem;
}

.lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.lightbox .note-box {
  background-color: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 80%;
  margin: 0 0 0 -40%;
  padding: 25px 15px;
  position: absolute;
  top: 20%;
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .lightbox .note-box {
    width: 30%;
    margin-left: -15%;
  }
}
.lightbox .note-box .title {
  color: #555;
  font-size: 1.5rem;
  margin: 0 0 15px;
}
.lightbox .note-box .info {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 45px;
}
.lightbox .note-box .btnline {
  text-align: center;
}
.lightbox .note-box .btnline a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 32px;
  padding: 0 20px;
}
.lightbox .note-box .btnline a.yes {
  background-color: #e2e2e2;
  color: #5a5a5a;
  font-size: 1.3rem;
  margin-right: 15px;
}
.lightbox .note-box .btnline a.no {
  background-color: #094;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
