@charset "utf-8";
/* CSS Document */
.slider:before{
    display:none !important;
}

.slider .out{
    max-width:1100px;
    margin:0 auto;
    padding:0 20px;
}

.slider .t1{
    position:relative;
    font-size:30px;
    font-weight:normal;
    color:#B20000;
    width:3em;
    margin:0 auto;
    text-align:center;
}

.slider .t1:before,
.slider .t1:after{
    content:"";
    position:absolute;
    top:50%;
    width:40px;
    height:1px;
    background:#AC8D4D;
}
    
.slider .t1:before{
    left:-40px;
}

.slider .t1:after{
    right:-40px;
}

.slider .t2{
    text-align:center;
    line-height:1.5em;
    margin:2em 0;
}
    
.splide a{
    text-decoration:none;
}

.splide__slide__row{
    gap:5px;
}

.splide__slide--col{
    display:flex;
    align-items:center;
    font-size:16px;
    line-height:1.5em;
    color:#212121;
    background:#F7F7F7;
    padding:0 1em;
    border-bottom:#AC8D4D 1px solid;
    box-sizing:border-box;
    margin-bottom:10px;
}
    
.splide__pagination{
    display:flex !important;
    flex-direction:row !important;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    position:relative;
    bottom:0;
}
    
.splide__pagination__page{
    background:#D6D6D6;
    height:8px;
    width:8px;
    margin:3px;
    opacity:1 !important;
    transition:transform .2s linear;
}
    
.splide__pagination__page.is-active{
    background:#AC8D4D;
    transform:none;
}