/*=================================================
 * CSS for PC
 * ================================================= */

#cnt > h2{
	position: static;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 38px;
	color: var(--heading-color);
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	background: url(img/titile.webp) no-repeat 0 0;
	background-size: 35px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#regist{
	background: #fff;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#regist h3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 45px;
	color: #fff;
	background: var(--accent-color);
	margin: 0 0 5px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#regist h3 span{
	font-size: 30px;
	margin-right: 5px;
}
#regist h3 em{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
}
#regist h3 p{
	flex: 1;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

.form dd p{	margin-bottom: 10px;}
.form dd p:last-of-type{	margin-bottom: none;}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#cnt > h2{
		font-size: 22px;
		line-height: 32px;
		margin: 0 15px 15px 15px;
		padding: 0 0 0 35px;
		background: url(img/titile.webp) no-repeat 0 0;
		background-size: 30px auto;
	}
	#regist{
		border-radius: 0;
		margin: 0 0 15px 0;
		padding: 15px;
	}
	#regist h3{
		position: relative;
		display: block;
		height: auto;
		margin: 0 0 5px 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#regist h3 span{
		display: inline-block;
		vertical-align: top;
		font-size: 26px;
		margin: 0;
		position: absolute;
		top: 8px;
		left: 8px;
	}
	#regist h3 em{
		display: block;
		font-size: 20px;
		line-height: 22px;
		padding: 0 0 0 25px;
	}
	#regist h3 p{
		font-size: 11px;
		line-height: 15px;
		text-align: left;
		margin: 5px 0 0 0;
	}
}