@charset "utf-8";
/* CSS Document */

/* ////////////////////////////////////////////////////////////////////

#top

//////////////////////////////////////////////////////////////////// */

/*--------------------------------------------------------------------
#lead
--------------------------------------------------------------------*/
#lead{
	font-size:94%;
}
/*.lead*/
#lead .lead{
	margin-bottom:30px;
}
#lead .lead .midashi{
	font-size:134%;
	text-align:center;
	margin-bottom:20px;
	color:#0099cc;
}
#lead .lead .text{
	font-size:94%;
	text-align:center;
}
#lead .lead .document{
	padding-top:20px;
	text-align: center;
	color:#0099cc;
}
#lead .lead .document a:link,
#lead .lead .document a:visited{
	color:#0099cc;
	text-decoration: underline;
}
/*.about*/
#lead .about{
	max-width:680px;
	margin:0 auto 30px auto;
	padding:15px;
	background:url(../img/bg_texture.gif) repeat left top;
	background:url(../img/bg_texture_ie.gif) repeat left top\9; /*IE8以下*/
	background-size:7px 7px;
}
#lead .about .midashi{
	font-size:134%;
	text-align:center;
}
#lead .attention ul{
	margin-top: 10px;
}
#lead .attention ul li{
	color:#c00;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
#lead .attention ul li:last-child{
	margin-bottom: 0;
}
/*question*/
#lead .question dl{
	overflow:hidden;
	zoom:1;
}
#lead .question dl dt{
	float:left;
	display:inline;
	width:13em;
	margin-top:10px;
	font-weight:bold;
}
#lead .question dl dt:after{
	content:"・・・";
}
#lead .question dl dd{
	margin-top:10px;
	overflow:hidden;
	zoom:1;
}
#lead .question dl dd span{
	padding:0 4px;
	vertical-align:middle;
}
/*.restart*/
#lead .restart{}
#lead .restart .txt{
	margin-top:10px;
	margin-bottom: 15px;
}
#lead .restart .txt p{
	line-height: 1.5em;
	margin-bottom: 0.7em;
}
#lead .restart .txt p:last-child{
	margin-bottom: 0;
}
#lead .restart .txt p.note{
	color:#c00;
	font-weight: bold;
}

#lead .restart .restart_form{
	width: 100%;
	padding: 10px;
	background: #FFF;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	overflow: hidden;
	zoom:1;
}
#lead .restart .restart_form .ttl{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
}
#lead .restart .restart_form .input{
		width: 50%;
    border: 1px solid #cccccc;
    box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset;
    box-sizing: border-box;
    padding: 10px;
		line-height: 1;
}
#lead .restart .restart_form .btn{
	float: right;
	width: 48%;
	background:#FFAD33;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-family: "Lucida Grande","ヒラギノ角ゴProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
}
#lead .restart .restart_form .btn:hover{
	background:#FFC266;
}
/*--------------------------------------------------------------------
#contents
--------------------------------------------------------------------*/
#contents .question .pc{
	overflow:hidden;
	zoom:1;
	display:block;
}
#contents .question .tab{
	overflow:hidden;
	zoom:1;
	display:none;
}
#contents .question ul li .blue{
	color:#0099cc;
	font-weight:bold;
}
#contents .question ul li .grey{
	color:#999;
}

/*----#q99----------------------------------------------------------*/
#contents #q99 select{
	width:100%;
}
/*----#q06----------------------------------------------------------*/
#contents #q06 ul li:nth-child(5){
	width:50%;
}
/*----#q15----------------------------------------------------------*/
#contents #q15 h4{
	margin-top:10px;
}
/*.pc*/
#contents #q15 .pc table{
	margin-bottom:5px;
}
#contents #q15 .pc thead th,
#contents #q15 .pc thead td{
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	font-size:73%;
	line-height:1.3em;
	background:#E6F5FD;
}
#contents #q15 .pc thead td{
	width:6%;
}
#contents #q15 .pc tbody th{
	padding:0 10px;
	text-align:left;
	vertical-align:middle;
	font-size:86%;
	font-weight:normal;
}
#contents #q15 .pc tbody td{
	padding:0;
	text-align:center;
	vertical-align:middle;
}
#contents #q15 .pc tbody td label{
	display:block;
	margin-right:0;
	padding:15px auto;
	padding-top:15px;
	padding-bottom:15px;
}
#contents #q15 .pc tbody .line th,
#contents #q15 .pc tbody .line td{
	border-bottom:3px double #CCCCCC;
}
#contents #q15 .pc tbody .total th,
#contents #q15 .pc tbody .total td{
	background:#FCFEFF;
}
#contents #q15 .pc tbody .total th{
	font-weight:bold;
}
/*.check*/
#contents #q15 .check table{
	margin-bottom:10px;
}
#contents #q15 .check tbody th{
	text-align:left;
	vertical-align:middle;
}
#contents #q15 .check tbody td{
	width:25%;
	text-align:center;
	vertical-align:middle;
}
#contents #q15 .check tbody td span{
}

