/* content start */

.fac-info {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.fac-info h2 {
    font-family: toppan-bunkyu-midashi-min-st;
}

/* slider start */

.fac-info .slider-r {
    width: 100%;
    height: auto;
}

.fac-info .slider-r .slide {
    width: 650px;
    height: 450px;
    padding: 0 20px 40px 20px;
}

.fac-info .slider-r .slide img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.fac-info.entry-content {
    padding: 0;
}

/* for slider dots */

.fac-info .slick-dots {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    width: 400px;
    margin: 50px auto 0 auto;
}

.fac-info .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(180, 180, 180, 0.4);
    border: none;
}

.fac-info .slick-dots li button {
    display: none;
}

.fac-info .slick-dots .slick-active {
    background-color: #fc2c21;
}

@media screen and (max-width: 468px) {
    .fac-info .slider-r .slide {
        height: 350px;
    }
}

@media screen and (max-width: 325px) {
    .fac-info .slider-r .slide {
        height: 300px;
    }
}