@charset "utf-8";
#coment{
	width:95%;
	max-width:1000px;
	text-align: center;
	font-weight: bold;
	padding:50px 0 30px 0;
	font-size:1.2rem;
	margin:0 auto;
}
#coment h2{
	color:#004084;
	font-size:2.2rem;
	line-height: 1.4;
	margin-bottom:30px;
}

@media screen and (max-width: 481px){
	#coment{
		font-size:1.1rem;
	}
	
	#coment h2{
		font-size:1.5rem;
	}
}
/*-----------------------------

テーブル設定
	
-----------------------------*/

form{
	width:95%;
	max-width:1000px;
	margin:0 auto 50px auto;
}
form table{
	width:100%;
	border-collapse:separate;
	border-spacing:0 5px;
	margin-bottom:30px;
}

form th,
form td{
	padding:3px 10px;
	font-size:16px;
}

#kakunin form th,
#kakunin form td{
	padding:8px 10px;
}

form th{
	background-color: #576BB7;
	width:200px;
	border-radius: 3px 0 0 3px;
	color:#fff;
	font-weight: bold;
}

form th.hisu p{
	width:100%;
	display: flex;
	justify-content: space-between;
}

form th.hisu p::after{
	content: "必須";
	background-color: #F66762;
	border-radius: 50%;
	bprder:2px solid #fff;
	font-size:14px;
	padding:2px 8px;
}

form td{
	background-color: #F5F5F5;
	border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 481px){
	form th,
	form td{
		display: block;
		width:100%;
	}
	
	form th{
		border-radius: 3px 3px 0 0;
	}
	form td{
		border-radius: 0 0 3px 3px;
	}	
}

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

	フォーム設定
	
-----------------------------*/

form label{
	margin-right:15px;
}

form input[type=text],
form input[type=email],
form input[type=tel]{
	width:300px;
	font-size:16px;
	padding:5px 3px;
}

::placeholder{
	color:#B5B5B5;
}

textarea{
	width:100%;
	height: 200px;
	padding:5px 3px;
	line-height: 1.4;
}

#botan{
	width:100%;
}

button{
	width:300px;
	height: 60px;
	border:2px solid #fff;
	box-shadow: 0px 0px 0px 1px #ccc;
	border-radius: 6px;
	font-size:20px;
	color:#fff;
	font-weight: bold;
	background: rgb(234,85,112);
background: -webkit-linear-gradient(bottom, rgba(234,85,112,1) 0%, rgba(230,105,126,1) 100%);
background: -o-linear-gradient(bottom, rgba(234,85,112,1) 0%, rgba(230,105,126,1) 100%);
background: linear-gradient(to top, rgba(234,85,112,1) 0%, rgba(230,105,126,1) 100%);
	cursor: pointer;
}

#errbotan{
		background: rgb(234,85,112);
background: -webkit-linear-gradient(#576BB7 0%, #425399 100%);
background: -o-linear-gradient(#576BB7 0%, #425399 100%);
background: linear-gradient(#576BB7 0%, #425399 100%);
}


form .chu,
#allitem,
#inputerr{
	margin-left:5px;
	color:#E13C57;
	font-weight: bold;
	font-size:0.95rem;
}

@media screen and (max-width: 481px){
	form input[type=text],
	form input[type=email],
	form input[type=tel]{
		width:100%;
	}
	button[type="button"]{
		width:100%;
	}
}

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

	END画面
	
-----------------------------*/

#end{
	min-height: 100svh;
	display: flex;
	flex-direction: column;
}

#end section{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#end h2{
	color:#004084;
	font-size:2.2rem;
	line-height: 1.4;
	margin-bottom:30px;
}

#end #photo{
	width:90%;
	max-width: 300px;
	line-height: 0;
}

#end #photo img{
	width:100%;
	height: auto;
}