<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0073AA;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0073AA;
}
a:hover {
	text-decoration: underline;
	color: #AED2E3;
}
a:active {
	text-decoration: none;
	color: #AED2E3;
}
td { line-height: 1.3 }
.style1 {color: #0073AA}
.style2 {color: #0073AA; font-weight: bold; }
.style3 {color: #0073AA; font-weight: bold; font-size: 16px; }
.style4 {color: #0073AA; font-weight: bold; font-size: 18px; }
.style5 {color: #999999; font-weight: bold; font-size: 15px; }
.style6 {color: #999999; font-weight: bold; font-size: 16px; }
.style7 {color: #1298CB; font-weight: bold; font-size: 15px; }
h1 {
	font-size: 18px;
	color: #0073AA;
}
h2 {
	font-size: 16px;
	color: #0073AA;
}
h3 {
	font-size: 18px;
	color: #666666;
}
h4 {
	font-size: 16px;
	color: #666666;
}

/**
ボタン ****************************/
.button {
    width: 50%;
    height: 70px;
}
.button a {
    display: block;
    width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    text-decoration: none;
    background: #0073AA;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 20px;
}
.button a:hover {
    background: #ABDCFB;
    color: #0073AA;
}</pre></body></html>