@charset "UTF-8";
/* CSS Document */


/*　動画一覧　*/

.webinarList {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 64px 36px;
}
.new_video .webinarList {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 64px 48px;
}



h3.pickup_title {
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	font-weight: 500;
	border-bottom: none;
}
h3 .wb-continue {
	font-size: 15px;
	font-weight: 300;
}
.webinar_category_n {
	row-gap: 16px;
}