#news {
    font-size: 1.6rem;
}

#news section {
    max-width: 800px;
    margin: 0 auto 100px;
}

#news section h4 {
    margin-top: 100px;
    font-size: 1.8rem;
    font-weight: bold;
}

#news .notice_wrapper h4,
h4.news_title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
}

.notice_wrapper,
.poincard_wrapper {
    padding: 50px 2% 5%;
}

.open_wrapper,
.senior_wrapper {
    padding: 50px 2% 5%;
    margin-top: 100px;
}

.notice_contents {
    max-width: 550px;
    margin: 0 auto;
}



.open_wrapper table .result{
    white-space: nowrap;
    width: 60px;
    text-align: center;
}


.open_list {
    line-height: 3;
    width: 100%
}

.open_list li {
    border-bottom: 1px dotted #888;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.open_list a {
    color: #C10050;
    text-decoration: underline;
}

.open_list .date {
    letter-spacing: 0.07em;
    width: 170px;
}

.open_list .title {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .open_list li {
        padding: 1em 0 0;
    }

    .open_list .title {
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #news .notice_wrapper h4 {
        padding-left: 0;
    }
}


@media screen and (max-width: 480px) {
    .openL {
        width: 100%;
        margin-top: 10px;
    }

    .openR {
        width: 100%;
        margin-top: 20px;
    }
}