.seminarTITLE {
	text-align: center;
	font-size: clamp(2.2rem, 3.3vw, 3.6rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 50px;
}
.seminarTITLE span {
	display: block;
	text-align: center;
	font-size: clamp(1.7rem, 2vw, 2.5rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.6;
}

.semiMORE {
	margin-top: 40px;
	margin-bottom: 80px;
	max-width: 400px;
}


@media screen and (max-width: 834px){
	
.seminarTITLE {
	text-align: center;
	font-size: clamp(2.2rem, 3.3vw, 4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}
.seminarTITLE span {
	display: block;
	text-align: center;
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 5px;
}

.semiMORE {
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 90%;
}
	
}