<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

.section-ownership-lead {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}
.section-ownership-lead p {
	line-height: 2;
}
.section-ownership-lead ol {
	margin-top: 10px;
	list-style: inside decimal;
	font-weight: bold;
}
.section-ownership-lead ol li + li {
	margin-top: 12px;
}
.section-ownership-lead ol li a {
	color: #e80000;
	font-weight: normal;
  text-decoration: underline;
}
.section-ownership {
	box-sizing: border-box;
	padding: 70px 0 0;
	margin: 0 auto;
}
.section-ownership h3 {
	font-size: 25px;
	line-height: 4;
	padding: 0;
	margin: 0 0 30px;
}
.section-ownership-lead .container,
.section-ownership .container {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}
.section-ownership .container + .container {
	padding-top: 60px;
}
.section-ownership p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}
.section-ownership table {
	font-size: 16px;
	width: 100%;
}
.section-ownership th {
	background: #e4e4e4;
	font-size: 18px;
	line-height: 50px;
	width: 50%;
	text-align: center;
}
.section-ownership td {
	background: #f1f1f1;
	font-size: 16px;
	line-height: 1.6;
	padding: 30px 20px 30px 30px;
	padding-left: 55px;
}
.section-ownership th,
.section-ownership td {
	border: 2px solid #fff;
}
.section-ownership td .head-l1 {
	font-weight: bold;
	text-indent: -41px;
}
.section-ownership td .head-l1 &gt; span {
	color: #e80000;
}
.section-ownership td p {
	margin-top: 10px;
}
.section-ownership td .notes {
	padding-left: 1em;
	text-indent: -1em;
}
.section-ownership td p.download a {
	text-decoration: underline;
}
.section-ownership td p.download a:hover {
	text-decoration: none;
}
.section-ownership td p.download a,
.section-ownership td p strong {
	color: #e80000;
	font-weight: normal;
}
.section-ownership td ol.inner-list {
	margin-top: 10px;
}
.section-ownership td .inner-list li {
	padding-left: 30px;
}
.section-ownership td .inner-list li + li {
	margin-top: 10px;
}
.section-ownership td .inner-list .head-l2 {
	text-indent: -41px;
}
.section-ownership td ul.inner-list li {
	padding-left: 1em;
}
.section-ownership td ul.inner-list li::before {
	content: "ãƒ»";
}
.section-ownership td .inner-list li .notes {
	margin-top: 0;
}
.section-ownership#others .container {
	padding-left: 40px;
}
.section-ownership#others .notes {
	text-indent: -20px;
}
.section-ownership#others ul {
	margin: 10px 0 0 20px;
	padding: 0;
	font-weight: bold;
	list-style: outside;
}
.section-ownership#others ul li {
	font-size: 16px;
}
.section-ownership#others ul + p {
	margin-top: 15px;
}
.section-ownership#others .action {
	margin-top: 40px;
}
.section-ownership#others .action .btn {
	width: 580px;
}
.section-ownership#address dl {
	width: 70%;
	margin: 0 auto;
}
.section-ownership#address dl.address {
	font-size: 20px;
}
.section-ownership#address dl.address dt {
	margin-bottom: 10px;
}
.section-ownership#address dl.address dd {
	display: inline-block;
}
.section-ownership#address dl.address dd + dd {
	margin-left: 20px;
}
.section-ownership#address dl.contact {
	margin-top: 10px;
	font-size: 16px;
}
.section-ownership#address dl.contact dt,
.section-ownership#address dl.contact dd {
	display: inline-block;
	font-size: inherit;
}
.section-ownership#address dl.contact dt + dd {
	margin-left: 10px;
}
.section-ownership#address dl.contact dd + dt,
.section-ownership#address dl.contact dd + dd {
	margin-left: 15px;
}
.section-ownership#residual {
	padding-bottom: 60px;
}
.section-ownership#residual .action {
	margin-top: 40px;
}
.section-ownership#residual .action .btn {
	width: 580px;
}

@media screen and (max-width: 1280px) {
	.section-ownership-lead {
		padding: 30px;
	}
	.section-ownership .container {
		width: 100%;
		padding: 20px 20px 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.section-ownership-lead {
		padding: 0;
		font-size: 25px;
	}
	.section-ownership-lead ol {
		margin: 30px 0 0 30px;
		list-style: outside decimal;
	}
	.section-ownership-lead ol li + li {
		margin-top: 20px;
	}
	.section-ownership-lead .container {
		padding: 30px;
		width: 100%;
	}
	.section-ownership-lead p {
		line-height: 1.6;
	}
	.section-ownership {
		width: 100%;
	}
	.section-ownership .container {
		padding: 30px;
	}
	.section-ownership .container + .container {
		padding-top: 30px;
	}
	.section-ownership h2 {
		font-size: 25px;
		font-weight: bold;
	}
	.section-ownership h3 {
		font-size: 42px;
		line-height: 135px;
	}
	.section-ownership table {
		font-size: 18px;
		max-height: 100%;
	}
	.section-ownership th {
		font-size: 20px;
	}
	.section-ownership td {
		padding: 15px 15px 15px 45px;
	}
	.section-ownership#others .container {
		padding: 30px 60px;
	}
	.section-ownership#others p,
	.section-ownership#others ul li {
		font-size: 25px;
	}
	.section-ownership#others .notes {
		text-indent: -25px;
	}
	.section-ownership#others .action .btn {
		margin: 0 auto;
		width: 630px;
		padding: 20px 120px;
		font-size: 25px;
		line-height: 1.6;
	}
	.section-ownership#others .action .btn-arrow-right:after {
		top: 36px;
		font-size: 30px;
	}
	.section-ownership#address dl {
		width: 100%;
		font-size: auto;
	}
	.section-ownership#address dl.address dt,
	.section-ownership#address dl.address dd {
		font-size: 25px;
	}
	.section-ownership#address dl.address dt + dd {
		display: block;
	}
	.section-ownership#address dl.address dd + dd {
		margin-left: 0;
	}
	.section-ownership#address dl.address dd:last-child {
		margin-left: 20px;
	}
	.section-ownership#address dl.contact {
		margin-top: 30px;
		font-size: 22px;
	}
	.section-ownership#address dl.contact .hours {
		margin-left: 0;
	}
	.section-ownership#address p {
		font-size: 25px;
	}
	.section-ownership#residual .action .btn {
		margin: 0 auto;
		width: 630px;
		padding: 20px 120px;
		font-size: 25px;
		line-height: 1.6;
	}
	.section-ownership#residual .action .btn-arrow-right:after {
		font-size: 30px;
	}
	.section-ownership#residual p {
		font-size: 25px;
	}
}</pre></body></html>