<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only all and (max-width: 700px) {
/* for 700px or less */
body {
	font-size: 80%;
	line-height: 1.3;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	width: 100%;
	font-size: 0.7rem;
}

#title-block {
	bottom: 0;
	width: 100%;
} 
	
.content {
	padding: 1.5rem 3rem 1rem;
}

.content-inner {
	position: inherit;
	background-color: #FFF;
	padding: 1.5rem 1rem 0;
	top: 0%;
	margin: -2rem 2rem 0 2rem;
}

.logo {
	width: 4rem;
}
	
#box-left {
	width: 100%;
	padding: 0 0 1rem 0;
}
	
#box-right {
	width: 100%;
	padding: 0 0 1rem 0;
}

h1 {
	line-height: 1.1;
	font-size: 1.5rem;
	font-weight: 800;
	padding: 0;
	margin: 1rem 0;
	color: #1e3296;
}

h1 span {
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #575656;
}

h2 {
	margin: 0 0 0.3rem;
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: 700;
}
    
.flex {
	display: block;
}

.left,
.right {
	width: auto;
	margin: 0;
}

.left {
	margin-bottom: 0.4rem;
}

.hide {
	display: inline-block;
}

.hide_m {
	display: none;
}

.table {
	border-collapse: collapse;
	table-layout: fixed;
}

#cell-left,
#cell-right {
	display: block;
	float: left;
	width: 100%;
	border: none;
	border-bottom: 1rem solid #fff;
}

.row {
	display: block;
	float: left;
	width: 100%;
}

.rmfloat {
	float: none;
	padding: 0;
	margin: 0;
}
}

.refnr {}

.apply {text-decoration: underline; color: blue;}
</pre></body></html>