/* section03 */
.section03 {
  background: #e6e7e9;
  padding: 60px 0 130px;
  position: relative;
}
.section03::before,
.section03::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.section03::before {
  background: url(/library/bousai-gensai/311tokuban/images/section03_bg01.png) center / contain no-repeat;
  left: 0;
  height: 893px;
  width: 590px;
}
.section03::after {
  background: url(/library/bousai-gensai/311tokuban/images/section03_bg02.png) center / contain no-repeat;
  right: 0;
  height: 910px;
  width: 368px;
}
.quiz-section .accordion-handle-start,
.quiz-section .accordion-handle-end a {
  border: solid 4px #1c9541;
  cursor: pointer;
  color: #1c9541;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 20px 0 50px;
  position: relative;
  text-align: center;
  width: 820px;
}
.quiz-section .accordion-handle-start span,
.quiz-section .accordion-handle-end a span {
  border-bottom: solid 1px #1c9541;
}
.quiz-section .accordion-handle-start::after,
.quiz-section .accordion-handle-end a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: #1c9541 transparent transparent transparent;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.quiz-section .accordion-handle-start:hover,
.quiz-section .accordion-handle-end a:hover {
  opacity: .6;
}
.quiz-section .is-collapsed .accordion-handle-start {
  display: block;
}
.quiz-section .is-collapsed .accordion-handle-end {
  display: none;
}
.quiz-section .is-expanded .accordion-handle-end a {
  background: #fff;
  padding: 0;
}
.quiz-section .is-expanded .accordion-handle-end a::after {
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.quiz-section .is-expanded .accordion-handle-start {
  display: none;
}
.quiz-section .is-expanded .accordion-handle-end {
  display: none;
}
.quiz-section .is-expanded .accordion-handle-end a {
  color: #1c9541;
  display: block;
  padding: 20px 0 50px;
}
.quiz-section .is-expanded .accordion-handle-end a:hover {
  color: #1c9541;
  text-decoration: none;
}
/*bousai-quiz
************************************************************/
.bousai-quiz-list-item {
  background: url(/library/bousai-gensai/311tokuban/images/section03_bg03.png) center / contain no-repeat;
  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;
  height: 376px;
  width: 948px;
}
.quiz-question-content {
  margin-right: 50px;
  height: 350px;
  width: 430px;
}
.bousai-quiz-num {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.bousai-quiz-num em {
  font-size: 5.6rem;
  display: inline-block;
  text-align: center;
  width: 125px;
  vertical-align: super;
}
.bousai-quiz-num::before {
  content: "";
  display: inline-block;
  height: 45px;
  -webkit-transform: skewX(135deg);
      -ms-transform: skewX(135deg);
          transform: skewX(135deg);
  border-right: 2px solid #fff;
  position: absolute;
  top: 35px;
  left: 125px;
}
.bousai-quiz-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.bousai-quiz-text01 {
  color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  width: 75px;
}
.bousai-quiz-text01::before {
  background: #1c1c1c;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
}
.bousai-quiz-text02 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: -10px;
  line-height: 2;
  width: 320px;
}
.quiz-select-wrap {
  width: 400px;
}
.quiz-select-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-select-content li {
  margin-top: 15px;
}
.quiz-select-content li:first-child {
  margin-top: 0;
}
.quiz-select-content button {
  background: #fff;
  border: solid 1px #7bb800;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 0px 0px #7bb800;
          box-shadow: 4px 4px 0px 0px #7bb800;
  color: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  outline: none;
  padding: 15px 30px;
  width: 333px;
}
.quiz-select-content button span {
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 20px;
}
.quiz-select-content button:hover {
  cursor: pointer;
  background: #ebd11e;
}
.quiz-select-content button.active {
  background: #ebd11e;
}
.quiz-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  position: relative;
}
.quiz-comment-content {
  display: none;
  height: 350px;
  position: relative;
}
.quiz-select-content.is-correct,
.quiz-select-content.is-incorrect {
  position: relative;
}
@-webkit-keyframes quiz {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes quiz {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.quiz-select-content.is-correct:after,
.quiz-select-content.is-incorrect:after {
  content: "";
  display: block;
  height: 350px;
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.quiz-select-content.is-correct:before {
  -webkit-animation: quiz .4s;
          animation: quiz .4s;
  background: url(/library/bousai-gensai/311tokuban/images/section03_img01.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 225px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 225px;
  z-index: 10;
}
.quiz-select-content.is-incorrect:before {
  -webkit-animation: quiz .4s;
          animation: quiz .4s;
  background: url(/library/bousai-gensai/311tokuban/images/section03_img02.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 222px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 224px;
  z-index: 10;
}
.quiz-comment-content.is-correct:before {
  background: url(/library/bousai-gensai/311tokuban/images/section03_img01_thum.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  top: -20px;
  right: -60px;
  width: 86px;
  z-index: 10;
}
.quiz-comment-content.is-incorrect:before {
  background: url(/library/bousai-gensai/311tokuban/images/section03_img02_thum.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  top: -20px;
  right: -60px;
  width: 86px;
  z-index: 10;
}
.quiz-comment-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz-comment-content-text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px !important;
  text-align: center;
}
.quiz-comment-content-answer {
  background: #fff;
  border-radius: 6px;
  color: #280000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 3px;
  padding: 15px;
}
.quiz-comment-content-answer span {
  display: block;
  font-size: 3rem;
  margin-right: 12px;
  line-height: 1.3;
}
.quiz-comment-content-commentary {
  color: #fff;
  font-weight: bold;
}
/*quiz-box
************************************************************/
@-webkit-keyframes fade {
  0% {
    background: #fff;
  }
  100% {
    background: #1c9541;
  }
}
@keyframes fade {
  0% {
    background: #fff;
  }
  100% {
    background: #1c9541;
  }
}
#cboxOverlay {
  -webkit-animation: fade 1s;
          animation: fade 1s;
  background: #1c9541;
  opacity: 1;
  z-index: 10;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
  outline: none;
}
#colorbox {
  background: url(/library/bousai-gensai/311tokuban/images/quiz_bg01.png) center / 100% 100% #ffffff no-repeat;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-calc(100vh - 192px) !important;
  height: calc(100vh - 192px) !important;
  max-height: 570px;
  outline: none;
  padding: 100px 0 90px;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 629px !important;
}
#colorbox p {
  font-weight: bold;
  text-align: center;
}
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  height: 100% !important;
  outline: none;
  width: 100% !important;
}
#cboxMiddleLeft {
  height: 100% !important;
  outline: none;
}
.quiz-box-result {
  font-size: 2.2rem;
}
.quiz-box-result-number {
  font-size: 6.6rem;
  line-height: 1.2;
}
.quiz-box-text p {
  font-size: 2.2rem;
  line-height: 2;
}
.quiz-box-button {
  background: #fff;
  border: solid 4px #1c9541;
  cursor: pointer;
  color: #1c9541;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 15px 0;
  position: relative;
  width: 278px;
}
.quiz-box-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 15px;
  border-color: transparent transparent transparent #1c9541;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quiz-box-button:hover {
  opacity: .6;
}
#cboxClose {
  border: none;
  background: none;
  content: "×";
  color: #fff;
  display: block;
  font-size: 10rem;
  line-height: 1;
  outline: none;
  position: absolute;
  top: -80px;
  right: 0;
}
.colorbox {
  opacity: 0;
  pointer-events: none;
}
.quiz-box-wrap {
  display: none;
}
.quiz-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-calc(100vh - 192px);
  height: calc(100vh - 192px);
  max-height: 570px;
  outline: none;
  padding: 100px 0 90px;
  text-align: center;
  width: 629px;
}
.quiz-box-text > p {
  display: none;
}
.quiz-box-text > p.is-show {
  display: block;
}
.ver02 .content_btn span {
  display: block;
  width: 100%;
}
.ver02 .section01_advisor_text p {
  line-height: 1.8;
}
.ver02 .quiz-section .accordion-handle-start span,
.ver02 .quiz-section .accordion-handle-end a span {
  border-bottom: solid 2px #1c9541;
}
.ver02 .quiz-select-content button {
  line-height: 1.5;
  position: relative;
  padding-left: 60px;
}
.ver02 .quiz-select-content span {
  line-height: 0;
  position: absolute;
  left: 25px;
  top: 27px;
}
.ver02 .quiz-comment-content {
  height: auto;
  margin-bottom: 30px;
}
.ver02 .quiz-comment-content-answer {
  position: relative;
  padding-left: 50px;
}
.ver02 .quiz-comment-content-answer span {
  position: absolute;
  left: 17px;
  top: 16px;
}
.ver02 .quiz-box {
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  padding: 50px 0 40px;
}
.ver02 .quiz-box-result-number {
  font-size: 4.6rem;
  margin-top: 5px;
}
.ver02 .quiz-box-text {
  margin-top: 10px;
}
.ver02 .quiz-box-button {
  margin: 10px 0 0;
}
.ver02 #colorbox {
  background: url(/library/bousai-gensai/311tokuban/images/quiz_bg01_02.png) center / 100% 100% #ffffff no-repeat;
  height: -webkit-calc(100vh - 90px) !important;
  height: calc(100vh - 90px) !important;
  padding: 50px 0 40px;
}
.ver02 #cboxClose {
  background: url(/library/bousai-gensai/311tokuban/images/icon_close.png) center / contain no-repeat;
  font-size: 0;
  height: 32px;
  line-height: 0;
  top: -35px;
  right: 20px;
  width: 32px;
}
.ver02 #cboxClose:hover {
  opacity: .6;
}
.share_text {
  margin: 40px auto 0 !important;
  width: 380px !important;
}
