.conteiner{
	width: 80%;
	margin: 100px auto;
	display: block;
}

label{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-left: 10px;
}

.alpha{
	font-size: 10px;
	letter-spacing: 1px;
}

.tel_phone{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
	display: inline-block;
}

.tel_number{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tel_number img{
	height: 20px;
	width: auto;
	margin-right: 10px;
}

.tel_number .number{
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}

.tel_number .number p{
	line-height: 1em;
}

.tel_phone .reception{
	margin-top: 10px;
	letter-spacing: 2px;
	text-align: center;
}

.form_wrapper{
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	border-top: 1px solid #000; 
}

.form_inner input, .form_inner textarea{
	background-color: #f2f2f2;
	width: 100%;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_inner textarea{
	height: 100px;
	margin-bottom: 80px;
}

.send_btn{
	text-align: left;
	background-color: #333333;
	color: #fff;
	height: 50px;
	padding: 10px 45px;
	border-radius: 10px;
	border: none;
}


@media screen and (min-width: 769px){

	.conteiner{
		width: 50%;
	}
	
	.tel_number img{
		height: 25px;
		width: auto;
		margin-right: 20px;
	}

	.tel_number .number{
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.tel_number .number p{
		line-height: 1em;
	}

	.tel_phone .reception{
		margin-top: 10px;
		letter-spacing: 2px;
		text-align: center;
	}
	
}

/*************** お問い合わせ確認画面 ***************/

#confirm .form_wrapper ul{
	width: 100%;
}

#confirm .form_wrapper ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px;
}

#confirm .form_wrapper ul li p:first-of-type{
	width: 30%;
}

#confirm .form_wrapper ul li p:last-of-type{
	width: 68%;
	margin-left: 2%;
}

#confirm .form_wrapper button{
	margin-top: 30px;
}

/*************** エントリーフォーム ***************/


.form_inner input[name='age']{
	width: 60px;
}

.age_form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.age_form{
	margin: 10px 0 50px;
	display: inline-block;
}

.age_form p{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -20px;
}

.age_form input{
	margin: 0;
}

select[name='experi']{
	display: inline-block;
	margin: 10px 0 50px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #f2f2f2;
}

/*************** reCAPTCHA v3 関係 ***************/
.grecaptcha-badge { visibility: hidden; }

.privacy_box{
	margin-top: 25px;
	line-height: 1.5em;
}

.thanks_message{
	width: 100%;
	margin: 0 auto;
}

.thanks_message p{
	font-size: 18px;
	line-height: 2em;
}

@media screen and (min-width: 769px){
	.thanks_message{
		width: 60%;
		margin: 0 auto;
		padding: 60px 0;
	}

	.thanks_message p{
		font-size: 20px;
		line-height: 2em;
	}
}