.popContents {display: none;}

#tnc_div {margin-top: 10px; display: flex; align-items: center;}
#tnc_div .custom-control-label::before,
#tnc_div .custom-control-label::after {top:2px;}

.specialField {
	height: 0;
	opacity: 0;
}

.seminarCondition a {
	color: #bf0000;
	font-style: italic;
}

.accPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.msgPanel {
	width: 400px;
	padding-bottom: 30px;
	background-color: white;
	border: 1px solid #dbae00;
}

.msgTitle {
	background-color: #dbae00;
	width: 100%;
	padding: 5px;
	color:white;
	text-align: center;
}

.msgAsk {
	width: 80%;
	margin:30px auto 20px auto;
	text-align: center;
}

.msgAnswer {
	display: flex;
	justify-content: center;
}

.msgAnswer .yes {
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 20px;
	background-color: #bf0000;
	color: white;
}

.msgAnswer .no {
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	cursor: pointer;
	margin-left:20px;
	background-color: #ddd; 
}

.nativeCB {
	width: 20px;
	height: 20px;
	margin-left: 20px;
}

.grecaptcha-badge { 
    bottom:120px !important; 
}

#openAccBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
}

#openAccBtn a {
	background-color: #bf0000;
	color: white;
	border-radius: 4px;
	padding: 6px 20px;
	display: inline-block;
	margin-left: 20px;
}

#warnSem {
	position: fixed;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}

#warnSem div {
	background-color: white;
	padding:20px 30px 20px 30px;
	border-radius: 5px;
	font-size:18px;
}

#popupBoxes {
	min-width: 340px;
}

@media screen and (max-width: 1200px) {
	.nativeCB {
		position: absolute;
		top: 20px;
		right: 0;
	}
}