/*----------------------------------------------------------
--------------------------header----------------------------
----------------------------------------------------------*/
.header {
  width: 100%;
}

.header_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header img {
  vertical-align: middle;
}

h1 {
  display: inline-block;
  vertical-align: middle;
}

/*----------------------------------------------------------
--------------------------breadcrumb----------------------------
----------------------------------------------------------*/
.breadcrumb {
  background: #525b5c;
  color: #fff;
  max-width: 1440px;
  margin: auto;
  line-height: 1.4;
}

.breadcrumb * {
  color: #fff;
}

.breadcrumb ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.breadcrumb ol li + li:before {
  content: '>';
  margin: 0 4px;
}

/*----------------------------------------------------------
--------------------------pageTop----------------------------
----------------------------------------------------------*/
.pageTop {
  width: 100% !important;
  left: 0;
  pointer-events: none;
  text-align: right;
  height: auto;
  position: absolute;
  z-index: 9997;
}

.pageTop a {
  border: 1px solid #525b5c;
  background-color: #fff;
  display: inline-block;
  pointer-events: auto;
  position: relative;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pageTop.hide a {
  opacity: 0;
  pointer-events: none;
}

.pageTop a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*----------------------------------------------------------
--------------------------footer----------------------------
----------------------------------------------------------*/

footer {
  position: relative;
  background: #eee;
}

small {
  font-size: 1rem;
  line-height: 1.6;
}

.footer {
  position: relative;
}

.footer_link {
  width: 100%;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer_link > *:first-child {
  border-right: 1px solid #515b5c;
}

.footer_link.move {
  position: fixed;
  top: auto;
  bottom: 0;
}

.footer a {
  line-height: 1.4;
}

.slick-arrow:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

/*----------------------------------------------------------
--------------------------slick add----------------------------
----------------------------------------------------------*/
.slick-disabled {
  visibility: hidden;
}