@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body {
	background: #FFF;
	color:#000;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

header{
	width:100%;
	height:375px;
	background:#000 url(../img/bg.jpg) no-repeat center;
}
header #header_in{
	width:1000px;
	margin:0 auto;
}
header #header{
	width: 1000px;
	float: left;
}

header #header .logo{
	width:130px;
	float:left;
}
header #header .cpt{
	color:#000;
	font-size:20px;
	float:right;
	line-height:50px;
}

header #tc{
	width:1000px;
	float:left;
	position:relative;
}

header #tc .tc1{
	position: absolute;
	top:10px;
	right:10px;
}

header #tc .tc2{
	color:#fff;
	font-size:20px;
	position:absolute;
	top:120px;
	left:10px;
}

.bt{
	width:100%;
	float:left;
	margin-top:-20px;
	height:70px;
	text-align:center;
	position:relative;
}

.bt_fix{
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	bottom: 0;
	z-index:1000;
}

.bt .btb{
	height:40px;
	margin:0 auto;
	line-height:40px;
	padding:20px 100px;
	text-decoration:none;
	background:#009245;
	color:#FFFF00;
	font-size:22px;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}


.bt .btb:hover{
	background:#FFFF00;
	color:#009245;
}

#content{
	width:1000px;
	margin:20px auto;
}

#content h2{
	background:#000;
	color:#fff;
	padding:10px;
	margin:10px 0;
	width: 980px;
	float: left;
}

#content .red{
	color:#E50012;
}

#content #price{
	width:1000px;
	float:left;
}

#content h3{
	margin:0;
}

#content  #price .table_price{
    margin: 10px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    background: #FFF;
    border-collapse: collapse;
    text-align: center;
}

#content  #price .table_price th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    position: static;
    background: #F8F8F8;
}

#content  #price .table_price td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: static;
}

#content .t1,#content .t2{
	width:235px;
	margin-top:10px;
	padding-bottom:10px;
	background:#FFFF00;
	text-align:center;
	display:block;
}

#content .t1 h5,#content .t2 h5{
	color:#fff;
	padding:5px 0;
	width:235px;
	float:left;
	text-align:center;
	background:#004097;
}

#content .in{
	background:#E50012;
	color:#fff;
	width:145px;
	float: left;
	margin:10px 40px;
	padding: 5px;
	border-radius:10px;
	 -webkit-border-radius:10px;
	 -moz-border-radius:10px;
	 font-weight: bold;
}

#content .pr_n{
	font-size:14px;
}

#content .pr_s{
	font-size:16px;
	color:#E50012;
	font-weight:bold;
}

#content .pr_s span{
	font-size: 24px;
}

#content .cap{
	width: 1000px;
	float: left;
	font-size:12px;
	padding:10px 0;
	list-style: none;
}

#content #simulator{
	width:998px;
	margin:20px 0;
	float:left;
	text-align:center;
	border: solid 1px #000;
}

#content #simulator .base{
	width:800px;
	float:left;
	margin:10px 100px;
}

#step2,#step3,#step4,#step5,#step6,#step6{
	display:none;
}

#content #simulator h4{
	font-size:24px;
	width:800px;
	float:left;
}

#content #simulator .base .img{
	width:800px;
	float:left;
}

#content #simulator .base input{
	display: none;
}
#content #simulator .base input + label{
	height:50px;
	width:350px;
	float:left;
	line-height:50px;
	margin:10px 5px;
	padding:10px 10px 10px 25px;
	border: solid 1px #E50012;
	background:#F2F2F2;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size:20px;
	font-weight:bold;
	position:relative;
	cursor:pointer;
}

#content #simulator .base input + label::before{
  content:"";
  display:block;
  position:absolute;
  top:27px;
  left:5px;
  width:15px;
  height:15px;
  border:1px solid #999999;
  border-radius:50%;
}

#content #simulator .base input:checked + label,#content #simulator .base label:hover{
	background:#E50012;
	color:#fff;
}

#content #simulator .base input:checked + label::before{
	border:2px solid #fff;
}

#content #simulator .base input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top:31px;
  left:9px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
}
#content #simulator .base .que1 + label{
	line-height:25px;
}
#content #simulator .base .que2 + label{
	width:153px;
}

#content #simulator .base .que4 + label{
	width:113px;
    line-height:25px;
}

#content #simulator #step6{
	width:800px;
	float:left;
	margin:10px 100px;
	padding:20px 0;
	background:#FFFF00;
	color:#E50012;
}
#content #simulator #step6 .result{
	font-size:30px;
	font-weight:bold;
}

#content #simulator #step6 .result span{
	font-size:50px;
}

#content #simulator #step6 .subresult{
	font-size: 24px;
}

#content #simulator #step6 p{
	font-size: 14px;
	text-align:center;
	color: #000;
}

#cp{
	width: 100%;
	float: left;
	background:#CCCCCC;
	text-align: center;
	font-size:10px;
	padding:10px 0;
	margin:20px 0 100px 0;
}
