@charset "utf-8";

/* PC：news-pc.css
 * OSAKA CAPD
 * 2026-03-31
 * **************************************************
 * News
 * **************************************************
 * Media Queries min-width: Adjustment
 * **************************************************
 */

/* News
------------------------------------------------------------------ */
#sub-page.news .main .inner > section {
 margin: 0 auto 50px auto;
 width: 85%;
}
#sub-page.news .main p {
 font-size: 1.4em;
 line-height: 2.0;
}
#sub-page.news .main p + p {
 margin-top: 1.5em;
}
