@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.table_simple {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_simple th, .table_simple td {
  border: 1px solid #4e5257;
  padding: 0.5em 1em;
}

/* --- コンテナとテーブルの基本 --- */
.uma-compare-container {
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.uma-compare-table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* --- ヘッダー：メインカラー（#afdece）を使用 --- */
.uma-compare-table thead th {
  background-color: #afdece; /* サイトのメインカラー */
  border-bottom: 2px solid #8fc9b6;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

/* --- セル設定 --- */
.uma-compare-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
}
