.ts-site-footer .ts-home-notice {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	min-height: 126px;
	padding: 22px max(8.5%, 56px);
	border: 0;
	background: #f8f7fb;
	color: var(--ts-blue, #2a2957);
}

.ts-home-notice strong {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}

.ts-home-notice p {
	max-width: 1120px;
	margin: 0;
	font-size: 13px;
	line-height: 1.25;
}

.ts-home-notice button {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #65708d;
	font-size: 22px;
	cursor: pointer;
}

.ts-home-notice[hidden] {
	display: none;
}

@media (max-width: 767px) {
	.ts-site-footer .ts-home-notice {
		padding: 20px 40px 20px 16px;
	}

	.ts-home-notice strong {
		font-size: 18px;
	}

	.ts-home-notice p {
		font-size: 12px;
	}
}
