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

body{
	background:#000;
	-webkit-text-size-adjust: 100%;
}
#wrapp{
	position:relative;
	width:100%;
	background:url(/m14/img/page610/img/01_formBg.jpg),url(/m14/img/page610/img/01_base_sendBg.jpg);
	background-repeat:no-repeat,repeat-y;
	background-size:100% auto;
	overflow:hidden;
	color:#fff;
}
footer{
	display:table;
	box-sizing:border-box;
	padding:3%;
	width:100%;
	overflow:hidden;
}
.copy{
	display:table-cell;
	width:80%;
	color:#fff;
}
.help_btn{
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
}
.help_btn img{
	display:inline;
	max-width:100px;
}
/* -------------------------------------- */
#wrapp_form{
	position:relative;
	width:100%;
	height:100%;
	min-height: 500px;
	padding-bottom:15%;
	overflow:hidden;
}
.step{
	position:relative;
	width:80%;
	margin:30% auto 8%;
	height:auto;
	line-height:0;
}
.pointer p{
	position:absolute;
	width:6%;
	top:-50%;
	z-index:3;
}
.pointer p:not(:first-child){
	display:none;
}
.pointer p:nth-child(1){	left:3.8%;}
.pointer p:nth-child(2){	left:25.5%;}
.pointer p:nth-child(3){	left:47%;}
.pointer p:nth-child(4){	left:68.5%;}
.pointer p:nth-child(5){	left:90%;}

.check p{
	opacity:0;
	position:absolute;
	top:22.5%;
	width:8%;
	z-index:3;
}
.check p:nth-child(1){	left:3%; }
.check p:nth-child(2){	left:24.5%;}
.check p:nth-child(3){	left:46%;}
.check p:nth-child(4){	left:67.8%;}

.stepbox p{
	opacity:0;
	position:absolute;
	top:-30%;
	width:15%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-shadow:0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
	z-index:3;
}
.stepbox p:nth-child(1){	left:0%; }
.stepbox p:nth-child(2){	left:21%; }
.stepbox p:nth-child(3){	left:42.5%; }
.stepbox p:nth-child(4){	left:64.0%; }

/* -------------------------------------- */

.que{
	width:100%;
}
/*.que:not(.first){
	display:none;
}*/
.textbox{
	position: relative;
	background: rgba(255,255,255, 1);
	width:90%;
	border-radius:3px;
	margin:0 auto 10%;
	padding:4% 2%;
	box-shadow:0 3px 20px -10px #000;
	color:#222;
	font-size:110%;
	text-align: center;
}
.textbox:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: rgba(255,255,255, 1) transparent transparent transparent;
}

/* -------------------------------------- */

.birth ,.btn_single ,.btn_submit_single{
	display:inline-block;
	width:40%;
	margin:3%;
}
.btn_area{
	width:100%;
	margin:9% auto 12%;
	text-align:center;
	font-size:0;
}
.back{
	margin-left:68%;
	width:25%;
}
.birth_select{
	text-align:center;
	text-shadow:0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
}
select,option{
	padding:2px;
	font-size:19px;
	color:#000;
	background: #fff;
}
select[name="select-by"]{ width:85px;}
select[name="select-bm"]{ width:60px;}
select[name="select-bd"]{ width:60px;}

.name_select{
	text-align:center;
}
.text-hn{
	width:85%;
	padding:5px;
	border-radius:3px;
	font-size:21px;
	line-height:1.4;
}
.attention{
	width:280px;
	margin:5px auto;
	font-size:14px;
	line-height:1.3;
	color:#fff;
	text-align:left;
}
.no_name{
	display:none;
}
.errorMsg{
	width:60%;
	border-radius: 20px;
	background:#f20028;
	color:#fff;
	font-size:80%;
	padding:1px 3%;
	margin:0 auto 2%;
	text-align:center;
}

/* -------------------------------------- */

@media screen and (min-width: 640px) {
	#wrapp{
		width:640px;
		margin:auto;
	}
}

/* -------------------------------------- */

.margin_top_s{ margin-top:5px !important;}
.margin_top_m{ margin-top:10px !important;}
.margin_top_l{ margin-top:15px !important;}

.margin_right_s{ margin-right:5px !important;}
.margin_right_m{ margin-right:10px !important;}
.margin_right_l{ margin-right:15px !important;}

.margin_bottom_s{ margin-bottom:5px !important;}
.margin_bottom_m{ margin-bottom:10px !important;}
.margin_bottom_l{ margin-bottom:15px !important;}

.margin_left_s{ margin-left:5px !important;}
.margin_left_m{ margin-left:10px !important;}
.margin_left_l{ margin-left:15px !important;}

.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.display_block{ display:block;}
.display_inline_block{ display:inline-block;}
.display_none{ display:none;}

.under_line{ text-decoration:underline;}

a{ text-decoration:none;}

.text11{ font-size:85%;}
.text12{ font-size:93%;}
.text13{ font-size:100%;}
.text14{ font-size:108%;}
.text15{ font-size:116%;}
