/*-----------------------------------------------------------------------
	NEWS
-----------------------------------------------------------------------*/
.p-news_sec01 {
    padding-top: 100px;
    padding-bottom: 110px;
}

.p-news_article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-news_date {
    font-family: "oswald", sans-serif;
    color: #2979ff;
    width: 21%;
    border-right: 1px solid #dee3eb;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.15em;
}

.p-news_textArea {
    width: 79%;
    padding-left: 6%;
}

.p-news_title {
    font-size: 18px;
    line-height: 1.4;
}

.p-news_thumb {
    margin-top: 2.4em;
}

.p-news_thumb img {
    max-width: none;
    width: 100%;
}

.p-news_post p {
    margin: 1em 0;
}

.p-news_post h2, .p-news_post h3, .p-news_post h4, .p-news_post h5, .p-news_post h6 {
    margin: 3em 0 1em;
    line-height: 1.4;
}

.p-news_btn {
    margin-top: 120px;
}

.js-readMore {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.js-readMore.is-show {
    visibility: visible;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .p-news_sec01 {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .p-news_articleList li + li {
        border-top: 1px solid #dee3eb;
    }
    .p-news_article {
        display: block;
    }
    .p-news_date {
        width: auto;
        border-right: none;
        font-size: 11px;
    }
    .p-news_textArea {
        width: auto;
        padding-left: 0;
        margin-top: 1em;
    }
    .p-news_title {
        font-size: 16px;
    }
    .p-news_thumb {
        margin-top: 1.6em;
    }
    .p-news_btn {
        margin-top: 20px;
    }
    .js-readMore.is-show {
        padding-top: 4em;
        padding-bottom: 3em;
    }
}

@media print, screen and (min-width: 768px) {
    .js-readMore.is-show:nth-child(n + 2) {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1680px) {
    /*
    PC ONLY LARGE
    */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*
    TABLET ONLY
    */
}
