@charset "UTF-8";
/* お知らせ（SP）*/
@media screen and (max-width: 900px) {

/* 一覧 */

    #news_title {
        text-align: center;
        padding-top: 150px;
        margin-bottom: 70px;
    }
    #news_title h2 {
        font-size: 30px;
        font-weight: bold;
        color: #00533F;
    }
    
    #news_list {
        width: 85%;
        margin: 50px auto 150px;
    }
    
    #news_list dl {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #003143;
    }
    #news_list dl dt {
        color: #003143;
        margin-bottom: 10px;
    }
    #news_list dl dd {
    }


/* 詳細 */

#news_detail_title {
    width: 85%;
    margin: auto;
    padding: 150px 0 50px;
    border-bottom: 1px solid #D3D6DD;
}
#news_detail_title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}
#news_detail_title p {
    font-weight: 700;
    color: #00533F;
    margin-top: 10px;
}

#news_detail_text {
    width: 85%;
    margin: 50px auto;
}

#news_detail_text a {
    color: #00533F;
}

/*詳細の戻るボタン*/

.news_detail_back {
    width: 85%;
    margin: 0 auto 100px;
    max-width: 860px;
    font-weight: 700;
    border-top: 1px solid #D3D6DD;
    padding-top: 20px;
}

.news_detail_back::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    
    color: #00533F;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 7px;
    border-right-color: currentColor;
    border-left: 0;
    margin-top: -3px;
    margin-right: 10px;
}

}
