@charset "utf-8";
/* CSS Document */

/*============================
popup_complete
============================*/
#wrap.complete{
	position: relative;
}
#wrap.complete:after{
	display: block;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.80);
	z-index: 999;
}
.popup_comp{
	display: none;
	font-size: 0;
}
#wrap.complete .popup_comp{
	display: block;
	width: 760px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	border: #008342 4px solid;
	background: #fff;
	padding: 25px 30px;
	text-align: center;
	z-index: 1000;
}
/*============================
会員情報 登録情報完了
============================*/
.memberComplate .heading{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.memberComplate .updateInfo{
	font-size: 15px;
	margin-bottom: 30px;
}
.memberComplate .updateInfo .ttl{
	margin-bottom: 8px;
}
.memberComplate .updateInfo .con{
	width: 120px;
	margin: 0 auto;
	text-align: left;
}
.memberComplate .closeBtn{
	display: inline-block;
	width: auto;
}
.memberComplate .closeBtn a{
	width: 450px;
	font-size: 20px;
}
