@charset "utf-8";

/*==============================================
【netkeiba クイズ】 quiz_nk01.css
==============================================*/

/*=======================================
共通部分
=======================================*/
body.Quiz .MainColumn {
	background: #f0f0f0;
	position: relative;
	width: 100%;
	max-width: 480px;
	/* min-height: 750px; */
	margin: 0 auto;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
	overflow: hidden;
	padding-bottom: 48px;
}
@media only screen and (min-width: 781px) {
	body.Quiz .MainColumn {
	}
}
@media only screen and (max-width: 780px) {
	body.Quiz .MainColumn {
	}
}

/* ボタン */
a.QuizBtn01,
button.QuizBtn01,
input.QuizBtn01 {
	display: block;
	background: #db808f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 16px 0;
	cursor: pointer;
}
a.QuizBtn01:hover,
button.QuizBtn01:hover,
input.QuizBtn01:hover {
	background: #e8c4c9;
	text-decoration: none;
}
a.QuizBtn02,
button.QuizBtn02,
input.QuizBtn02 {
	display: block;
	background: #db808f;
	color: #fff;
	font-size: 111.12%;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 30px 0;
	cursor: pointer;
}
a.QuizBtn02:hover,
button.QuizBtn02:hover,
input.QuizBtn02:hover {
	background: #e8c4c9;
	text-decoration: none;
}

a.QuizBtn03,
button.QuizBtn03,
input.QuizBtn03 {
	display: block;
	background: #fff;
	color: #444;
	font-size: 111.12%;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
}
a.QuizBtn03:hover,
button.QuizBtn03:hover,
input.QuizBtn03:hover {
	background: #e3e3e3;
	text-decoration: none;
}
/* 問題確認 */
a.QuizBtn01.QuestOpenBtn {
	background: #b2b2b2;
	color: #fff;
}
a.QuizBtn01.QuestOpenBtn:hover {
	background: #cfcfcf;
	text-decoration: none;
}
/* TOPへ戻る */
a.QuizBtn01.BackBtn01,
a.QuizBtn02.BackBtn01 {
	background: #fff;
	color: #444;
}
a.QuizBtn01.BackBtn01:hover,
a.QuizBtn02.BackBtn01:hover {
	background: #e3e3e3;
	text-decoration: none;
}

