/*フォーム*/

.kids_cont{
	margin: 0 auto;
	padding: 60px 50px;
	text-align: left;
	box-sizing: border-box;
	margin:0 auto 30px auto;
	max-width: 1200px;
}


.kids_cont h2{
	font-size:38rem;
	margin-bottom:1em;
	text-align: center;
}

.kids_comm_box{
	text-align: center;
}


.kidsTopComm{
	margin-bottom: 30px;
}
.kidsTopComm p{
	font-size: 22rem;
	line-height:1.8;
	margin-bottom: 10px;
	text-align: center;
}
.kidsTopComm p:last-child{
	margin-bottom: 0;
}

.kidsFormMailAlert{
	margin-bottom: 30px;
	padding:20px;
	background-color: #ffd;
	border-radius:15px;
	border:solid 5px #690;
}
.kidsFormMailAlert p{
	font-size: 18rem;
	line-height:1.6;
	text-align: left;
}
.kidsFormMailAlert p:last-child{
	margin-bottom: 0;
}
.kidsFormMailAlert p.red{
	color:#d00;
}

.kidsTopComm_2{
	margin-bottom: 30px;
	display: inline-block;
}
.kidsTopComm_2 p{
	font-size: 18rem;
	line-height:1.6;
	margin-bottom: 10px;
	text-align: left;
	text-indent: -5em;
	margin-left: 5em;
}
.kidsTopComm_2 p:last-child{
	margin-bottom: 0;
}


/*フォーム*/
.kidsFormBox{

}

.kidsPrivacyBox{
	height:150px;
	overflow:auto;
	text-align:left;
	border:solid 1px #ccc;
	margin-bottom: 10px;
	background-color:#fff;
}
.privacyBox{
	padding:10px;
}
.privacyBox h2,
.privacyBox h3,
.privacyBox p{
	border:none;
	padding:0;
	font-size:14rem;
	line-height:1.8;
	margin-bottom:1em;
}


.kidsFormBox dl{
	border-bottom:dotted 1px #999;
	padding:20px 0;
	display: flex;
	align-items: center;
}
.kidsFormBox dt{
	width:30%;
	font-size: 15rem;
	line-height: 1;
}
.kidsFormBox dt small{
	font-size: 13rem;
	line-height: 1;
	display: inline-block;
	background-color: #d06;
	padding:5px 10px;
	border-radius:3px;
	color:#fff;
	margin-right: 5px;
}
.kidsFormBox dd{
	width:70%;
	font-size: 15rem;
}
.kidsFormBox dd.w100{
	float:none;
	width:100%;
}
.kidsFormBox dd p{
	font-size: 16rem;
	line-height: 1.8;
	margin-bottom: 0.75em;
}
.kidsFormBox dd p.pcenter{
	text-align: center;
}
.kidsFormBox dd .check_block{
	margin-bottom:15px;
}
.kidsFormBox dd .check_block:last-of-type{
	margin-bottom:0;
}
.kidsFormBox dd label{
	float:left;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
}
.kidsFormBox dd .tate label{
	float:none;
	margin: 0 0 1em 0;
	display: block;
}
.formText input,
.formText textarea{
	border:solid 1px #aaa;
	padding:5px;
	font-size:16rem;
	width:400px;
	border-radius: 5px;
}
.formText textarea{
	width:95%;
}


.kidsSubmit{
	text-align: center;
	margin: 30px 0;
}

.kidsSubmit input{
	display: inline-block;
	color:#693;
	border: solid 5px #693;
	border-radius: 15px;
	padding:1em 3em;
	font-size: 24rem;
	font-weight: bold;
	transition: 0.2s;
	background-color: #fff;
}
.kidsSubmit input:hover {
	background-color: #693;
	color:#fff;
}

.kidsSubmit_Shusei input{
	display: inline-block;
	color:#666;
	border: solid 5px #666;
	border-radius: 15px;
	padding:1em 3em;
	font-size: 18rem;
	font-weight: bold;
	transition: 0.2s;
	background-color: #eee;
}
.kidsSubmit_Shusei input:hover {
	background-color: #666;
	color:#fff;
}

.modoru{
	text-align: center;
	margin-top: 60px;
}
.modoru a{
	display: inline-block;
	color:#666;
	border: solid 5px #666;
	border-radius: 15px;
	padding:1em 3em;
	font-size: 18rem;
	font-weight: bold;
	transition: 0.2s;
	background-color: #eee;
}
.modoru a:hover {
	background-color: #666;
	color:#fff;
}


/*ERROR*/
.kidsErrorBox{
	margin-bottom:2.5%;}
.kidsErrorBoxInner{
	border:solid 2px #c66;
	padding:10px;
	text-align:left;}
.kidsErrorBoxSt{
	font-size:14rem;
	line-height:1;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	background-color:#c66;
	font-weight:bold;
}
.kidsErrorBox p{
	font-size:15rem;
	line-height:1.8;
}


