@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#ad #pagetitle::after {
	content: "LIBRARY";
}

#adIntro {
	padding-bottom: 20px;
}

#adList {}


#adList dt {
	padding: 15px 20px;
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #e6f5ed;
	border-radius: 4px;
}

#adList dd {
	padding-bottom: 50px;
}

#adList dd>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#adList dd>ul li {
	width: 48%;
	padding-bottom: 25px;
}

#adList dd>ul li a {
	transition: all 0.3s ease-in-out 0s;
}

#adList dd>ul li a:hover {
	opacity: 0.7;
}

#adList dd>ul li img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

.adListTit {
	font-weight: bold;
}

.mfp-iframe-holder .mfp-close {
	z-index: 9999;
	opacity: 1;
	top: -60px !important;
	right: 0 !important;
}

.mfp-close .popupClose {
	right: 0;
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#adList dd {
		padding-bottom: 20px;
	}
}