@charset "UTF-8";

body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#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;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}

div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
div.mfpSuggestWrapper {
	position: relative;
}
div.mfpSuggestResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.mfpSuggestResult div {
	cursor: pointer;
}
div.mfpSuggestResult div:hover {
	background-color: #C9EBFB;
}
div.mfpSuggestResult div.mfpSuggestNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}

/*
確認画面
*/
#mfp_phase_confirm{
	display: block;
	width: 98% !important;
	margin: 0 auto 0;
}
#mfp_phase_confirm_inner h4 {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	
}
#mfp_phase_confirm_inner table {
	width: 100%;
	border-bottom: 1px solid #4a2100;
}
#mfp_phase_confirm_inner table tr {
	border-top: 1px solid #4a2100;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mfp_phase_confirm_inner table th::before {
	content: "■";
}
#mfp_phase_confirm_inner table th {
	/*font-size: 16px;*/
    font-weight: 500;
    width: 30%;
    border: none;
    margin: 0;
    padding: 0;
    color: #4a2100;
    text-align: left;
}
#mfp_phase_confirm_inner table td {
	width: 67.5%;
	text-align: left;
}

#mfp_phase_confirm_inner .mfp_buttons {
	display: flex;
	margin-top: 50px;
	position: relative;

}
#mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
	order: 2;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 47.5%;
   max-width: 300px;
    padding: 15px 10px;
    border: none;
    background: #c19445;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
	border-radius: 5px;
}
#mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover {
	opacity: 0.7;
}
#mfp_phase_confirm_inner .mfp_buttons #mfp_button_send::after {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

#mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
	order: 1;
	background: #999;
	width: 47.5%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border: none;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	border-radius: 5px;
}
#mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover {
	opacity: 0.7;
}
#mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel::after {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: auto;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-right: 8px solid #fff;
}
@media screen and (max-width: 599px) {
	#mfp_phase_confirm_inner table tr {
	border-top: 1px solid #4a2100;
    padding-top: 15px;
    padding-bottom: 15px;
	}
	
	#mfp_phase_confirm_inner table th,
	#mfp_phase_confirm_inner table td {
		width: 100%;
	}
	#mfp_phase_confirm_inner table th {
		margin-bottom: 10px;
	}
	#mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
		width: 55%;
	    padding: 16px 0;
	    font-size: 3.2vw;
	}
	#mfp_phase_confirm_inner .mfp_buttons #mfp_button_send::after {
		right: 5%;
		width: 6px;
	    height: 6px;
	    border: 6px solid transparent;
	    border-left: 6px solid #fff;
	}
	#mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
		width: 40%;
	    padding: 16px 0;
	    font-size: 3.2vw;
	}
	#mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel::after {
		left: 5%;
		width: 6px;
	    height: 6px;
	    border: 6px solid transparent;
	    border-right: 6px solid #fff;
	}
}













