@charset "utf-8";
#rightAdSpaceBox.fixed {
	position: fixed;
	top: 60px;
}

#rightAdSpaceBox.refixed {
	position: absolute;
	bottom: 0;
}

.ms-area-sub {
	position: static;
}

#contents {
	position: relative;
}

.msBannerBox {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.msBannerBox .ms-nav-box {
	margin-bottom: 0;
}
.box-campus .ms-nav-box__content {
	position: relative;
}
.box-campus .ms-nav-box__title {
	font-size: 13px;
}
.box-campus__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.box-campus__link:hover ~ .box-campus__wrapper > .box-campus__image > img {
	transform: scale(1.16);
}
.box-campus__wrapper {
	position: relative;
	z-index: 1;
}
.box-campus__image {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 8px;
}
.box-campus__image > img {
	border-radius: 8px;
	width: 100%;
	transition: transform 0.3s;
	transform: scale(1);
}
.box-campus__logo {
	width: 159px;
}
.box-campus__text {
	margin: 8px 0 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}
