@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================
   賢威8 → SWELL 移行用 互換スタイル
   旧テーマのクラスを使っている既存記事の装飾を維持する
   ============================================ */

/* 黄色マーカー（旧 .line-yellow） */
.post_content .line-yellow {
  background: linear-gradient(transparent 62%, #ffef9e 62%);
  font-weight: 700;
  padding: 0 .1em;
}

/* 表組み（旧 .c-table__*） */
.post_content .c-table {
  width: 100%;
  border-collapse: collapse;
}
.post_content .c-table__th,
.post_content .c-table__td {
  border: 1px solid #e3e6e8;
  padding: .8em 1em;
  vertical-align: top;
}
.post_content .c-table__th {
  background: #f5f7f8;
  font-weight: 700;
  text-align: left;
}
.post_content .c-table__th--gray {
  background: #eceff1;
}
.post_content .c-table--left .c-table__th {
  width: 28%;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .post_content .c-table--left .c-table__th {
    width: auto;
    white-space: normal;
  }
}

/* サイドバー「運営」ロゴの表示サイズ調整 */
#block-6 img {
  display: block;
  max-width: 180px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto 1.4em;
}
#block-6 br { display: none; }