/*確認*/
.kidsBotComm_kakunin{
	font-size:16rem;
	line-height:1.8;
	margin:30px 0;
	text-align: center;
}
.kidsFormBox dd q-1{
	display: block;
	margin:0 0 0.5em 0;
}


/*完了*/
.kidsBotComm_kanryo{
	margin-bottom:1em;
}
.kidsBotComm_kanryo h3{
	font-size:24rem;
	margin-bottom:1em;
}
.kidsBotComm_kanryo p{
	font-size:16rem;
	line-height:1.8;
}





/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.kids_cont{
		margin: 0 auto;
		padding: 5% 0;
		text-align: left;
		box-sizing: border-box;
		margin:0 auto 30px auto;
		max-width: 1200px;
	}


	.kids_cont h2{
		font-size:24rem;
		line-height:1.4;
		padding: 0 2%;
	}

	.kids_comm_box{
		text-align: center;
	}


	.kidsTopComm{
		margin-bottom: 20px;
		max-width: auto;
		padding: 0 2%;
	}
	.kidsTopComm p{
		font-size: 16rem;
		margin-bottom: 10px;
		text-align: left
	}
	.kidsFormMailAlert{
		margin-bottom: 30px;
		padding:20px;
		border-radius:0;
		border:none;
		border-top:solid 5px #690;
		border-bottom:solid 5px #690;
	}
	.kidsFormMailAlert p{
		font-size: 16rem;
		text-align: left;
	}

	.kidsTopComm_2{
		margin-bottom: 30px;
		display: block;
		padding: 0 2%;
	}
	.kidsTopComm_2 p{
		font-size: 16rem;
	}


	/*フォーム*/
	.kidsFormBox{

	}

	.kidsPrivacyBox{
		height:150px;
		overflow:auto;
		text-align:left;
		border:solid 1px #ccc;
		margin-bottom: 10px;
		background-color:#fff;
	}
	.privacyBox{
		padding:10px;
	}
	.privacyBox h2,
	.privacyBox h3,
	.privacyBox p{
		border:none;
		padding:0;
		font-size:14rem;
		line-height:1.8;
		margin-bottom:1em;
	}


	.kidsFormBox dl{
		padding:20px 0;
		flex-wrap: wrap;
	}
	.kidsFormBox dt{
		width:100%;
		font-size: 14rem;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding:0 2%;
	}
	.kidsFormBox dd{
		width:100%;
		font-size: 15rem;
		box-sizing: border-box;
		padding:0 2%;
	}
	.kidsFormBox dd p{
		font-size: 14rem;
		line-height: 1.6;
	}
	.kidsFormBox dd .check_block{
		margin-bottom:0;
	}
	.kidsFormBox dd label{
		margin-bottom: 1em;
	}
	.kidsFormBox dd .tate label{
		float:none;
		margin: 0 0 1em 0;
	}
	.formText input,
	.formText textarea{
		padding:5px;
		font-size:16rem;
		width:100%;
		box-sizing: border-box;
	}


	.kidsSubmit{
		margin: 20px 0;
	}

	.kidsSubmit input{
		padding:0.75em 2em;
		font-size: 24rem;
	}

	.kidsSubmit_Shusei input{
		display: inline-block;
		color:#666;
		border: solid 5px #666;
		border-radius: 15px;
		padding:1em 3em;
		font-size: 18rem;
		font-weight: bold;
		transition: 0.2s;
		background-color: #eee;
	}

	.modoru{
		margin-top: 0;
	}

	/*ERROR*/
	.kidsErrorBox{
		margin-bottom:2.5%;}
	.kidsErrorBoxInner{
		border:none;
		border-top:solid 2px #c66;
		border-bottom:solid 2px #c66;
		padding:10px;
		text-align:left;}
	.kidsErrorBoxSt{
		font-size:14rem;
		line-height:1;
		padding:10px;
		margin-bottom:10px;
		color:#fff;
		background-color:#c66;
		font-weight:bold;
	}
	.kidsErrorBox p{
		font-size:15rem;
		line-height:1.8;
	}


	/*確認*/
	.kidsBotComm_kakunin{
		font-size:16rem;
		line-height:1.6;
		margin:20px 0;
		text-align: left;
		padding: 0 2%;
	}
	.kidsFormBoKakunin dl dt{
		color:#690;
		font-weight: bold;
	}
	.kidsFormBoKakunin dl dd{
		font-size: 16rem;
	}

	/*完了*/
	.kidsBotComm_kanryo{
		margin-bottom:1em;
	}
	.kidsBotComm_kanryo h3{
		font-size:20rem;
		padding: 0 10%;
		line-height: 1.4;
	}
	.kidsBotComm_kanryo p{
		font-size:16rem;
		line-height:1.8;
		padding: 0 2%;
	}

}
