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

/* 一覧 */
#news_title {
    text-align: center;
    padding-top: 250px;
}
#news_title h2 {
    font-size: 34px;
    font-weight: bold;
    color: #00533F;
}

#news_list {
    width: 85%;
    margin: 100px auto 150px;
    max-width: 860px;
}

#news_list dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #003143;
}
#news_list dl dt {
    width: 15%;
    color: #003143;
}
#news_list dl dd {
    width: 85%;
}

/* 詳細 */

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

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

#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: 8px 9px;
    border-right-color: currentColor;
    border-left: 0;
    margin-top: -3px;
    margin-right: 10px;
}

}
