/*=================================================
 * 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;
}
#delete{
	background: #fff;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
	padding: 50px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form{
	max-width: 750px;
	margin: 0 auto;
}
.form dd a{
	color: #ff6600;
	text-decoration: underline;
}
.form dd a:hover{	text-decoration: 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;
	}
	#delete{
		border-radius: 0;
		margin: 0 0 15px 0;
		padding: 15px;
	}
}