.mv img {
    max-width: 58px;
}

/* 一覧 */

.wrap {
    max-width: 840px;
}

.news li {
    border-top: 1px dotted #999999;
}

.news li:last-of-type {
    border-bottom: 1px dotted #999999;
}

.news li a {
    padding: 20px 0;
}

.news li a .day {
    font-weight: bold;
}

.news li a .label {
    margin: 0 6.25%;
}

.news li a p {
    width: 67.5%;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li a.new p {
    padding-left: 45px;
    position: relative;
}

.news li a.new p::after {
    content: url(../img/common/news.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 10px;
}

ul.page_nation {
    margin-top: 50px;
}

/* 詳細 */

.news.event h2.title {
    margin-bottom: 40px;
}

.news.event .text_content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.news.event .btn.back {
    margin-top: 50px;
}




@media screen and (max-width: 750px) {

    section {
        padding: 60px 0 80px;
        margin: 0 auto;
    }

    .news li a .label {
        margin: 0 40% 0 20px;
    }

    .news li a p {
        width: 100%;
        margin-top: 10px;
        line-height: 1.5;
    }

    /* 詳細 */

    .news.event h2.title {
        margin-bottom: 30px;
    }

    .news.event .btn.back {
        margin-top: 40px;
    }

}