<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蜈ｱ騾夲ｼ医Ο繝ｼ繝�ぅ繝ｳ繧ｰ縺ｨ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ�� */
.bxslider {
	position: relative;
}
.bxslider ul {
	opacity: 0;
}

.bxslider a {
	transition: 0.4s;
}
.bxslider .bx-pager {
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 100%;
	height: 0px;
	text-align: center;
	display: inline;
}
.bxslider .bx-pager-item {
	display: inline;
	padding: 0 10px;
}
.bxslider .bx-pager-item a {
	background: rgba(0,0,0,1);
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
}
.bxslider .bx-pager-item a:hover {
	background: rgba(0,0,0,0.6);
}
.bxslider .bx-pager-item a.active {
	background: rgba(40,150,200,1);
}

.bxslider .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	height: 0px;
}
.bxslider .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display: block;
	background: rgba(23,72,91,0.8);
	position: relative;
	text-indent: -100%;
	overflow: hidden;
}
.bxslider .bx-controls-direction a:hover {
	background: rgba(23,72,91,0.4);
}
.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
}
.bxslider .bx-controls-direction a:after {
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.bxslider .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}
.bxslider .bx-prev {
	float: left;
}
.bxslider .bx-next {
	float: right;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.bx-loading {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  text-indent: -100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.bx-loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.bx-loading:after {
  left: 3.5em;
}
.bx-loading:before,
.bx-loading:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
	box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
	box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
	box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
	box-shadow: 0 2.5em 0 0;
  }
}</pre></body></html>