/* CSS Document */

body{
	background-color: #6a5f47;
	background-image: url(https://www.gamecity.ne.jp/nobunaga/q/tgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.wrap{
	background:rgba(0, 0, 0, 0.85);
	background-position: top center;
	width: 100%;
	max-width: 840px;
	margin: 3% auto;
	border-radius: 20px;
}

.Quest{
	width: 90%;
	padding: 3% 5%;
}

.Quest b{
	color: #e9e4cf;
	background: #2b1209;
	padding: 0.5em 1em 0.5em ;
	border-top: #8D7741 solid 2px;
	border-bottom: #8D7741 solid 2px;
	margin-bottom: 1em;
	display: block;
	text-shadow: #000;
	font-size: 16px;
}

.title h2{
	padding-top: 0.8em;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}

.question{
  margin:35px 0 0;
}


input[type="text"]{
	  width: 100%;
	  max-width: 320px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

textarea{
	  width: 100%;
	  max-width: 320px;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

hr{
	margin: 1.5em 0 1em;
	display: none;
}

h3{
  font-size:16px;line-height:120%;
  color:#fff;
  display:block;
  text-align:center;
  background-color:#a00;
  padding:10px 0;
  border-radius:30px;
}



h4{
	display: inline;
	line-height: 120%;
	font-size: 18px;
	color: #FFF;
	padding-bottom: 1em;
}

.question_title{
display:inline;

}

.option label{
  font-size:16px;
  color:#e7e7e7;
}



#privacynotice{
	color: #c3c3c3;
	margin: 0 0 20px;
	font-size: 90%;
	padding: 0.5em 0.8em;
	border: solid 1px #c3c3c3;
	border-radius: 8px;
	line-height: 1.2em;
}

.question_desc{
  display:inline;
  color:#fff;
  font-size:12px;
  padding:4px 12px;
  background-color:#d60;
  border-radius:20px;
}





.foot_txt{
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 20px;
}


/*busyho_ans*/

.f_left{
	float: left;
	display: block;
	width: 7.5em;
	margin:0.3em 0.5em;
}

.ans_label{
	width: 95%;
	border-bottom: 2px solid #1A2143;
	border-left: 10px solid #1A2143;
	padding-left: 0.8em;
	color: #1A2143;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
	float: left;
	display: block;
}



/*footer*/

.foot_base{
	width: 100%;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 40px 0;
}

.foot_base img{
	text-align: center;
	margin: 0 auto 30px;
	display: inline-block;
	width: 90%;
	max-width: 270px;
}


.textLink{
	color: #FFF;
	margin-bottom: 1em;
	display: block;
	font-size: 12px;
}

.textLink a{
	color: #FFF;
}


/*Switch*/

.pc{
	display: block;
}

.sp{
	display: none;
}


.link_gr{
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.site_link{
	width: 40%;
	max-width: 300px;
	margin: 20px 5%;
	display: block;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

.site_link img{
	width: 100%;
	max-width: 300px;
}

.hissu{
	color:rgb(237, 229, 186); background:#a62100 ; border-radius: 2px; border: solid 1px #ABABAB;  padding:0.2em 0.5em; font-size:12px; display: inline-block; margin-bottom: 10px;
}


#alert{
	padding: 1em;
	background: #FFF;
	border: solid #B00016 3px;
	margin-bottom: 3em;

}

#alert p{
	color: #B00016;
	font-size: 14px;
}


#btn_area{
	width: 100%;
	text-align: center;
}



.error{
	width: 100%;
	min-height: 300xp;
	text-align: center;

}

.error a{
	display: inline;
	font-weight: bold;
	width: auto;
	margin-bottom: 3em;
}


/*170803追加*/

#tab ul{
padding:0;margin:10px 0 20px;

}

#tab li{
list-style: none;
text-decoration:none;
display:inline-block;
background-color:#1B2143;
padding:5px 8px;
border-radius:5px;
margin:0 16px 5px 0;
position:relative;
}

#tab li::before{
content:'';
position:absolute;
right: -13px;
top:13px;
width: 6px;
height: 6px;
border-top: 2px solid #1B2143;
border-right: 2px solid #1B2143;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#tab li:last-child::before{
display:none;
}


