/*.swiper {
}
li.swiper-slide {
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(66, 10, 21, 0.2);
	background-color: #fff;
	overflow: hidden;
}
.swiper-slide a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.passListBox_catch,
.passListBox_univ,
.passListBox_name {
	text-align: center;
}
.passListBox_catch {
	color: #d30404;
	font: 900 2.8rem/1.2 YakuHanMP, 'Noto Serif JP', serif;
	text-align: left;
	text-indent: -0.5em;
	padding: 0.5em 0.5em 0 1em;
	margin-bottom: 12px;
	min-height: 4.2em;
	display: flex;
	align-items: center;
}
li.passList_box > .passListBox_catch {
	padding-top: 22px;
}
.passListBox_univ,
.passListBox_name {
	font: 1.6rem/1.2 YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
}
.passListBox_univ {
	font-weight: 900;
}
.passListBox_name {
	margin-top: 8px;
}
.passListBox_img {
	position: relative;
	margin-top: auto;
	height: 187px;
}
.passListBox_img::after {
	content: '';
	position: absolute;
	top: -12px;
	right: 3px;
	width: 85px;
	height: 85px;
	background: 0 0 / contain no-repeat;
}
.passListBox_img::after {
	background-image: url(/koukousei/site_wp/wp-content/themes/site/images/ao_rec/passStamp.png);
}
.passListBox_img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 834px) {
	li.swiper-slide {
		box-shadow: 0 0 10px rgba(66, 10, 21, 0.2);
	}
	.passListBox_catch {
		font-size: 2rem;
	}
	.passListBox_univ,
	.passListBox_name {
		font-size: 1.4rem;
	}
	.passListBox_img {
		height: 110px;
	}
	.passListBox_img::after {
		width: 60px;
		height: 60px;
	}
}*/





