/*===============================================
　　　　　　　　　form共通
===============================================*/
@media screen and (max-width: 767px){

.bt_w{
	border-top:1px solid #ffffff;
}	
	
.contForm {
	padding:24px;
}

.guide{
	line-height:2;
	padding-bottom:20px;
	}
	
	
	.input_flame{
	}
	
	.input_row{
		display:block;
	}
	
	.input_row:nth-of-type(7){
			margin-top:0;
	}

	
	.input_label{
		display:block;
		width:100%;
		padding:12px 0;
		vertical-align:top;
	}
	
	.input_label span:after{
		content:"";
		display:inline-block;
		width:10px;
		height:10px;
		border-radius:5px;
		background:#cb5393;
		margin-left:5px;
	}
	
	.input_label span#tel_label:after{
		display:none;
	}

	
	.required{
		display:none;
	}
	
	.select_item{
		overflow:hidden;
		}

	.select_item li{
		float:none;
		}
		
	.select_item li:first-child{
		margin-right:0;
		}

		
	.input_item{
		display:block;
		width:100%;
		padding:0 0 12px;
	}
	
		input[type="text"],
		input[type="tel"],
		input[type="email"]{
		padding:12px 0 12px 5px;
		margin-bottom:2px;
	}

	
	.input_consent{
		padding:48px 0 16px;
		text-align: center;
	}
	
	.input_consent .txarea{
		height:200px;
		overflow:auto;
		margin-bottom:16px;
		border:1px solid #e5e5e5;
		text-align:left;
		}
	
	.first{}
	
	.second{}
	
	.bot{}




	#name_kangi_label1,
	#name_kangi_label2,
	#name_kana_label1,
	#name_kana_label2{
		width:12%;
		margin:0 0 2px;
		padding: 9px 0;
    text-align: left;
	}
	
	#name_kangi_item0,
	#name_kangi_item1,
	#name_kana_item0,
	#name_kana_item1{
		width:88%;
	}
	
	#tel_item0,
	#tel_item1,
	#tel_item2{
		width:30%;
		float:left;
	}
	
	#tel_label2,
	#tel_label3{
		width:5%;
		float:left;
		display:block;
		padding:11px 0;
	}
	
	#explantion_tel{
		margin-left:0;
		display:block;
		float:left;
	}
	
	#mailaddress{
		width:100%;
	}

	textarea{
		width:100%;
	}
	

	.input_btn{
		text-align:center;
	}
	
	.input_btn .btn ,
	.input_btn .btnGray
	{
		border:none;
		display:inline-block;
		width:110px;
	}
	
	.input_btn .btn{
		margin-right:16px;
	}
	
	.error_item{
		color:#cb5393;
		font-weight:bold;
	}
	
	/*===============================================
　　　　　　　　	confirm
===============================================*/
	
	#confirm_frame{
		padding:12px 0 24px;
	}

	.confirm_row{
		display:block;
	}
	
	.confirm_label{
		dispaly:block;
		width:100%;
		padding:12px;
	}
	
	.confirm_item{
		display:block;
		width:100%;
		padding:12px;
	}

	.input_btn.confirm .btn,
	.input_btn.confirm .btnGray{
		width:100%;
	}
	
	.input_btn.confirm .btn{
		margin-bottom:16px;
	}


	/*===============================================
　　　　　　　　　complete
===============================================*/

.complete p{
	font-size:121%;
	padding-bottom:32px;
}

	/*===============================================
　　　　　　　　　error
===============================================*/

.error p{
	font-size:121%;
	padding-bottom:32px;
}

/*===============================================
　　　　　　　　　current
===============================================*/

#current {
	width:96%;
	margin: 0 2%;
	transition:none;
}

#current ul.fn_current {
	margin-bottom: 18px;
	overflow:hidden;
	transition:none;
}


#current ul.fn_current li {
	width:49%;
	background:#fff;
	/* box-shadow */
	box-shadow:rgba(209, 209, 209, 0.5) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(209, 209, 209, 0.5) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(209, 209, 209, 0.5) 0px 0px 5px 1px;
  float:left;
  position: relative;
 	z-index:2;
	margin:0;
	transition:none;
	
}

#current ul.fn_current li.current:after,
#current ul.fn_current li:hover:after   {
	height:7px;
	width:100%;
}


#current ul.fn_current li:nth-of-type(2n+1) {
	margin: 0 2% 2% 0;
}

#current ul.fn_current li a {
	  padding:156px 30px 30px 30px;
		display:block;
		transition:none;
}

#current ul.fn_current li h2 {
	font-size:116%;
	line-height:1;
	text-align:center;
	color:#cb5393;
	font-weight:bold;
	transition:none;
}

#current ul.fn_current li h2 span {
    font-size: 77%;
    display: block;
    padding-top: 8px;
    color: #ccc;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
		transition:none;
}


}
	
