
.SeminarList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.SeminarList .box {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	width: 48.5%;
	display: flex;
  flex-direction: column;
	margin-bottom: 25px;
	position: relative;
}


.SeminarList .cateBOX {
	display: flex;
	position: absolute;
}
.SeminarList .cateBOX .cateONLINE {
	background: #0152a4;
	text-align: center;
	color:#fff;
	font-size: clamp(1.3rem, 1.25vw, 1.4rem);
	line-height: 1;
	padding: 5px 10px;
	letter-spacing: 0;
	width: 120px;
	box-sizing: border-box;
}
.SeminarList .cateBOX .cateFREE {
	background: #d61d1d;
	text-align: center;
	color:#fff;
	font-size: clamp(1.3rem, 1.25vw, 1.4rem);
	line-height: 1;
	padding: 5px 10px;
	letter-spacing: 0;
	width: 120px;
	box-sizing: border-box;

}


.SeminarList .box h3 {
	font-size: clamp(1.6rem,1.7vw, 2rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.7;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}
.SeminarList .box h3 span {
	font-size: clamp(1.5rem, 1.3vw, 1.5rem);
	display: block;
}
.SeminarList .box figure {
	margin-bottom: 15px;
}

.SeminarList .box .button006 {
	margin-top: auto !important;
}


@media screen and (max-width: 834px){

.SeminarList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.SeminarList .box {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	box-sizing: border-box;
	width: auto;
	display: flex;
  flex-direction: column;
	margin-bottom: 25px;
	position: relative;
}


.SeminarList .cateBOX {
	display: flex;
	position: absolute;
}
.SeminarList .cateBOX .cateONLINE {
	background: #0152a4;
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 1.25vw, 1.4rem);
	line-height: 1;
	padding: 5px 10px;
	letter-spacing: 0;
	width: 100px;
	box-sizing: border-box;
}
.SeminarList .cateBOX .cateFREE {
	background: #d61d1d;
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 1.25vw, 1.4rem);
	line-height: 1;
	padding: 5px 10px;
	letter-spacing: 0;
	width: 100px;
	box-sizing: border-box;

}


.SeminarList .box h3 {
	font-size: clamp(1.6rem,1.7vw, 2rem);
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.6;
	border-bottom: 1px solid "222;"
}
.SeminarList .box h3 span {
	font-size: clamp(1.4rem, 1.3vw, 1.5rem);
	display: block;
}
.SeminarList .box figure {
	margin-bottom: 15px;
}

.SeminarList .box .button006 {
	margin-top: auto !important;
}
	
	
}