@charset "UTF-8";


#subHeader {
	position: relative;
	margin-bottom: 30px;
}
#subHeader #btn_backtop { 
	display: block;
	width: 110px;
	position: absolute;
	top: 40px;
	left: 800px;
}


/***********************************
クイズスタート画面
***********************************/
#startBox {
	width: 960px;
	position: relative;
	padding: 31px;
	border-radius: 9px;
	background: #0075be;
	margin-bottom: 70px;
	box-sizing: border-box;
}
#startBox .startbg {
	position:relative;
	background: #fff;
	border-radius: 4px;
}
#startBox .startbg img {
	margin: 4px;
}

#startBox a.btn_start {
	display: block;
	position: absolute;
	top: 510px;
	left: 60px;
	cursor: pointer;
}




/***********************************
クイズ問題ページ
***********************************/

/*問題部分*/
#drawarea .frame {
	border: solid 5px #0075be;
	border-radius: 7px;
	overflow: hidden;
	box-sizing: border-box;
	width: 960px;
	background: #ecf8ff;
}

#drawarea .frame .heddingbox {
	background: #0075be;
	height: 100px;
	margin: 0;
	font-size: 30px;
	color: #fff;
	/* line-height: 100px; */
	box-sizing: border-box;
	overflow: hidden;
}
#drawarea .frame .heddingbox .noBox {
	width: 226px;
	height: 65px;
	display: inline-block;
	background: #fff;
	line-height: 65px;
	color: #0075be;
	text-align: center;
	border-radius: 9px;
	margin-left: 15px;
	margin-top: 13px;
	margin-right: 15px;
	font-weight: bold;
}

#questionBox .quizBox {
	float: right;
	width: 690px; /*690*/
	/* display: inline; */
	margin-top: 16px;
}
#questionBox .quizBox p {
	display: inline;
	font-size: 26px;
	color: #fff;
	line-height: 30px;
	/* margin-top: 20px; */
}
#quizWrapper .btn_choice {
	cursor: pointer;
}


/*選択部分*/
.subContents #questionBox02 {
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#choicesBox {
	width: 870px;
	text-align: left;
	margin: 20px auto 0;
}
#questionBox02 .choices {
	border: solid 3px #fff;
	border-radius: 11px;
	background: #c47300;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	overflow: hidden;
}
#questionBox02 .choices a {
	display: block;
	height: 59px;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
	background: #ff9600;
	padding-left: 25px;
	padding-top: 15px;
	box-sizing: border-box;
	margin-bottom: 8px;
}
#questionBox02 .choices:hover {
	opacity: 0.7;
}

/***********************************
クイズ答えページ
***********************************/

#drawarea #answerWrapper.frame .heddingbox .noBox {
	width: 125px;
	font-size: 60px;
}

#answerWrapper .quizBox {
	width: 790px;
	float: right;
	margin-top: 25px;
	font-size: 46px;
}


#drawarea .frame.seikai {
	border: solid 5px #ff9600;
	background: #fffaf2;
}

#drawarea .frame.seikai .heddingbox {
	background: #ff9600;
}
#drawarea #answerWrapper.seikai .heddingbox .noBox {
	color: #ff9600;
}


/*答え部分（男の子）*/
.subContents #answerBox {
	width: 100%; /*830*/
	position: relative;
}
.subContents #answerBox #answerbg {
	position: relative;
	width: 830px;
	margin: 40px auto 0;
}
.subContents #answerBox #answerbg .view_sm,
.subContents #answerBox #answerbg .view_tub {
	display: none;
}
#answerBox .answer_txt {
	font-size: 26px;
	font-weight: bold;
	color: #F00;
	line-height: 1.5em;
	position: absolute;
	top: 20%;/*50/250*/
	left: 8%;
	width: 45%;
}
.hantei {
	font-size: 28px;
}
.huseikai{
	color: #00F;
}
.seikaiha {
	font-size: 26px;
	font-weight: bold;
	color: #F00;
}
.underline {
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 5px;*/
}
.kiminokotae {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}



/*解説部分*/
.subContents #answerBox02 {
	width: 830px;
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れ防止*/
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
#answerBox02 img.ans_float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;	
}

#answerBox02 .left {
	width: 520px;
	float: left;
	margin-right: 20px;
}
#answerBox02 .right {
	width: 290px;
	float: right;
}
.subContents .HintBox  {
	font-size: 15px;
	background-color: #0075be;
	color: #FFF;
	font-weight: bold;
	margin-top: 15px;
	color: #FFF;
	padding: 5px;
	line-height: 1.7em;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;
	clear: both;
}

.subContents .HintBox p  {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.7em;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.subContents .HintBox a  {	color: #FFF;
	text-decoration: none;
}




/*下部ボタン*/
.subContents #answerBox03 {
	width: 634px;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れ防止*/
	margin: 30px auto;
}
#answerBox03 .left {
	/* width: 30%; */
	float: left;
	margin-right: 20px;
}
#answerBox03 .right {
	/* width: 30%; */
	float: left;
	margin-left: 317px;
}


/***********************************
クイズ処理用
***********************************/
#drawarea{
	position: relative;
}
#startWrapper {
	position: relative;
	top: 0;
	left: 0;
}
#answerWrapper {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#quizWrapper {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

/*
========================================
return btn
========================================
*/
.return-btn{
	width: 305px;
	display: block;
	margin:auto;

  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: #fff;
  -webkit-box-shadow: #333 0px 10px 10px -10px;
  box-shadow: #333 0px 10px 10px -10px;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 13px 10px 11px;
  text-align: center;
  position: relative;
  color: #000 !important;
}
.return-btn:hover,
.return-btn:active,
.return-btn:focus{
	color: #fff !important;
  background-color: #0070CB;
}
.return-btn__txt{
	font-size: 18px;
	font-weight: bold;
}
.return-btn__arrow{
	position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}