@charset "UTF-8";
/* 2018 News CSS DOCUMENT */


.news_list {
    margin-bottom: 160px;
}
.news_detail a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}
.news_detail .category {
    margin-right: 20px;
}
.news_detail .date {
    display: none;
    margin-right: 90px;
}
.news_detail .ttl {
    max-width: 975px;
}

.no-article {
    font-size: 16px;
    text-align: center;
    margin: 45px auto;
}

@media screen and (max-width: 414px) {
    .news_detail .date {
        margin-right: 0;
    }
    .news_detail a {
         padding: 15px 0;
    }
    .news_list {
        margin-bottom: 90px;
    }
    .news_detail .ttl {
        width: 100%;
        max-width: none;
    }
}
