#sep-banner {
	font-size: 16px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 2em auto;
	max-width: 1315px;
	width: 100%;
}

#sep-banner {
	background-image: url(../images/sub/back.jpg);
	background-image: -webkit-image-set(url("../images/sub/back.jpg") 1x,
			url("../images/sub/back@2x.jpg") 2x);
}

#sep-banner .banner-left {
	margin-left: -2em;
}

#sep-banner .banner-inner {
	gap: 2em;
	padding: 0;
}

#sep-banner .banner-main {
	margin-right: 1em;
}

#sep-banner .button {
	font-size: 1em;
	width: 10.5em;
	height: 2.2em;
	border-radius: 1.1em;
	padding: 0;
	margin-top: 6px;
	background-color: #b2071c;
	text-decoration: none;
	margin-bottom: 10px;
}

#sep-banner p {
	margin-bottom: 0;
	padding: 0;
}

#sep-banner .left-text1 {
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	margin-bottom: 3px;
}

#sep-banner .left-text2 {
	font-size: 35px;
	line-height: 41.5px;
	color: #fed503;
	text-align: center;
}

#sep-banner .cta-text1 {
	font-size: 23.5px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#sep-banner .cta-text2 {
	font-size: 35px;
	line-height: 41.5px;
	color: #fed503;
	text-align: center;
}

#sep-banner .image {
	top: 12px;
}

@supports (background: -webkit-named-image(i)) {
	#sep-banner .button {
		padding-top: 0;
	}
}

@media screen and (max-width: 1350px) {
	#sep-banner {
		max-width: 97%;
	}
}

@media screen and (max-width: 1100px) {
	#sep-banner .banner-inner {
		gap: 0em;
	}

	#sep-banner .banner-left {
		margin-left: 0em;
	}

}

@media screen and (max-width: 991px) {
	#sep-banner .banner-inner {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column;
	}

	#sep-banner .banner-main {
		margin-left: 0;
	}

}

@media screen and (max-width: 767px) {
	#sep-banner {
		max-width: 92%;
	}

	#sep-banner {
		background-position: top center;
		background-image: url(../images/sub/back-m.jpg);
		background-image: -webkit-image-set(url("../images/sub/back-m.jpg") 1x,
				url("../images/sub/back-m@2x.jpg") 2x);
	}

	#sep-banner .banner-inner {
		padding-top: 0;
		width: 100%;
	}

	#sep-banner .banner-cta,
	#sep-banner .banner-main {
		width: 100%;
	}

	#sep-banner .banner-main {
		margin: 0;
	}
}

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

	body,
	html {
		overflow-x: hidden;
	}

	#sep-banner {
		margin-top: 20px;
	}

	#sep-banner .banner-inner {
		padding: 20px 10px 0 10px;
	}

	#sep-banner .button {
		font-size: 1.2em;
		margin-bottom: 0;
		margin-top: 20px;
	}


	#sep-banner .left-text1 {
		font-size: 29px;
	}

	#sep-banner .left-text2 {
		font-size: 33px;
		line-height: 38px;
	}

	#sep-banner .cta-text1 {
		font-size: 25.5px;
	}

	#sep-banner .cta-text2 {
		font-size: 38px;
		line-height: 35px;
	}

	#sep-banner .image {
		top: 20px;
		margin-top: 4px;
	}

	#sep-banner .banner-left {
		margin-bottom: 11px;
	}

	@supports (background: -webkit-named-image(i)) {
		#sep-banner .button {
			padding-top: 2px;
		}
	}
}

@media screen and (max-width: 400px) {
	#sep-banner .left-text2 {
		font-size: 31px;
	}
}