@charset "utf-8";

div#confirm_field {
	background: #f5f5f5;
	padding-bottom: 100px;
	padding-top: 30px;
	display: none;
	margin-top: 30px;
}

div#confirm_field dt,
div#confirm_field dd {
	display: block;
	font-size: 16px;
	padding: 15px 0;
}

div#confirm_field dt {
	color: #111;
	padding: 15px 0;
	font-weight: bold;
}

div#confirm_field dd {
	background-color: white;
}

div#confirm_field dl:last-child {
	margin-bottom: 40px;
}

div#confirm_field dl {
	width: 90%;
	margin: 0 auto;
}

#confirm_field .inner {
	margin-bottom: 40px;
}

#confirm_field .inner p {
	font-size: 18px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#mail_form .error_blank {
	color: tomato;
	position: absolute;
	top: -23px;
	left: 0;
	width: 100%;
	display: inline-block;
}

input[type="button"]:disabled {
	background-color: #1b589dad !important;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and (min-width: 767px) {


	/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */

	div#confirm_field {
		width: 100%;
	}

	div#confirm_field dl:nth-child(odd) {
		background-color: white;
	}

	div#confirm_field dd {
		background-color: transparent;
	}

	div#confirm_field dl {
		width: 100%;
		text-align: left;
		height: 60px;
		line-height: 60px;
	}

	div#confirm_field dl dt {
		display: inline-block;
		border-right: 1px solid #ccc;
		width: 32.2%;
		float: none;
		text-align: left;
		font-weight: bold;
	}


	div#confirm_field dl dd {
		width: 67.8%;
		display: inline-block;
		text-indent: 30px;
		padding: 0;
		float: none;
	}

	div#confirm_field dl dt {
		padding: 0;
		text-indent: 30px;
	}

	#confirm_field h2 {
		margin-bottom: 50px !important;
	}

	#confirm_field .inner p {
		text-align: center;
		margin-bottom: 50px;
	}

	#confirm_field #confirm_submit {
		margin-bottom: 0;
	}

}