html {	font-size: 0.625rem;		@media only screen and (max-device-width: 320px) {		font-size: 0.560rem;	}	@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {    	font-size: 0.600rem;     }    @media only screen and (min-device-width: 640px) and (max-device-width: 960px) {    	font-size: 0.625rem;     }    @media only screen and (min-device-width: 960px) {    	font-size: 0.625rem;     }}a {	color: #06468D;}a:hover {	text-decoration: underline;}body {	padding: 0px;	background-color: white;	color: #1a242b;}#content {	padding: 100px 8px 8px 8px;	@media only screen and (max-width: 640px) {		padding: 84px 8px 8px 8px;    }	font-family: system-ui, 				  -apple-system,				  "Segoe UI",				  Roboto,				  "Helvetica Neue",				  "Noto Sans",				  "Liberation Sans",				  Arial,				  sans-serif;	font-size: 1.6rem;	line-height: 1.4;}.grayline {	color: #FFFFFF;	border-top: 1px solid #ACADAD;	border-right: none;	border-bottom: none;	border-left: none;	height: 1px;}.navtop {	position: fixed;	top: 0;	left: 0;	right: 0;	padding: 0px 0px 0px 0px;	height: 88px;	vertical-align: top;}.navtoplogo {	height: 88px;	vertical-align: bottom;	white-space: nowrap;	float: left;	@media only screen and (max-width: 752px) {    	width: 0;    }}.logoImage {	padding: 0px 0px 0px 8px;	width: 376px;	height: 88px;	@media only screen and (max-width: 640px) {    	width: 300px;		height: auto;    }}.navtopright {	padding: 4px 8px 8px 0px;	height: 18px;	border-top: 68px solid #FFFFFF;	@media only screen and (max-width: 640px) {    	border-top: 54px solid #FFFFFF;    }	background-color: #ACADAD;	font-family: system-ui, 				  -apple-system,				  "Segoe UI",				  Roboto,				  "Helvetica Neue",				  "Noto Sans",				  "Liberation Sans",				  Arial,				  sans-serif;	font-size: 1.6rem;	line-height: 1.4;	text-decoration: none;	color: white;	vertical-align: bottom;	text-align: right;}.curlink {	text-decoration: none;	color: #06468D;}.curlink:visited {	text-decoration: none;}.curlink:hover {	text-decoration: none;}.navlink {	line-height: 1.4;	text-decoration: none;	color: white;}.navbottom {	padding: 0px 8px 8px 8px;	font-family: system-ui, 				  -apple-system,				  "Segoe UI",				  Roboto,				  "Helvetica Neue",				  "Noto Sans",				  "Liberation Sans",				  Arial,				  sans-serif;	text-align: center;	font-size: 1.1rem;	line-height: 1.4;	text-decoration: none;	color: #666666;}