@charset "UTF-8";

/* --------------------------------------------------
  NEWS詳細
-------------------------------------------------- */
#news-details{
    margin-bottom: 100px;
}
#news-details #content{
    max-width: 1200px;
    margin: 0 auto;
}
#news-details #content .title h2{
    margin-bottom: 30px;
    border-bottom: solid var(--secondary-color) 1px;
	padding-bottom: 10px;
}
#news-details #content p{
    font-size: 1.8rem;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    #news-details #content{
        width: 100%;
        padding: 0 15px;
    }
    #news-details #content .title h2{
        margin-bottom: 20px;
    }
    #news-details #content span{
        font-size: 1.8rem;
    }
    #news-details #content p{
        font-size: 1.6rem;
        margin-top: 20px;
    }
}