@charset "UTF-8";

/***************スクール_フローティングバナー-20230428*/
.floating-banner {
	position: fixed;
	z-index: 999999;
	top: 150px;
	right: 0;
}
.banner {
	width: 220px;
	padding: 30px 0;
	background: #e60012;
	border-radius: 10px 0 0 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.floating-banner a {
	text-decoration: none;
}

.copy {
	font-size: 1.4em;
	margin: 0 auto 10px;
	line-height: 1.2;
}
.cta {
	display: inline-block;
	width: 175px;
	height: 32px;
	line-height: 30px;
	color: #e60012;
	font-size: 1em;
	background: #fff;
	border-radius: 17px;
	margin: 0;
}
@media screen and (max-width: 990px) {
	.floating-banner {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.floating-banner {
		position: fixed;
		z-index: 99;
		top: 100px;
		right: 0;
	}
	.banner {
		width: 75px;
		padding: 15px 8px 15px 8px;
		background: #e60012;
		border-radius: 10px 0 0 10px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.sp {
		display: none;
	}
	.copy {
		font-size: 0.8em;
		line-height: 1.2em;
		margin: 0 auto;
	}
	.cta {
		width: 100%;
		font-size: 0.7em;
		height: 1.5em;
		line-height: 1.5em;
	}
}
