@charset "utf-8";
/*------------------------------------------------------------
	applicable
------------------------------------------------------------*/
#main .comLinkUl {
	margin: 0 0 7rem;
}
#main .subBox + .subBox {
	margin-top: 15rem;
}
@media all and (max-width: 896px) {
	#main .comLinkUl {
		margin-bottom: 4rem;
	}
	#main .subBox + .subBox {
		margin-top: 10rem;
	}
}
.mfp-content .popBox {
	margin: 0 auto;
	padding: 5rem 3rem 3rem;
	width: 100%;
	max-width: 40rem;
	background: #fff;
	position: relative;
	border: 2px solid #000;
}
.mfp-content .popBox .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	.mfp-content .popBox .close:hover {
		opacity: 0.7;
	}
}
.mfp-content .comList {
	gap: 0;
}
.mfp-content .comList li {
	width: 100%;
}
.mfp-content .comList .txt {
	max-height: none;
}
.mfp-content .comList .title {
	width: 100%;
}
.mfp-content .comList .link {
	display: none !important;
}