/*カルーセル*/

.demo_stage {
 margin:0 5%;
}
.demo_item_s{
 width:300px;
 border:solid 0px #FFF;
 text-align: center;
}

.test-img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  width /***/:auto;
  margin:0 auto;
  display:block;
}

/*-----------矢印表示----------*/

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0.5!important;
}

.slick-next:before{
    background: url(images/slick-arrow.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(images/slick-arrow.png)!important;
    transform: scale(-1, 1);
    background-size: contain!important;
}

.slick-next{
    right:-10px!important;
  }

.slick-prev{
    left:-10px!important;
  }
.slick-arrow{
    z-index:2!important;
    width:45px!important;
    height:45px!important;
}

/*-----------矢印表示----------*/

.none {
 display: none;
}

.demo_item_s{
 min-height: 100px;
 max-height: 250px;
}


h6 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 16px;
  padding-bottom: 5px;
  color: black;
}

h6:before, h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h6:before {
  left:0;
}
h6:after {
  right: 0;
}


