/*
---------------------------------------
layout_news
---------------------------------------
*/

.pl_news .p_ttl--section{
    text-align: center;
    margin-bottom: 30px;
}

.l_news-area {
    width: 825px;
}
.l_news--item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
}
.l_news--item:last-child {
    border: none;
    margin-bottom: 0;
}
.l_news--item:first-child {
    border-bottom: 1px solid #D0D0D0;
}
.l_news--item--date {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.057em;
    margin-right: 55px;
}
.l_news--item--ttl {
    font-size: 15px;
    font-weight: 700;
}
.l_news--item a{
	position: relative;
}
@media screen and (max-width: 375px) {
    .l_news-area {
        width: 100%;
        margin-bottom: 25px;
    }
    .l_news--item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .l_news--item--date {
        width: 100%;
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .l_news--item--ttl {
        width: 100%;
        font-size: 16px;
    }
}
