/* ======================================================================================================== */
/* topics */
/* ======================================================================================================== */

/* ベース */
section.topics ul li a { border-bottom:1px solid #ccc; display:flex; flex-direction:column; padding:10px; }
section.topics ul li p.title-text { display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

/* いらんもん削除 */
.screen-reader-text { display:none; }

/* ページャー */
.nav-links { align-items:center; display:flex; gap:5px; font-size:14px; justify-content:center; margin:20px auto; }
.nav-links span, .nav-links a { align-items:center; border-radius:2.5px; display:flex; justify-content:center; height:36px; width:36px; }
.nav-links span { background-color:#89c3eb; color:#fff; }
.nav-links a { background-color:#dcf1f8; color:#000; }

@media( min-width:768px ) {

/* ベース */
section.topics ul li p.title-text { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-line-clamp:unset; -webkit-box-orient:unset; white-space:nowrap; }
section.topics ul li a { justify-content:space-between; flex-direction:row-reverse; gap:50px; padding:15px; }

}
