/*****
quiz/pc.css
*****/

.quiz-contents {
    width: 750px;
}
.quiz-contents h2 {
  font-size: 20px;
}
.quiz-contents h2.theme {
  margin-top:0;
}
.quiz-contents img.theme-image{
  margin: 0 auto;
  display: block;
}
.quiz-contents p.theme-image-copyrights{
  margin: 5px 0;
  font-size:12px;
  color:#888;
}
.quiz-contents p.theme-desc{
  margin:20px 0;
}
.quiz-contents p {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height:initial;
}
.quiz-contents figure {
    padding: 0;
    margin: 0;
}
.quiz-contents h2 + p {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 46px;
  color: #333;
}
.quiz-contents h3.qa-q {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 31px;
  font-size: 14px;
  font-weight: 900;
}
.quiz-contents.multi h3.qa-q {
  display:none;
}

.quiz-contents h3.qa-q span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 20px;
  background-color: #fff;
  text-align: left;
}
.quiz-contents h3.qa-q::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
}
.quiz-contents .center-img {
  width: 702px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.quiz-contents .center-img + p {
  width: 702px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  color: #888;
  font-size: 12px;
}
.quiz-contents .kakomi-a {
    margin-top: 24px;
    margin-left:auto;
  margin-right: auto;
  padding: 24px;
  width: 702px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.quiz-contents .kakomi-a h4 {
  font-size: 20px;
  line-height: 24px;
    color: #333;
    margin-top: 0;
  margin-bottom: 13px;
}
/*nak added*/
.quiz-contents .kakomi-a p.q-desc{
  margin: 10px 0;
}
.quiz-contents .qa-block {
    min-height: 60px;
    margin-bottom: 12px;
    background-color: #ffffff;
    border: solid 5px #e9e9e9;
}
.quiz-contents .qa-block:hover {
    min-height: 60px;
    margin-bottom: 12px;
    background-color: #f2f2f2;
    border: solid 5px #e9e9e9;
}
.quiz-contents .qa-block + * {
    clear: both;
}

.quiz-contents .qa-block button {
    padding: 10px;
    margin: 0!important;
    min-height: 50px;
    width: 100%!important;
    background-color: transparent;
    border: none;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    cursor: pointer;
}
.quiz-contents .qa-block button:focus{
  outline:none;
}
        
.quiz-contents .qa-block .qa-icon {
    width: 50px;
    min-height: 50px;
    /*float: left;*/
    text-align: center;
    border-right: solid 1px #e9e9e9;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position:relative;
}
.quiz-contents .qa-block .qa-icon img {
    display: none;
    visibility: hidden;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:5px;
}
.quiz-contents .qa-block .qa-text {
    width: 594px;
    min-height: 50px;
    /*float: left;*/
    padding: 10px;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    word-break: break-all;
}
.quiz-contents .qa-block .qa-text.with-btn {
  padding: 0;
}
.quiz-contents .qa-block.correct {
    min-height: 60px;
    margin-bottom: 12px;
    background-color: #47d79c !important;
    border: solid 5px #47d79c !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.quiz-contents .qa-block.selected {
    min-height: 60px;
    margin-bottom: 12px;
    background-color: #f96262 !important;
    border: solid 5px #f96262 !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.quiz-contents .qa-block.correct .qa-icon,
.quiz-contents .qa-block.correct .qa-text,
.quiz-contents .qa-block.selected .qa-icon,
.quiz-contents .qa-block.selected .qa-text {
    color: #fff;
}
.quiz-contents .qa-block:hover .qa-icon img,
.quiz-contents .qa-block.correct .qa-icon img,
.quiz-contents .qa-block.selected .qa-icon img {
    display: inline-block;
    visibility: visible;
    margin-left: 7px;
}
.quiz-contents .qa-block.correct .qa-icon {
    border-right: solid 1px #47d79c !important;
}
.quiz-contents .qa-block.selected .qa-icon {
    border-right: solid 1px #f96262 !important;
}
.quiz-contents .other {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}
.quiz-contents .disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.quiz-contents .ok-box,
.quiz-contents .ng-box {
    /*width: 650px;*/
    padding: 25px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
}
.quiz-contents .ok-box .ok-text,
.quiz-contents .ng-box .ng-text {
    font-size: 20px;
    vertical-align:middle!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.quiz-contents .ok-box .ok-desc {
    font-size: 16px;
    color: #333;
    margin-top: 24px;
}
.quiz-contents .ng-box .ng-desc {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.quiz-contents .ng-box .ng-oktext {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/*both single and multi*/
.quiz-contents .result-box{
  display:none;
}
.quiz-contents .result-box.multi-final{
  display:block;
}
.quiz-contents .next-btn-block{
  display:none;
}

.quiz-contents .re01 {
    width: 240px;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #47d79c;
    margin-left: auto;
    margin-right: auto;
    line-height:inherit;
}
.quiz-contents .re02 {
    font-size: 24px;
    text-align: center;
    color: #333;
}
.quiz-contents .re02 span {
    font-size: 60px;
    font-weight: bold;
    color: #333;
}
.quiz-contents .re03 {
    color: #333;
    font-size: 32px;
    text-align: center;
}
.quiz-contents .re04 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.quiz-contents .kakomi-a .share-box {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: visible;
}
.quiz-contents .kakomi-a .share-box .btn-share {
    width: calc(100% * 0.25 - 5px);
    height: 48px;
    line-height:48px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none!important;
    color: #fff;
    padding-left: 40px;
    border: none;
    background-position:left center;
    background-repeat:no-repeat;
    background-size:40px;
}
.quiz-contents .kakomi-a .share-box .btn-share img {
    display: inline-block;
    /*
    margin-right: 5px;
    height: 15px;
    width: auto;
    */
    width: 40px;
}
.quiz-contents .kakomi-a .share-box .btn-share.btn-tweet {
    background-color: #55acee;
    background-image:url(/common/images/bunshun/v1/article/socials/tw@2x.png);
}
.quiz-contents .kakomi-a .share-box .btn-share.btn-fb {
    background-color: #3b5998;
    background-image:url(/common/images/bunshun/v1/article/socials/fb@2x.png);
}
.quiz-contents .kakomi-a .share-box .btn-share.btn-line {
    background-color: #00b900;
    background-image:url(/common/images/bunshun/v1/article/socials/line@2x.png);
}
.quiz-contents .kakomi-a .share-box .btn-share.btn-link {
    background-color: #282828;
    background-image:url(/common/images/bunshun/v1/article/socials/copy_tp@2x.png);
}
/*
.quiz-contents .kakomi-a .share-box .btn-share.btn-link:active,
.quiz-contents .kakomi-a .share-box .btn-share.btn-link:focus{
    background-color: #47d79c;
    background-image:url(/common/images/bunshun/v1/article/socials/copy_tp@2x.png);
}
*/

.quiz-contents .kakomi-a .share-box #quiz-copy-btn.is-copied{
  background-color: #47d79c;
}

.quiz-contents .kakomi-a .retry-btn-area{
  height: 30px;
}
.quiz-contents .kakomi-a .retry-btn-area .btn-def {
    width: 320px;
    /*padding: 3px 10px;*/
    background-color: #ffffff;
    border: solid 2px #e9e9e9;
    font-size: 12px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height:26px;
    position:relative;
}
.quiz-contents .icon-size-12 {
    width: 12px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin: auto;
    left: 110px;
}
.quiz-contents .icon-size-36 {
    width: 27px;
    vertical-align:text-bottom;
}
.quiz-contents .icon-size-36-margin15 {
    width: 36px;
    vertical-align:text-bottom;
    margin-right: 15px;
}
.quiz-contents .next-btn-block {
    margin-top: 24px;
}
.quiz-contents .kakomi-a .next-btn-block .next-btn {
    width: 360px;
    height: 60px;
    background-color: #47d79c;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
.quiz-contents .next-btn span {
    margin-left: 47px;
}
.quiz-contents .next-btn img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 47px;
    margin-top: 18px;
    float: right;
}
.quiz-contents .next-btn-block .next-btn:hover {
    background-color: #32966c;
}

.quiz-contents .quiz-multi-pagenation {
    width: 96px;
    height: 24px;
    margin-left: auto;
    margin-bottom:20px;
    padding: 1px;
    border-radius: 4px;
    background-color: #e9e9e9;
    text-align: center;
}
.quiz-contents .quiz-multi-pagenation span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}