@media screen and (max-width: 767px) {
    #slider-container {
        width: 100%;
        margin: 10px 0px 85px 0px;
        outline: none;
    }
}

@media screen and (min-width: 767px) {
    #slider-container {
        /*width: 80%;*/
        width: 66%;
        margin: 10px auto 75px auto;
        outline: none;
    }
}

.top-slide {
    /*height: 80%;*/
    outline: none;
}

.news-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0px;
}

.news-date {
    font-family: 'ヒラギノ角ゴシック Pro';
    font-size: 0.8rem;
    margin-top: 0.3rem;
    margin-bottom: 0px;
}

.news-text {
    font-size: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.elf-address {
    font-size: 0.9rem;
    margin: 0px;
}

.elf-kome-mark {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

.elf-tenpo-topic {
    font-size: 0.8rem;
}