@charset "UTF-8";
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

/* エラーメッセージ */
.mfp_err {
	clear: both;
	font-size: 0.9rem;
	display: none;
	color: #ff0000;
	margin: 5px 0 0 0;
}
.problem {
	background: #ffeeee !important;
}

/* 確認画面 */
#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
#mfp_phase_confirm {
	width: 60%;
	margin: 0 auto 0;
	line-height: 1.4;
}
#mfp_phase_confirm_inner {}
#mfp_phase_confirm_inner h4 {
	text-align: center;
}
#mfp_phase_confirm_inner h4 {
	margin: 75px 0 0 0;
}
#mfp_confirm_table {
	margin: 35px 0 0 0;
}
#mfp_confirm_table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
#mfp_confirm_table th {
	margin: 0 0 0 10%;
	padding: 30px 5px;
	text-align: left;
	width: 30%;
	font-weight: normal;
}
#mfp_confirm_table td {
	margin: 0;
	padding: 30px 5px;
	text-align: left;
	width: 60%;
}
.mfp_buttons {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.mfp_element_button {
	width: 49%;
	border: 1px solid #959595;
	background-color: #959595;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 20px 0;
}
.mfp_element_button:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
}
#mfp_button_send {}
#mfp_button_cancel {}