/* news
##################################### */
.news_days{
    display: inline-block;
    color: #fff;
    background: #0096ff;
    padding: 0 50px;
}
.news_days{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.news_ttl{
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: 1px solid #333;
}
.news_contents{
    margin-top: 50px;
}
.news_contents img{
    width: 100%;
    margin: 0 auto 50px;
    max-width: 600px;
    display: block;
}
.news_txt{
    margin-bottom: 50px;
}
.news_contents .font_link{
    color: #ff149b;
    display: inline-block;
    position: relative;
}
.news_contents .font_link:after {
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.news_contents .font_link:hover::after {
    width: 100%;
}
.btn_area{
    padding-bottom: 100px;
}
#news .btn_hover{
    width: 240px!important;
    padding: 3px 0;
}


/* news pc
===================================== */
@media screen and (min-width: 769px) {

}

/* news sp
===================================== */
@media screen and (max-width: 768px) {
    .news_contents{
        margin-bottom: 10vw;
    }
}
