.relative{
    position: relative;
}
.slick{
    border-bottom: 8px solid #861A46;
    position: relative;
}
.yajirushi-point{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -4%;
}
#information .info-list{
    border: 1px solid #666666;
    padding: 1.5%;
}
.bx-wrapper{
    moz-box-shadow: none;
     -webkit-box-shadow: none; 
     box-shadow: none; 
     border: none; 
     background: none; 
}
.slide-box{
    background: #fff;
    padding: 16px;
    min-height: 260px;
}
.review-ttl{
    background: #D4CFAA;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 120%;
    margin-bottom: 24px;
    position: relative;
    padding: 12px 0;
}
.review-ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D4CFAA;
}
.bx-wrapper .bx-next{
    right: -4%;
}
.bx-wrapper .bx-prev{
    left: -4%;
}
.step-area p{
    line-height: 1.4;
}
.step-area p small{
    font-size: 80%;
}
.service-link img{
    display: block;
    margin: 0 auto;
}
.prev-arrow{
    position: absolute;
    bottom: 50%;
    z-index: 100;
    left: 4%;
}
.next-arrow{
    position: absolute;
    bottom: 50%;
    z-index: 100;
    right: 4%;
}
@media screen and ( min-width: 1280px ){
    .prev-arrow{
    position: absolute;
    bottom: 50%;
    z-index: 100;
    left: 6%;
    }
    .next-arrow{
        position: absolute;
        bottom: 50%;
        z-index: 100;
        right: 6%;
    }
}
@media screen and ( max-width: 414px ){
    .slick-center{
    margin-right:0px;
    margin-left:0px;
    }
    .prev-arrow{
        position: absolute;
        bottom: 50%;
        z-index: 100;
        left: 1%;
    }
    .next-arrow{
        position: absolute;
        bottom: 50%;
        z-index: 100;
        right: 1%;
    }
}