#tab li.active {
background-color:#d9ba4f;
}

#tab li.active a{
color:#1B2143!important;
}

#tab li a{
	color:#fff;
	text-decoration:none;
}


.btn_nexttab{
	background-color:#1B2143;
	color:#fff;
	border-radius:5px;
	padding:15px;
	width:160px;
	display:block;
	margin:20px auto 30px;
	text-align:center;
	text-decoration:none;
}


#body_id_confirm .btn_nexttab{
	display:none;
}

#body_id_confirm .exp_question{
	display:none;
}

#body_id_confirm .tab_list{
	display:none;
}

#body_id_confirm .tit_confirm{
	color:#1B2143;
	margin-bottom:20px;
}

.floatTXT{
	display: block;
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1em;
}

.floatLAST{
	display: block;
	width: 100%;
	float: left;
	margin-right: 0;

}

/**/

.seigun{
	background-color: #142d3e;
	background-image: url(http://www.gamecity.ne.jp/nobunaga/q/sekigahara/seigun_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	padding: 100px 5% 1em;
	margin-bottom: 1em;
	color: #FFF !important;
}

.tougun{
	background: #580806;
	background-image: url(http://www.gamecity.ne.jp/nobunaga/q/sekigahara/tougun_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	padding: 100px 5% 1em;
	margin-bottom: 1em;
	color: #FFF !important;
}

.sekigahara_midashi{
	margin: 3% 0 6%;
}

.sekigahara_midashi p{
	width: 90%;
	margin-left: 5%;
	font-size: 18px;
	font-weight: bold;
}

.attention{
	font-size: 70%;
	color: #c8c8c8;
	line-height: 1.4em;
	margin-top: 0.5em;
}

.attention_area{
	background-color:#f0f0f0;
	color: #000;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	font-size: 90%;
	height:300px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}

.attention_area ul{
	margin-left: 1em;
}

.attention_area li{
	list-style-type: disc;
	margin-left: 1em;
	line-height: 1.4em;
	font-size: 100%;
}

.at_words{
	margin: 1.5em 0;
}

.at_words:first-child{
	margin-top: 0;
}

.at_words p{
	font-size: 110%;
	font-weight: bold;
}


#btn_area{
  text-align:center;
  margin:50px 0 20px;
}

#btn_area input{
  display:inline;
  width:30%;height:auto;
  padding:10px 0;
  background-color:#a00;
  color:#fff;
  cursor:pointer;
  text-shadow:2px 2px 6px rgba(30,70,30,0.8);
  -webkit-appearance:none;
	font-size: 120%;
}

#btn_area input:hover{
  opacity:0.8;
}


@media screen and (max-width: 768px) {

	body{
	font-size: 16px;
	}




	.Quest b{
	font-size: 18px;
	}


	.foot_base{
		font-size: 14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		padding: 20px 0 40px;

	}

	.wrap{
	width: 90%;
	max-width: 840px;
	margin: 3% auto;
	border-right: none;
	border-left: none;
		border-radius: 10px;
		display: block;
	}

	#privacynotice{
		color: #FFF;
		margin: 0 0 20px;
		font-size: 76%;
	}


	.foot_txt{
	font-size: 10px;
	}
	.hissu{
	font-size:10px;
}

	.foot_base img{
	margin: 10px auto 15px;
	width: 100%;
	max-width: 150px;

	}

	.floatTXT{
		display: block;
		width: 29%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0.5em;
		font-size: 16px;
	}


	/*Switch*/

	.pc{
		display: none;
	}

	.sp{
		display: block;
	}


}


@media screen and (max-width: 430px) {

	.wrap{
		width: 100%;
		border-radius: 0;
		margin: 0 auto;
	}

	.floatTXT{
		display: block;
		width: 48%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0.5em;
		font-size: 17px;
	}

	.sekigahara_midashi p{
		width: 94%;
		margin-left: 3%;
		font-size: 16px;
		font-weight: normal;
	}
}


/*// common //*/

.dis_none{
	display: none;
}

.clear{
	clear: both;
	height: 0;
}

#btn_area clear{
	width: 100%;
	background-color: none;
}