/*----#q21----------------------------------------------------------*/
#contents #q21 .input{
	width:6em;
}
#contents #q21 h4{
	padding-bottom:5px;
	margin-top:10px;
	border-bottom:1px dotted #CCCCCC;
}
/*----#q23----------------------------------------------------------*/
/*.pc*/
#contents #q23 .pc table{
	margin-bottom:5px;
}
#contents #q23 .pc thead th,
#contents #q23 .pc thead td{
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	font-size:73%;
	line-height:1.3em;
	background:#E6F5FD;
}
#contents #q23 .pc thead td{
	width:6%;
}
#contents #q23 .pc tbody th{
	padding:0 10px;
	text-align:left;
	vertical-align:middle;
	font-size:86%;
	font-weight:normal;
}
#contents #q23 .pc tbody td{
	padding:0;
	text-align:center;
	vertical-align:middle;
}
#contents #q23 .pc tbody td label{
	display:block;
	margin-right:0;
	padding:15px auto;
	padding-top:15px;
	padding-bottom:15px;
}
#contents #q23 .pc tbody .line th,
#contents #q23 .pc tbody .line td{
	border-bottom:3px double #CCCCCC;
}
#contents #q23 .pc tbody .total th,
#contents #q23 .pc tbody .total td{
	background:#FCFEFF;
}
#contents #q23 .pc tbody .total th{
	font-weight:bold;
}
/*.check*/
#contents #q23 .check table{
	margin-bottom:10px;
}
#contents #q23 .check tbody th{
	text-align:left;
	vertical-align:middle;
}
#contents #q23 .check tbody td{
	width:25%;
	text-align:center;
	vertical-align:middle;
}
#contents #q23 .check tbody td span{
}
/*----#q29----------------------------------------------------------*/
/*.pc*/
#contents #q29 .pc table{
	margin-bottom:5px;
}
#contents #q29 .pc thead th,
#contents #q29 .pc thead td{
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	font-size:73%;
	line-height:1.3em;
	background:#E6F5FD;
}
#contents #q29 .pc thead td{
	width:12%;
}
#contents #q29 .pc tbody th{
	padding:0 10px;
	text-align:left;
	vertical-align:middle;
	font-size:86%;
	font-weight:normal;
}
#contents #q29 .pc tbody td{
	padding:0;
	text-align:center;
	vertical-align:middle;
}
#contents #q29 .pc tbody td label{
	display:block;
	margin-right:0;
	padding:15px auto;
	padding-top:15px;
	padding-bottom:15px;
}
#contents #q29 .pc tbody .total th,
#contents #q29 .pc tbody .total td{
	background:#FCFEFF;
}
#contents #q29 .pc tbody .total th{
	font-weight:bold;
}
/*.check*/
#contents #q29 .check table{
	margin-bottom:10px;
}
#contents #q29 .check tbody th{
	text-align:left;
	vertical-align:middle;
}
#contents #q29 .check tbody td{
	width:25%;
	text-align:center;
	vertical-align:middle;
}
#contents #q29 .check tbody td span{
}
/*----#q57----------------------------------------------------------*/
#contents #q57 .note span{
	display:block;
	text-indent:1em;
}
/*--------------------------------------------------------------------
#restart_code
--------------------------------------------------------------------*/
#restart_code{
	font-size: 13px;
}
#restart_code .wrap{
}
#restart_code h1{
	margin-bottom: 30px;
	padding: 10px;	background: #0099cc;
	color: #ffffff;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}
