.ad_popboox *{
	box-sizing: border-box;
}


.ad_popboox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:2147483647;
	background-color: rgba(0, 0, 0, .95);
}

.ad_popbox-in{
	background: #fff;
	width:90%;
	height:90%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.ad_popbox-in-in{
	font-size: 140%;
	text-align: center;
	line-height: 1.5;
}

.ad_sentaku-shi{
	margin-top: 1em;
	text-align:center;
}

.ad_conbt{
	display:inline-block;
	padding: 1em;
	width:40%;
}

.ad_conbt.con_ok{
	margin-left: 10%;
	color: #FFF;
	background:#EB67A8;
	border:solid 1px #EB67A8;
	border-radius: 5px;
}

.ad_conbt.con_ng{
	color: #000;
	border:solid 1px #000;
	border-radius: 5px;
}

.ad_bold{
	font-weight: bold;
}