/* ======================================================
   TDR GO — サイト情報ページ
   ====================================================== */

.tw-page-content .two-col {
  align-items: start;
}

.wsp-container {
  margin-top: 18px;
}

.wsp-container ul {
  margin-bottom: 20px;
}

.wsp-container a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.wsp-container a:hover {
  text-decoration: underline;
}

.wsp-category-title {
  display: inline-block;
  margin: 0 0 6px;
  color: var(--text-main);
  font-size: 15px;
}

.wsp-container .wsp-posts-list > li:has(.wsp-category-title) {
  margin-top: 10px;
}
