header {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    height: 102px;
    width: 100%;
    justify-content: space-between;
    background: url(/grand/narashino/assets/img/common/bg_pattern_light.png) center;
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
}
h1.news_coursename {
    padding: 0 0 0 2rem;
    margin: 0;
    font-size: 28px;
    background-size: 180px;
    line-height: 76px;
}

header .btn_close_wrapper {
    padding-right: 12px;
}

.news_wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}
[class*="news_title"] {
    font-size: 22px;
    margin: 0;
    padding: 1em 18px 0.5em 18px;
    font-weight: bold;
}
[class*="news_title"]:before {
    display: block;
    border-radius: 4px;
    padding: 2px 5px;
    margin-bottom: 0.5em;
    font-size: 12px;
    text-align: center;
    width: 9em;
    line-height: 1.75;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
}
.news_title-type-important:before {
    content: "重要なお知らせ";
    background: #eb440f;
}
.news_title-type-general:before {
    content: "お知らせ";
    background: #5da71e;
}
.news_title-type-special:before {
    content: "お得な情報";
    background: #008d31;
}
[class^="news_date"] {
    font-size: 14px;
    margin: 0;
    padding: 12px 18px;
    line-height: 1;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.news_date-type_member:before {
    content :"●";
    display: inline-block;
    color:#00FF00;
    padding-right: 0.5em;
    vertical-align: middle;
}
.news_content {
    font-size: 16px;
    margin: 0;
    padding: 18px 18px 36px 18px;
}
footer {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}
footer .btn_wrapper {
    text-align: center;
    background: #000000;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 18px 0;
}
.btn_back {
    color: #fff!important;
    text-decoration: underline;
}
.btn_close {
    display: inline-block;
    background: url(/grand/narashino/assets/img/common/icn_close_box.png) left center no-repeat;
    padding:2px 0 0 20px;
    text-decoration: underline;
}
footer .btn_close_wrapper {
    text-align: center;
    padding: 12px 0 36px 0;
}

.news_list {
    width: 100%;
    margin: 36px 0;
}
.news_list thead th {
    margin: 0;
    padding: 12px 18px;
    line-height: 1;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.news_list thead th:first-child {
    width: 8em;
}
.news_list tbody td {
    margin: 0;
    padding: 12px 18px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
.news_list tbody td:first-child {
    padding: 16px 0px 16px 18px;
}
.news_list tbody td a {
    color: #00f;
    text-decoration: underline;
    display: inline-block;
}
[class*="news_list_item-type"] td a:before {
    display: inline-block;
    border-radius: 4px;
    margin-right: 0.75em;
    font-size: 12px;
    text-align: center;
    width: 9em;
    line-height: 1.75;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
}
.news_list_item-type-important td a:before {
    content: "重要なお知らせ";
    background: #eb440f;
}
.news_list_item-type-general td a:before {
    content: "お知らせ";
    background: #5da71e;
}
.news_list_item-type-special td a:before {
    content: "お得な情報";
    background: #008d31;
}



@media screen and (max-width: 899px) {
    header {
        height: auto;
        display: block;
    }
    h1.news_coursename {
        padding: 1.4em 4.25em 1.2em 0.75em;
        line-height: 1;
        background-position: 0.5em 0.6em;
        background-size: auto 1.5em;
        font-size: 24px;
    }
    header .btn_close_wrapper {
        padding-right: 0;
        position: absolute;
        right: 1em;
        top: 0.75em;
    }
}
@media screen and (max-width: 699px) {
    h1.news_coursename {
        font-size: 20px;
    }
    [class*="news_title"] {
        font-size: 18px;
    }
    [class*="news_list_item-type"] td a:before {
        display: block;
        margin-bottom: 0.5em;
    }
    [class^="news_date"] {
        font-size: 12px;
    }
}

