@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{

}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    
    margin-top: -30px;

    cursor: pointer;

    border: none;
    outline: none;
    z-index: 10;
}

.slick-prev
{
  margin-left: -490px;
    left: 50%;
    background: url("../images/prev_01.png") no-repeat center center;
    background-size: cover;
}

.slick-next
{
  margin-right: -490px;
    right: 50%;
    background: url("../images/next_01.png") no-repeat center center;
    background-size: cover;
}

.school_topics.type02 .slick-prev
{
    background: url("../images/prev_02.png") no-repeat center center;
    background-size: cover;
}

.school_topics.type02 .slick-next
{
    background: url("../images/next_02.png") no-repeat center center;
    background-size: cover;
}



/* Dots */
.slick-dotted.slick-slider
{

}

.slick-dots
{
    position: absolute;
    bottom: 26px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 137px;
    height: 4px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 137px;
    height: 4px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li.slick-active button
{
    background: #CC1301;
}


@media only screen and (max-width: 780px) {
.slick-dots
{
    position: absolute;
    bottom: 26px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 19vw;
    height: 2px;
    margin: 0 1.78vw;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 19vw;
    height: 2px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}

}
