/* CSS Document */

body{
	background: #070913;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.wrap{
	background: #d9d6c1;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	border-right: #574B2C solid 2px;
	border-left: #574B2C solid 2px;
}

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

.Quest b{
	color: #D9BA4F;
	background: #1B2143;
	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;
}


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
}



.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: #000;
	text-align: center;
	font-size: 14px;
}

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

.hissu{
	color:#ABABAB; background:#2F375C ; 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: 18%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1em;
}

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

}

/**/


@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: 100%;
	max-width: 840px;
	margin: 0 auto;
	border-right: none;
	border-left: none;
	}

	.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: 23%;
		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) {
	.floatTXT{
		display: block;
		width: 48%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0.5em;
		font-size: 17px;
	}
}


/*// common //*/

.dis_none{
	display: none;
}

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

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