@charset "utf-8";

/*---------------------------------------------------------
	index_news
---------------------------------------------------------*/

.news_content ul, .news_content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_content  ul li {
    list-style: disc;
    margin-bottom: 5px;
    line-height: 2.4rem;
}

.news_content ol li {
    list-style-type: decimal;
    counter-increment: cnt;
    margin-bottom: 5px;
    line-height: 2.4rem;
    position: relative;
}

/*----------------
	News
--------------------*/
#index_news {
    padding: 147px 0 104px 0;
    position: relative;
    z-index: 1;
}

.news_area {
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
}

.news_list {
	padding-left: 0;
}

.news_item {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
	list-style: none;
}

.news_item:first-child {
    padding-top: 0;
}

.news_date {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #269339;
    letter-spacing: 0.05em;
    max-height: 100%;
    padding-right: 40px;
}

.news_title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
    max-height: 100%;
}

.news_title a {
    color: #333 !important;
}

.news_title a:hover {
    text-decoration: none!important;
}

.news_content * {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.764;
    margin-bottom: 17px;
    max-height: 100%;
}

.news_content a {
    text-decoration: underline;
    color: #001A37;
}

.news_content a[target="_blank"] {
    padding-right: 20px;
    background: url(../../../img/icon_popup.svg) no-repeat center right 3px;
}

.news_content a.non[target="_blank"] {
    padding-right: 0;
    background: none;
}

.news_content a[href$=".doc"],
.news_content a[href$=".docx"] {
    padding-right: 30px;
    background: url(../../../img/icon_word.svg) no-repeat center right 3px;
}

.news_content a[href$=".xls"],
.news_content a[href$=".xlsx"] {
    padding-right: 30px;
    background: url(../../../img/icon_excel.svg) no-repeat center right 3px;
}

.news_content a[href$=".pdf"] {
    padding-right: 30px;
    background: url(../../../img/icon_pdf.svg) no-repeat center right 3px;
}

.news_content a.none[href$=".pdf"] {
    padding-right: 0;
    background: none;
}

.news_content a:hover {
    text-decoration: none;
}

.news_content>*:last-child {
    margin-bottom: 0;
}

/* hover */
.news_link:hover {
    opacity: .6;

}


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

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

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




@media screen and (max-width:767px) {
    #index_news {
        padding: 70px 0 65px 0;
    }

    .news_area {
        max-width: 1080px;
        margin: auto;
        padding: 0 20px;
    }

    .news_item {
        padding: 23px 0 23px;
        /* border-bottom: 1px solid #E8E8E8; */
    }

    .news_date {
        font-size: 1.5rem;
		padding: 0;
    }

    .news_title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .news_content * {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    /* hover */
    .news_link:hover {
        opacity: .6;

    }

    

}