@charset "utf-8";
/* ===========================================================

	Title: other.css
	Created: 2021-4-23

=========================================================== */
/*


		link
		sitemap
		privacy
		

=========================================================== */
/* ===========================================================

	link

=========================================================== */
/* link-list
----------------------------------------------------------- */
.link-list li {
	margin: 0;
	padding: 10px 0 10px 24px;
	position: relative;
}
.link-list li a {
	display: inline-block;
}
.link-list li a:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 22px;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #C0A46E;
}
.link-list li a:link, .link-list li a:visited {
	text-decoration: none;
}
.link-list li a:hover {
	text-decoration: underline;
}

.sponsor-list{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 32px;
}

.sponsor-list li {
	background-color: #fff;
    width: 32%;
	height: 80px;
	margin-bottom: 16px;
}
.sponsor-list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #b3b3b3;
    padding: 10px;
}
.am-banner {
	width: 100%;
	height: 128px;
	background-color: #fff;
}
.am-banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #b3b3b3;
    padding: 10px;
}
@media screen and (max-width: 1200px) {
	.sponsor-list {
		margin-bottom: 0;
	}

  .sponsor-list li{
    width: 100%;
	margin-bottom: 8px;
  }
  .banner-area {
	  padding: 16px 0 8px 0;
  }
}

/* ===========================================================

	privacy

=========================================================== */
.privacy .list-style__peculiar--brackets-decimal h5,
.privacy .list-style__peculiar--brackets-decimal p {
	text-indent: 0;
}

/* ===========================================================

	sitemap

=========================================================== */
.sitemap {
	display: flex;
}
@media screen and (max-width: 768px) {
	.sitemap {
		display: block;
	}
}
.sitemap ul {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.sitemap li {
	width: 100%;
	margin: 0 0 40px 0;
}
.sitemap li li {
	margin: 0 0 10px 0;
}
.sitemap li span,
.sitemap li a {
	padding: 0 ;
	display: block;
	position: relative;
}
.sitemap li span{ font-weight: bold; font-size: 22px; color:#00133B;}

.sitemap a:link, .sitemap a:visited {
	text-decoration: none;
	color: #111111;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #0f274e;
}
.sitemap li ul {
	margin: 0 0 20px;
	padding: 16px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.sitemap li ul a {
	padding: 0 0 0 20px;
}
.sitemap li ul a:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 10px;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #C0A46E;
}
.sitemap li a.blank:before {
	display: none;
}
.sitemap li a.blank {
	background-position: 0 50% !important;
	padding: 0 0 0 15px !important;
}

.pdf-download{
  display: inline-block;
  background-color: #f5f5f5;
  padding: 20px;
}
.pdf-download .bnr{
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.pdf-download .txt{
  display: inline-block;
  padding: 10px 20px;
}
.column__cell {
	width: 33%;
	flex-grow: initial !important;
	flex-basis: auto !important;
}
.column--equal-width a {
	text-decoration: none;	
}
.column--equal-width h4 span {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.column__cell {
		width: 100%;
	}
}