/* ポストする */
a.QuizBtn01.TweetBtn01 {
	background: #000;
}
a.QuizBtn01.TweetBtn01:hover {
	background: rgba(0,0,0,0.6);
	text-decoration: none;
}
a.QuizBtn01.TweetBtn01 span.LinkTxt01 {
	position: relative;
	display: inline-block;
	padding-left: 46px;
}
a.QuizBtn01.TweetBtn01 span.LinkTxt01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 23px;
	margin-top: -13px;
	background: url(../img/Icon_x01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* 矢印付き */
a.QuizBtn01.ArrowBtn01,
a.QuizBtn02.ArrowBtn01,
a.QuizBtn03.ArrowBtn01 {
	position: relative;
	background: #fff;
	color: #444;
	overflow: hidden;
}
a.QuizBtn01.ArrowBtn01::before,
a.QuizBtn02.ArrowBtn01::before,
a.QuizBtn03.ArrowBtn01::before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	background: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.QuizBtn01.ArrowBtn01::after,
a.QuizBtn02.ArrowBtn01::after,
a.QuizBtn03.ArrowBtn01::after {
	content: "";
	position: absolute;
	right:0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: solid 50px #db808f;
	border-left: solid 50px transparent;
	z-index: 5;
}
a.QuizBtn01.ArrowBtn01::before {
	right: 7px;
	bottom: 8px;
	width: 10px;
	height: 10px;

}
a.QuizBtn01.ArrowBtn01::after {
	border-bottom: solid 40px #db808f;
	border-left: solid 40px transparent;
}
a.QuizBtn01.ArrowBtn01:hover,
a.QuizBtn02.ArrowBtn01:hover,
a.QuizBtn03.ArrowBtn01:hover {
	background: #e3e3e3;
	text-decoration: none;
}
a.QuizBtn02 span.LinkTxt01.RuleIcon01,
a.QuizBtn02 span.LinkTxt01.RankingIcon01 {
	display: inline-block;
	position: relative;
	padding-left: 68px;
}
a.QuizBtn01 span.LinkTxt01.RankingIcon01 {
	display: inline-block;
	position: relative;
	padding-left: 48px;
}
a.QuizBtn02 span.LinkTxt01.RuleIcon01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 51px;
	height: 48px;
	margin-top: -24px;
	background: url(../img/Icon_Rule01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
a.QuizBtn01 span.LinkTxt01.RankingIcon01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 32px;
	margin-top: -17px;
	background: url(../img/Icon_Ranking01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
a.QuizBtn02 span.LinkTxt01.RankingIcon01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 51px;
	height: 48px;
	margin-top: -24px;
	background: url(../img/Icon_Ranking01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

a.QuizBtn03 span.LinkTxt01 {
	display: inline-block;
	text-align: center;
}
a.QuizBtn03 span.LinkTxt01.RuleIcon01::before {
	content: "";
	display: block;
	width: 51px;
	height: 48px;
	margin: auto auto 10px;
	background: url(../img/Icon_Rule01.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
a.QuizBtn03 span.LinkTxt01.RankingIcon01::before {
	content: "";
	display: block;
	width: 51px;
	height: 48px;
	margin: auto auto 10px;
	background: url(../img/Icon_Ranking01.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


/* カテゴリバー */
.QuizInnerTitle01 {
	background: #fff;
	padding: 8px 15px;
}
.QuizInnerTitle01 h2 {
	color: #707070;
	font-size: 100%;
	font-weight: bold;
	padding: 1px 8px;
	border-left: 10px solid #db808f;
}
.QuizInnerTitle01 + ul.UserResultData {
	margin-top: 10px;
}
/* 成績欄 */
ul.UserResultData {
	margin: 0 16px;
	padding-bottom: 16px;
}
ul.UserResultData li {
	border-radius: 6px;
	overflow: hidden;
}
ul.UserResultData li + li {
	margin-top: 10px;
}
ul.UserResultData dl {
	display: table;
	width: 100%;
}
ul.UserResultData dl dt,
ul.UserResultData dl dd {
	display: table-cell;
}
ul.UserResultData dl dt {
	width: 6em;
	background: #db808f;
	color: #fff;
	font-size: 88.89%;
	font-weight: bold;
	text-align: center;
}
ul.UserResultData dl dd {
	background: #fff;
	color: #444;
	font-size: 88.89%;
	font-weight: bold;
	padding: 8px 18px;
}


ul.QuizLinkList02 {
	margin: 0 16px;
	padding-bottom: 16px;
}
ul.QuizLinkList02 li + li {
	margin-top: 10px;
}

/*=======================================
クイズTOP 
=======================================*/
/*--- Slider.css ---*/
.slick-slider * { outline: none; }
.slick-slider{
	position: relative;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
	display: block;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: auto;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}



.slick-arrow {
	display: none !important;
}
/*
 * ポインター
 */
.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	background: transparent;
}
.slick-dots li {
	cursor: pointer;
	width: 5px;
	height: 7px;
	margin: 4px;
	background: #f7dee2;
	display:inline-block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	vertical-align: middle;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	width: 8px;
	height: 8px;
	padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	display:block;
	content: " ";
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
	width: 8px;
	height: 8px;
	margin: 9px;
}
.slick-dots li.slick-active button:before {
	background: #003399;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slick-initialized {
	display: block;
}
@-webkit-keyframes showslide {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes showslide {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes showslide{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}


/*--- トップビジュアル ---*/
.QuizTopHead {
	
}
.QuizTopHead {
	position: relative;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	animation: fadeIn 1.5s ease 0s 1 normal;
	margin-bottom: 18px;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.QuizTopHead .slick-dots {
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 16px;
}
.QuizTopHead .slick-dots li {
	cursor: pointer;
	width: 6px;
	height: 6px;
	margin: 4px;
	background: #f7dee2;
}
.QuizTopHead .slick-dots li.slick-active button:before {
	background: #444;
}

.QuizTopHead .TopVisual h1 img {
	display: block;
	width: 100%;
}

/*--- 紹介 ---*/
.QuizTopHead .TopInfo {
	background: #d97f8e;
	position: relative;
}
.QuizTopHead .TopInfo:after {
	content: "";
	display: block;
	padding-top: 84.44%
}
.QuizTopHead .TopInfo .TopInfoWrap {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.QuizTopHead .TopInfo .TopInfoWrap p {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 34px 20px;
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.75;
}
.QuizBtnWrap {
	margin: 0 16px;
	padding-bottom: 16px;
}
ul.QuizLinkList01 {
	margin: 0 16px;
	padding-bottom: 16px;
}
ul.QuizLinkList01.Col2 li {
	float: left;
	width: 48%;
	width: calc(50% - 5px);
}
ul.QuizLinkList01.Col2 li + li {
	margin-left: 10px;
}

/*=======================================
クイズ問題 .QuizQustionWrap
=======================================*/
.QuizQustionWrap {
	
}
.NowResultInfo {
	text-align: right;
}
.NowResultInfo dl {
	padding: 12px 16px;
}
.NowResultInfo dt,
.NowResultInfo dd {
	display: inline-block;
	font-size: 72.23%;
}
.NowResultInfo dt {
	color: #707070;
}
.NowResultInfo dd {
	margin-left: 12px;
}
.NowResultInfo span.CorrectTxt {
	display: inline-block;
	background: #db808f;
	color: #fff;
	font-weight: bold;
	border-radius: 1.23em;
	padding: 4px 12px;
}
.NowResultInfo span.WrongTxt {
	display: inline-block;
	background: #fff;
	color: #e02121;
	font-weight: bold;
	border-radius: 1.23em;
	padding: 4px 12px;
}
.NowResultInfo span.CorrectTxt + span.WrongTxt {
	margin-left: 4px;
}
.QustionNum {
	font-size: 111.12%;
	font-weight: bold;
	background: #fff;
	color: #707070;
	text-align: center;
	padding: 10px 0;
}
.QustionBox {
	position: relative;
	padding: 18px 16px 136px;
}
/* 吹き出し */
.QustionMainTxt {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 16px 20px;
	z-index: 20;
}
.QustionMainTxt::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 120px;
	bottom: -28px;
	border-right: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;
	border-left: 40px solid transparent;
	border-top: 40px solid transparent;
	z-index: 5;
}
.QustionMainTxt::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 91px;
	bottom: -40px;
	border-right: 40px solid #f0f0f0;
	border-bottom: 40px solid #f0f0f0;
	border-left: 40px solid transparent;
	border-top: 40px solid transparent;
	z-index: 10;
}
.QustionMainTxt p {
	color: #444;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.35;
	min-height: 4.07em;
}
.QustionMainTxt span.AnswerRate {
	font-size: 72.23%;
	font-weight: bold;
	color: #707070;
	text-align: right;
	position: absolute;
	right: 2px;
	bottom: -20px;
	z-index: 20;
}
.QustionBox img.Img_OldMan01 {
	display: block;
	position: absolute;
	left: 38px;
	bottom: 0;
	width: 152px;
	height: auto;
	z-index: 20;
}

/* 制限時間 */
.TimerBoxWrap {
	margin: 2px 16px 5px;
	position: relative;
	z-index: 30;
}
.TimerBox {
	display: table;
	width: 100%;
	height: 26px;
}

.TimerBox .TimerBarWrap,
.TimerBox span.CountTxt {
	display: table-cell;
	vertical-align: middle;
}
.TimerBox .TimerBar {
	position: relative;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.TimerBox .TimerBar span.TimerIcon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 26px;
	margin-left: -10px;
	margin-top: -11px;
	background: url(../img/Icon_Sandclock01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	animation: clockanime01 15s linear 0.1s;
}
@keyframes clockanime01 {
	24% {
		transform: translateY(0px);
	}
	25% {
		transform: translateY(-10px);
	}
	26% {
		transform: translateY(0px);
	}
	55% {
		transform: translateY(0px);
	}
	56% {
		transform: translateY(-10px);
	}
	57% {
		transform: translateY(0px);
	}
	88% {
		transform: rotate(0deg);
	}
	89% {
		transform: rotate(180deg);
	}
	90% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.TimerBar .TimeMeter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	height: 4px;
	width: 0%;
	border-radius: 2px;
	background-color: #b7b7b7;
}
.TimerBox.Caution .TimerBar {
	background-color: #db808f;
}
.TimerBox.Danger .TimerBar {
	background-color: #c7465c;
	-webkit-animation: DangerColor 1s linear infinite;
	animation: DangerColor 1s linear infinite;
}

@keyframes DangerColor {
	0%,100% {
		background-color: #c7465c;
	}
	50% {
		background-color: #ffd;
	}
}
@-webkit-keyframes DangerColor {
	0%,100% {
		background-color: #c7465c;
	}
	50% {
		background-color: #ffd;
	}
}

.TimerBox span.CountTxt {
	width: 82px;
	text-align: right;
	font-size: 72.23%;
	font-weight: bold;
	color: #707070;
}
.TimerBox span.CountTxt > span {
	display: inline-block;
	font-size: 123.07%;
	padding: 0 4px;
}
.TimerBox.Danger span.CountTxt > span {
	color: #e02121;
	font-size: 153.9%;
}


/* 回答ボタン */
.AnswerBox {
	margin: 0 16px;
}
.AnswerBox li + li {
	margin-top: 8px;
}
.AnswerBox a.QuizBtn01,
.AnswerBox button.QuizBtn01 {
	position: relative;
	display: block;
	background: #db808f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	border: none;
	width: 100%;
	padding: 13px 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
}
.AnswerBox button.QuizBtn01 span.Txt{
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
	line-height: 1.35;
}

.AnswerBox a.QuizBtn01:hover,
.AnswerBox button.QuizBtn01:hover {
	color: #c7465c;
	background: #e8c4c9;
}
.AnswerBox a.QuizBtn01:active,
.AnswerBox button.QuizBtn01:active {
	color: #fff;
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
}
.AnswerBox button.QuizBtn01::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.3);
	transform: scale(.3);
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
/*	animation: bottomBubbles ease-in-out 0.75s forwards; */
}
.AnswerBox button.QuizBtn01.Action span.Txt{
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.AnswerBox button.QuizBtn01.Action:hover {
	color: #fff;
}
.AnswerBox button.QuizBtn01.Action::after {
	background: #c7465c;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*=======================================
答え合わせ .AnswerResultWrap
=======================================*/
.AnswerResultWrap {
	position: relative;
	padding: 18px 16px 146px;
	margin-bottom: 10px;
}
.AnswerResultBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 282px;
	height: 160px;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	padding: 37px 0;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.AnswerResultBox.Correct,
.AnswerResultBox.Clear {
	border: 4px solid #c7465c;
}
.AnswerResultBox.Wrong {
	border: 4px solid #066bb1;
}
.AnswerResultBox > p {
	position: relative;
	font-weight: bold;
	font-size: 250%;
}
.AnswerResultBox.Clear > p {
	color: #c7465c;
}
.AnswerResultBox.Correct > p {
	color: #c7465c;
	padding-right: 80px;
}
.AnswerResultBox.Correct > p::after {
	content: '';
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 11px solid #c7465c;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.AnswerResultBox.Wrong > p {
	color: #066bb1;
	padding-right: 80px;
}
.GameOverBox > p::before,
.GameOverBox > p::after,
.AnswerResultBox.Wrong > p::before,
.AnswerResultBox.Wrong > p::after {
	content: '';
	height: 10px;
	width: 80px;
	display: block;
	background: #54adea;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	border-radius: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.GameOverBox > p::after,
.AnswerResultBox.Wrong > p::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.AnswerResultWrap img.Img_Chappy01 {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 189px;
	height: auto;
	z-index: 20;
	margin-left: -90px;
}
/* 問題文確認モーダル */
body.Quiz.ViewOut{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.ModalOverlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 7200;
	transition: opacity 0.7s, transform 0s 0.5s;
}
.QuestConfirm {
	background-color: #fff;
	width: 98%;
	width: calc(100% - 30px);
	max-width: 400px;
	padding: 30px 18px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 20px 0 0;
	border-radius: 6px;
	z-index: 7500;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.QuestConfirm.OpenDraw {
	top: 50%;
	pointer-events: auto;
	opacity: 1;
}
.ModalClose {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
	background: #f0f0f0;
	border: none;
	border-radius: 50%;
}
.ModalClose:before,
.ModalClose:after {
	content: '';
	height: 1px;
	width: 17px;
	display: block;
	background: #444;
	position: absolute;
	top: 14px;
	left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.ModalClose:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.QuestTxt {
	max-height: 330px;
	overflow: hidden;
}
.QuestTxt p {
	color: #444;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.35;
}

/*=======================================
ゲームオーバー .GameOverWrap
=======================================*/
.GameOverWrap {
	position: relative;
	padding: 18px 16px 0;
	margin-bottom: 10px;
}
.GameOverBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 282px;
	height: 160px;
	margin: auto;
	background: #fff;
	border: 4px solid #066bb1;
	border-radius: 6px;
	padding: 30px 0 0;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
}
.GameOverBox span.GameOverTitle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #066bb1;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.GameOverBox > p {
	position: relative;
	font-weight: bold;
	font-size: 250%;
	color: #066bb1;
	padding-right: 80px;
}
.GameOverTxt01 {
	position: relative;
	padding-left: 102px;
}
.GameOverTxt01 .Img_Chappy02 {
	display: block;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -80px;
	width: 114px;
	z-index: 20;
}
.GameOverTxt01 p {
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.3;
	padding: 20px 0;
}
/*=======================================
ゲームオーバー .GameClearWrap
=======================================*/
.GameClearWrap {
	position: relative;
	padding: 18px 16px 0;
	margin-bottom: 20px;
}
.GameClearTxt01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 282px;
	margin: 20px auto auto;
	background: #fff;
	border: 4px solid #db808f;
	border-radius: 6px;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	padding: 30px 0 0 110px;
}
.GameClearTxt01 span.GameClearTitle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #db808f;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-align: left;
	padding-left: 110px;
}
.GameClearTxt01 .Img_Chappy03 {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -68px;
	width: 100px;
	z-index: 20;
}
.GameClearTxt01 p {
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.3;
	padding: 18px 0;
}


/*=======================================
ランキング 
=======================================*/
.RankigTitle {
	position: relative;
	margin-top: 18px;
}
.RankigTitle::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 76px;
	height: 76px;
	margin-top: -40px;
	background: url(../img/Chara_Chippy01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.RankingTableWrap {
	margin: 14px 16px 20px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.RankingTableWrap table {
	width: 100%;
	border-collapse: collapse;
}
.RankingTableWrap table thead th {
	font-size: 77.78%;
	font-weight: bold;
	background: #db808f;
	color: #fff;
	height: 50px;
	padding: 6px 8px;
	vertical-align: middle;
}
.RankingTableWrap table tbody th,
.RankingTableWrap table tbody td {
	font-size: 77.78%;
	background: #fff;
	color: #444;
	vertical-align: middle;
	border-top: 3px solid #f0f0f0;
}
.RankingTableWrap table tbody th {
	width: 52px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.RankingTableWrap table tbody th.Rank {
	border-right: 1px dashed #db808f;
	padding: 5px 0;
}
.RankingTableWrap table tbody td {
	padding: 6px 8px;
}

.RankingTableWrap table thead th.Rank {
	border-right: 1px dashed #fff;
	text-align: center;
}
.RankingTableWrap table .UserName {
	text-align: left;
}
.RankingTableWrap table .UserName span.UserTxt {
	display: block;
	position: relative;
	line-height: 1.2;
	word-break: break-all;
}
.RankingTableWrap table tr.Rank01 .UserName span.UserTxt,
.RankingTableWrap table tr.Rank02 .UserName span.UserTxt,
.RankingTableWrap table tr.Rank03 .UserName span.UserTxt {
	padding-right: 36px;
}
.RankingTableWrap table .ResultCell {
	width: 80px;
	padding: 6px 10px 6px 0;
}
.RankingTableWrap table span.Data01,
.RankingTableWrap table span.Data02 {
	display: block;
	text-align: center;
	line-height: 1.36;
	font-weight: bold;
}

.RankingTableWrap table tbody tr.Rank01 th.Rank,
.RankingTableWrap table tbody tr.Rank02 th.Rank,
.RankingTableWrap table tbody tr.Rank03 th.Rank {
	padding: 5px;
}
.RankingTableWrap table tbody tr.Rank01 th.Rank span.RankTxt,
.RankingTableWrap table tbody tr.Rank02 th.Rank span.RankTxt,
.RankingTableWrap table tbody tr.Rank03 th.Rank span.RankTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 42px;
	min-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
.RankingTableWrap table tbody tr.Rank01 span.RankTxt {
	background: #db808f;
	border-radius: 6px;
}
.RankingTableWrap table tbody tr.Rank02 span.RankTxt {
	background: #efb8c1;
	border-radius: 6px;
}
.RankingTableWrap table tbody tr.Rank03 span.RankTxt {
	background: #f5e2e5;
	border-radius: 6px;
}
.RankingTableWrap table tr.Rank01 span.UserTxt::after,
.RankingTableWrap table tr.Rank02 span.UserTxt::after,
.RankingTableWrap table tr.Rank03 span.UserTxt::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -6px;
	width: 37px;
	height: 37px;
	margin-top: -19px;
	background: url(../img/Icon_Cup01.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.RankingTableWrap table tr.Rank02 span.UserTxt::after {
	opacity: 0.6;
}
.RankingTableWrap table tr.Rank03 span.UserTxt::after {
	opacity: 0.3;
}

/*=======================================
ルール
=======================================*/
.RuleTitle {
	position: relative;
	margin-top: 18px;
}
.RuleWrap {
	margin: 14px 16px 20px;
	border-radius: 10px;
	border: 4px solid #e3e3e3;
	background: #fff;
}
.RuleWrap ul {
	padding: 26px 16px;
}
.RuleWrap ul li{
	font-size: 83.34%;
	line-height: 1.75;
	color: #444;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.RuleWrap ul li:before{
	content:'';
	display:inline-block; 
	width: 6px;
	height: 6px;
	background: #db808f;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute; 
	top: .5em; 
	left: 0;
}


@media only screen and (min-width: 781px) and (max-width: 980px) {

}
@media only screen and (max-width: 780px) {

}
@media only screen and (max-width: 330px) {
	.QuizTopHead .TopInfo .TopInfoWrap p {
		padding: 20px;
	}
	a.QuizBtn03,
	button.QuizBtn03,
	input.QuizBtn03 {
		font-size: 88.89%;
	}
	
	.QustionBox {
		padding: 12px 16px 88px;
	}
	.QustionMainTxt p {
		font-size: 88.89%;
	}
	.QustionMainTxt::before {
		left: 80px;
	}
	.QustionMainTxt::after {
		left: 58px;
	}
	.QustionMainTxt::after {
		left: 58px;
	}
	.QustionBox img.Img_OldMan01 {
		bottom: -7px;
		width: 110px;
	}
	.AnswerBox a.QuizBtn01, .AnswerBox button.QuizBtn01 {
		padding: 13px 10px;
	}
	.AnswerBox button.QuizBtn01 span.Txt {
		font-size: 83.34%;
	}
}
