
#mepi_c_guard_window {
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 190;
	
	display: none;
}












/* スマホ2 */

#mepi_c_reset_window { 
	position: absolute;
	
	left : 0px;
	top : 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 119;
	
	display: none;
	
}

#mepi_c_reset_window_inside { 
	position: absolute;
	
	width: 40%;
	height: 34%;
	
	left : 30%;
	top : 40%;
	
	
	background-color: #004400;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	font-size: 25px;
	color: #ffffff;
	
	text-align: center;
	line-height: 50px;
	
	z-index: 120;
	
}


.mepi_c_reset_window_each_box {
	
	position: absolute;
	
	left: 10%;
/*	width: 100px; */
	width: 80%;
	height: 28px;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	text-align: center;
	line-height: 32px;
	
	cursor: default;
	
	z-index: 121;
	
	
	
}

.mepi_c_reset_window_each_box:hover {

	background-color: #664433;

}

#mepi_c_reset_window_back { 
	top: 46px;
}

#mepi_c_reset_window_yes { 
	top: 96px;
}

#mepi_c_reset_window_no { 
	top: 146px;
}

/*
#mepi_c_reset_window_yes { left: 20px; } 
#mepi_c_reset_window_no { right: 20px; } 
*/




























/* スマホ2 */

$mepi_c_clear_window_base_window {
	position: absolute;
	
	left : 0px;
	top : 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 105;
	
	display: none;

}

#mepi_c_clear_window {
	position: absolute;
	
	left : 0px;
	top : 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 119;
	
	display: none;
	
}


#mepi_c_clear_window_inside {
	position: absolute;
	
	left : 30%;
	top : 40%;
	
	width: 40%;
	height: 18%;
	
	background-color: #004488;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	font-size: 35px;
	color: #ffffff;
	
	text-align: center;
	line-height: 110px;
	
	z-index: 110;
	
	
}

#mepi_c_one_more_window_click {
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 210;
	
	display: none;
}


#mepi_c_one_more_window_base{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 215;
	
	backdrop-filter: blur(8px);
	

	display: none;

}

#mepi_c_one_more_window {
	position: absolute;

	left : 30%;
	top : 40%;
	
	width: 40%;
	height: 18%;
	
	background-color: #004400;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	font-size: 25px;
	color: #ffffff;
	
	text-align: center;
	line-height: 50px;
	
	z-index: 220;

}

#mepi_c_one_more_window_yes , #mepi_c_one_more_window_no {
	position: absolute;
	
	top: 50px;
	width: 100px;
	height: 28px;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	text-align: center;
	line-height: 32px;
	
	cursor: default;
	
	z-index: 221;

}

#mepi_c_one_more_window_yes:hover , #mepi_c_one_more_window_no:hover {
	background-color: #664433;
}

#mepi_c_one_more_window_yes { left: 20px; }
#mepi_c_one_more_window_no { right: 20px; }





#mepi_c_fail_window_click {
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 210;
	
	display: none;
}


#mepi_c_fail_window_base{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 215;
	
	backdrop-filter: blur(8px);
	

	display: none;

}

#mepi_c_fail_window {
	position: absolute;
	
	left : calc( ( 100% - 34% ) / 2 );
	top : 30%;
	
	width: 34%;
	height: 34%;
	
	background-color: #440000;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	font-size: 22px;
	color: #ffffff;
	
	text-align: center;
	line-height: 50px;
	
	z-index: 220;
	
}



.mepi_c_fail_window_each_box {

	position: absolute;
	
	height: 30px;
	
	left: calc(50% - 100px); width: 200px;
	
	border: 5px solid #ffffff;
	border-radius: 10px;
	
	text-align: center;
	line-height: 36px;
	
	cursor: default;
	
	z-index: 221;

}

.mepi_c_fail_window_each_box:hover {
	background-color: #664433;
}



#mepi_c_fail_window_back {
	top: 45px;
}

#mepi_c_fail_window_yes {
	top: 95px;
}

#mepi_c_fail_window_no {
	top: 145px;
}





#mepi_c_erase_mode_cancel_window {
	position:absolute;
	
	width:100%;
	top : var(--mepi_sv_field_height_pc);
	height: 160px;
	background-color:#000000;
	opacity: 0.9;
	text-align: center;
	
	line-height: 50px;
	
	display: none;
}

