/* ------------------------------------------------------------------------
    SAMPLE
------------------------------------------------------------------------  */
.SAMPLE {
    font-weight: 500;
    font-size: .875em;
    color: red;
    margin-top: 5px;
    line-height: 1.5em;
}

/* ------------------------------------------------------------------------
    PAGE TITLE
------------------------------------------------------------------------  */
/* BG */
#PAGE_TITLE:before {
    background-image: url("./images/page_title_sp.jpg");
}
@media screen and (min-width:769px){
    #PAGE_TITLE:before {
        background-image: url("./images/page_title_pc.jpg");
    }
}

/* ------------------------------------------------------------------------
    NEWS_RELEASE
------------------------------------------------------------------------  */
/* News List */
#NEWS_AREA .News_Release .News_List{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.News_List .Item:not(:last-child) {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted var(--sub2-color);
}
@media screen and (min-width:769px){
    #NEWS_AREA .News_Release .News_List{
    }
}
.News_List,
.News_List .Item,
.News_List .Item .Contents{
    width: 100%;
}
.News_List .Item .Contents{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media screen and (min-width:769px){
    .News_List .Item .Contents{
        padding-left: 1em;
        padding-right: 1em;
    }
}

.News_List .Item .Contents > *{
    box-sizing: border-box;
}
.News_List .Item .Contents .Date{
    width: 80px;
    font-size: 12px;
}
.News_List .Item .Contents .Category{
    width: 120px;
    font-size: 12px;
    text-align: center;
    background: var(--color-green);
}
.News_List .Item .Contents .News{
    width: 100%;
    line-height: 1.5em;
    margin-top: 1em;
}
@media screen and (min-width:769px){
    .News_List .Item .Contents .Date,
    .News_List .Item .Contents .Category{
        font-size: 14px;
    }
    .News_List .Item .Contents .News{
        width: calc(100% - 200px);
        padding: 0 1em;
        margin-top: 0;
    }
}
/***** News Arrow *****/
.News_Release button {
    display: none !important;
}
.News_Release .News_Arrow {
    position: absolute;
    right: 0;
    top: -10px;
}
@media screen and (min-width:769px){
    .News_Release {
        margin-top: 0;
    }
    .News_Release .News_Arrow {
        top: 0;
    }
}
/***** Arrow *****/
.News_Arrow.Arr > *:first-child {
    margin-right: 15px;
}


/***** Button *****/
#NEWS_AREA .Btn_Area {
    margin-top: var(--space-30);
    margin-bottom: var(--space-30);
}
@media screen and (min-width:769px){
    #NEWS_AREA .Btn_Area {
        margin-top: var(--space-20);
        margin-bottom: var(--space-20);
    }
}