#restart_code .code{
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}
#restart_code .note{
	padding: 10px;
	border: 2px dotted #DDD;
	font-size: 90%;
}
#restart_code .note li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
	color: #c00;
	font-weight: bold;
}
#restart_code .note li:last-child{
	margin-bottom: 0;
}
/*===============================================
●tablet.css  画面の横幅が768px以下
===============================================*/
@media screen and (max-width:768px){
	/*--------------------------------------------------------------------
		#lead
	--------------------------------------------------------------------*/
	/*.lead*/
	#lead .lead{
		margin-bottom:20px;
	}
	#lead .lead .midashi{
		margin:0 auto 20px auto;
	}
	/*.about*/
	#lead .about{
		width:100%;

		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	/*--------------------------------------------------------------------
	#contents
	--------------------------------------------------------------------*/
	#contents .question .pc{
		display:none;
	}
	#contents .question .tab{
		display:block;
	}
	/*----#q06----------------------------------------------------------*/
	#contents #q06 ul li:nth-child(5){
		width:100%;
	}
	/*----#q15----------------------------------------------------------*/
	#contents #q15 dd{
		margin-bottom:15px;
	}
	#contents #q15 select{
		width:100%;
	}
	/*.check*/
	#contents #q15 .check h4{
		padding-bottom:0;
		border:none;
	}
	/*----#q23----------------------------------------------------------*/
	#contents #q23 .note{
		margin-bottom:15px;
	}
	#contents #q23 dd{
		margin-bottom:15px;
	}
	#contents #q23 select{
		width:100%;
	}
	/*----#q29----------------------------------------------------------*/
	#contents #q29 dd{
		margin-bottom:15px;
	}
	#contents #q29 select{
		width:100%;
	}
	/*----#q57----------------------------------------------------------*/
	#contents #q57 .note span{
		text-indent:0;
	}

	#restart_code{
		font-size: 28px;
	}
}

/*===============================================
●smart.css  画面の横幅が568px以下
===============================================*/
@media screen and (max-width:568px){
	/*--------------------------------------------------------------------
	#lead
	--------------------------------------------------------------------*/
	/*.lead*/
	#lead .lead .midashi{
		font-size:125%;
	}
	#lead .lead .text{
		text-align:left;
	}
	/*.about*/
	#lead .about .midashi{
		font-size:125%;
	}
	/*.question*/
	#lead .question dl dt{
		float:none;
		display:block;
		width:100%;
	}
	#lead .question dl dt:after{
		display:none;
	}
	#lead .question dl dd{
		margin-top:5px;
	}
	/*.restart*/
	#lead .restart .restart_form .ttl{
		font-size: 100%;
	}
	#lead .restart .restart_form .input{
		width: 100%;
		margin-bottom: 10px;
	}
	#lead .restart .restart_form .btn{
		float: none;
		display: block;
		width:16em;
		margin: 0 auto;
	}
	/*----#q15----------------------------------------------------------*/
	/*.check*/
	#contents #q15 .check tbody th{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
		background:#E6F5FD;
	}
	#contents #q15 .check tbody td{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
	}

	/*----#q21----------------------------------------------------------*/
	#contents #q21 span{
		margin-top:5px;
		display:block;
	}

	/*----#q23----------------------------------------------------------*/
	/*.check*/
	#contents #q23 .check tbody th{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
		background:#E6F5FD;
	}
	#contents #q23 .check tbody td{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
	}
	/*----#q29----------------------------------------------------------*/
	/*.check*/
	#contents #q29 .check tbody th{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
		background:#E6F5FD;
	}
	#contents #q29 .check tbody td{
		display:block;
		width:auto;
		text-align:left;
		vertical-align:middle;
	}

	#restart_code{
		font-size: 28px;
	}
}
/*===============================================
●smart.css  画面の横幅が320px以下
===============================================*/
@media screen and (max-width:320px){
	/*--------------------------------------------------------------------
	#lead
	--------------------------------------------------------------------*/
	/*.lead*/
	#lead .lead .midashi{
		font-size:116%;
		margin-bottom:15px;
	}
	/*.about*/
	#lead .about .midashi{
		font-size:116%;
	}

	#restart_code{
		font-size: 28px;
	}
}
