@charset "UTF-8";
/* 共通（ローディングとナビゲーション） */
.bxslider {
  position: relative; }

.bxslider ul {
  opacity: 0; }

.bxslider a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.bxslider .bx-pager {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: center;
  display: inline; }

.bxslider .bx-pager-item {
  display: inline;
  padding: 0 20px; }

.bxslider .bx-pager-item a {
  background: black;
  display: inline-block;
  width: 12px;
  height: 12px;
  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: #a0a0a0; }

.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% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0; } }

/* 追記ノーマル */
.bxslider1 {
  width: 50%; }
