@charset "utf-8";
/* CSS Document */

.close{
	position: relative;
}


.close::after{
	position: absolute;
	z-index: 97;
	background-color:#fff;
	opacity: 0.8;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.close::before{
	position: absolute;
	z-index: 98;
	color: #000;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;

	content: "終了しました";
	width: 100%;
	height: 100%;
  top:87%;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}




