@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD - Oripa
    Theme URI: https://mellowtrill.com/
    Description: オンラインオリパ比較サイト用 SWELL子テーマ
    Version: 1.3.0
    Author: mellowtrill
    Author URI: https://mellowtrill.com/

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

/* ==========================================================================
   SWELL固有の上書きのみ記述
   共通スタイルはプラグイン側 oripa-service-manager.css に集約
   ========================================================================== */

/* --------------------------------------------------------------------------
   th背景色の上書き（SWELLがメインカラーをthに適用するのを防ぐ）
   -------------------------------------------------------------------------- */
.post_content table th,
.oripa-service-card__details th,
.oripa-compare-table th,
.oripa-compare-table td:first-child {
    background: #f5f5f5 !important;
    color: #555;
}

/* --------------------------------------------------------------------------
   比較表ヘッダー固定（SWELLレイアウト対応）
   -------------------------------------------------------------------------- */
.oripa-compare-table th {
    position: sticky;
    top: 0;
}

/* --------------------------------------------------------------------------
   サービスカード詳細テーブルのフォントサイズ（SWELLのテーブルスタイル上書き）
   -------------------------------------------------------------------------- */
.oripa-service-card__details table {
    font-size: 14px;
}
