@charset "utf-8";
/* CSS Document */

html{
	font-size:62.5%;
	overflow-y:scroll;
	overflow-x:hidden;
}
body{
	font-size:1.4em;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#FFF;
	line-height:1.6;
}
i{
	font-size:1.3em;
	margin:0 0 0 5px;
}
#terms_title{
	font-weight:bold;
	margin:30px 0 5px 0;
}
ul#terms_list{
	background:#FFFFEA;
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #CCC;
}
ul#terms_list li{
	color:#00F;
	list-style-type:decimal;
	margin:0 0 20px 20px;
}
ul#terms_list li:last-child{
	margin:0 0 0 20px;
}
input[type=checkbox]{
	width:10px;
}
input.terms_s{
	width:20px;
	height:20px;
	margin:0 0 5px 0;
}
.f_big{
	font-size:1.0em;
}
.f_big2{
	font-size:2.0em;
}

/***************************************************
　schedule・radio
***************************************************/
ul#survival_list{
}
ul#survival_list li{
	list-style-type:none;
	text-align:center;
	line-height:1.5;
	border:1px solid #CCC;
	margin:0 0 10px 0;
	padding:5px 0;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	border-radius:1rem;
}
ul#survival_list li.fix{
	color:#FFF;
	background:#666;
}
ul#survival_list li:last-child{
	margin:0 0 20px 0;
}
.survival_type{
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

input[type=radio]{
	display:none; 	/* ラジオボタンを非表示にする */
}
input[type="radio"]:checked + label{
	color:#FFF;
	background:#333;
}
input[type="radio"]:checked + label.child_none{
	background:#999;
}
label:hover{
	color:#FFF;
	background:#AAA;
	cursor:pointer;
}
label{
	float:left;
	color:#333;
	text-align:center;
	line-height:45px;
	width:100%;
	height:45px;
	margin:0 10px 0 0;
	padding:10px 0;
	border:2px solid #333;
	border-radius:5px;
	display:block;
	cursor:pointer;
}
label.child_none,
label.child_none:hover{
	color:#FFF;
	background:#CCC;
}
ul.child_list{
}
ul.child_list li{
	list-style-type:none;
	margin:0 0 10px 0;
}
ul.child_list li:last-child{
	margin:0;
}
dl.child_input{
}
dl.child_input dt{
	font-weight:bold;
	margin:0 10px 0 0;
}
dl.child_input dd{
}
dl.child_input dd input{
	width:auto;
}

/***************************************************
　step
***************************************************/
.stepBar{
	text-align:center;
	width:100%;
	*zoom:1;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	border-radius:1rem;
	margin:0 0 10px 0;
}
.stepBar .step{
	display:inline-block;
	line-height:40px;
	background-color:#eee;
}
.stepBar .step:before, .stepBar .step:after{
}
.stepBar .step:after{
}
.stepBar .step:before{
}
.stepBar .step:first-child{
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after{
	content:none;
}
.stepBar .step:last-child{
}
.stepBar .step.current{
	color:#FFF;
	background-color:#06F;
}
.stepBar .step.current:before, .stepBar .step.current:after{
	background-color:#06F;
}
.stepBar.step2 .step{
	width:50%;
}
.stepBar.step3 .step{
	width:100%;
}

/***************************************************
　table
***************************************************/
table{
	vertical-align:middle;
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:20px 0 0 0;
}
table th{
	text-align:left;
	vertical-align:middle;
	background:#FFFFEA;
	padding:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	display: block;
}
table td{
	padding:10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	display: block;
}
.f_requre{
	color:#FFF;
	font-size:0.6rem;
	font-weight:normal;
	vertical-align:middle;
	margin:0 0 0 10px;
	padding:2px 5px;
	background:#F00;
		-moz-border-radius:2rem;
		-webkit-border-radius:2rem;
		border-radius:2rem;
}
input{
	width:auto;
	padding:4px;
}
input:focus,
select:focus,
textarea:focus{
	background:#FFFFCC;
}
select{
	padding:4px;
}
textarea{
	width:80%;
	height:200px;
	padding:4px;
}
input.set_name{
	width:80px;
}
input.set_mail1{
	width:130px;
}
input.set_mail2{
	width:110px;
}
input.set_post,
input.set_tel{
	width:40px;
}
.custom-radio{
	display:none;
}
#form_btn_1{
	width:80%;
	margin:20px auto 0 auto;
}
#form_btn_1 button,
#form_btn_2 #form_btn_l button,
#form_btn_2 #form_btn_r button{
	color:#FFF;
	font-weight:bold;
	width:100%;
	height:40px;
	background:#333;
	border:0;
		-moz-border-radius:0.4rem;
		-webkit-border-radius:0.4rem;
		border-radius:0.4rem;
	cursor:pointer;
	outline:none;
}
#form_btn_2 #form_btn_r button{
	color:#333;
	background:#999;
}
#form_btn_1 button:hover,
#form_btn_2 #form_btn_l button:hover{
	background:#999;
}
#form_btn_2 #form_btn_r button:hover{
	background:#999;
}
#form_btn_1 button i,
#form_btn_2 #form_btn_l button i,
#form_btn_2 #form_btn_r button i{
	vertical-align:middle;
	margin:0 10px 0 0;
}
#form_btn_2{
	width:620px;
	margin:0 auto 20px auto;
	overflow:hidden;
}
#form_btn_2 #form_btn_l,
#form_btn_2 #form_btn_r{
	float:left;
	width:300px;
}
#form_btn_2 #form_btn_r{
	float:right;
}

/**************************************************
　base
***************************************************/
h1{
	font-size:1.4rem;
	border-bottom:1px dashed #CCC;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}
h2{
	color: #FFF;
	text-align: center;
	margin:0 0 20px 0;
	padding:10px;
	background: #FF4F00;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	border-radius:1rem;
}
#contents{
	width:auto;
	padding:10px 10px 20px 10px;
	border:2px solid #F8B61B;
	border-right:none;
	border-left:none;
}
#contents p{
	line-height:2.0;
}
#result{
	position:fixed;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;

	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	width:100%;
	height:60px;
/*	background:#06F;*/
	background:rgba(0,0,255,0.8);
	padding:10px 0;
	display:none;
}

/**************************************************
　ページ共通
***************************************************/
#alpha{/* 透過 */
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

.flex_box{
}
.flex_sb{
}
.flex_wrap{
}

.gradation{/* グラデーション */
	background:linear-gradient(#FFF,#E6E6E6);
}

.text_shadow{/* テキストシャドウ */
	text-shadow:1px 1px 2px #333;
}

.text_hidden{/* HTML側のテキストを非表示にして、CSS側で画像を表示するコード */
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.kadomaru{/* BOXエリアを角丸にするコード */
}
.box_shadow{/* BOXエリアに影をつけるコード */
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.21) 5px 5px 6px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.21) 5px 5px 6px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.21) 5px 5px 6px -2px;
}
