@charset "UTF-8";
/*
Theme Name: lightning-child
Version: 15.32.4
Template: lightning
*/
.btnArea {
  margin: 30px 0;
  padding: 0 30px;
}
.btnArea .text-center {
  text-align: center;
}
.btnArea .text-color-red {
  color: #ce4550;
}
.btnArea p {
  text-align: center;
}
.btnArea .btn-large {
  font-size: 21px;
  max-width: 480px;
  padding: 28px 35px 30px;
  padding: 20px 30px 22px;
  display: inline-block;
  box-shadow: #229833 0 -5px 0 inset;
  background: #27ad3a;
  color: #ffffff;
  text-decoration: none;
  border-radius: 7px;
}

.table-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container th,
.table-container td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
}
.table-container th {
  background-color: #a4c639;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.table-container td {
  background-color: #f9ffe6;
  vertical-align: middle;
}
.table-container .rank-c {
  color: #e74c3c;
  font-size: 24px;
  font-weight: bold;
}
.table-container .stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.table-container .star {
  color: #ffd700;
  font-size: 20px;
}
.table-container .star.empty {
  color: #ddd;
}
.table-container .rating-score {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-left: 8px;
  margin-right: 10px;
}
.table-container .average-badge {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
}
.table-container .rating-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.table-container .link {
  color: #3498db;
  text-decoration: none;
}
.table-container .link:hover {
  text-decoration: underline;
}
.table-container .note {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .table-container th,
  .table-container td {
    padding: 10px;
    font-size: 14px;
  }
  .table-container .star,
  .table-container .rating-score {
    font-size: 16px;
  }
}

/* チェックリストボックス */
.checklist-box {
  max-width: 700px;
  margin: 20px auto;
  background-color: #f0f8ff;
  border: 3px dashed #4a90e2;
  border-radius: 8px;
  padding: 25px 30px;
}

/* ヘッダー部分 */
.checklist-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.checklist-icon {
  font-size: 28px;
}

.checklist-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

/* チェックリスト */
.checklist {
  list-style: none;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.checklist-item:last-child {
  margin-bottom: 0;
}

/* チェックマーク */
.check-icon {
  color: #e74c3c;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

/* デメリットボックス（赤系） */
.demerit-box {
  background-color: #fff5f5;
  border-color: #e74c3c;
}
.demerit-box .check-icon {
  color: #e74c3c;
}

/* ポイントボックス（緑系） */
.point-box {
  background-color: #f0fff4;
  border-color: #4caf50;
}
.point-box .check-icon {
  color: #4caf50;
}

/* 注意点ボックス（オレンジ系） */
.warning-box {
  background-color: #fffbf0;
  border-color: #ff9800;
}
.warning-box .check-icon {
  color: #ff9800;
}

/* シンプルボックス（グレー系） */
.simple-box {
  background-color: #fafafa;
  border-color: #999;
}
.simple-box .check-icon {
  color: #666;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .checklist-box {
    padding: 20px;
  }
  .checklist-title {
    font-size: 20px;
  }
  .checklist-item {
    font-size: 15px;
  }
  .check-icon {
    font-size: 18px;
  }
}
/* H2見出し - 緑背景タイプ */
.heading-with-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
  color: white;
  padding: 20px 25px;
  margin: 30px auto;
  max-width: 1000px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-top: 0 !important;
}

.heading-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.heading-text {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

/* H2見出し - ブルー背景タイプ */
.heading-blue {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
}

/* H2見出し - オレンジ背景タイプ */
.heading-orange {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

/* H2見出し - ピンク背景タイプ */
.heading-pink {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
}

/* H2見出し - パープル背景タイプ */
.heading-purple {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
}

/* 小さいアイコンバージョン */
.heading-small-icon .heading-icon {
  width: 60px;
  height: 60px;
  font-size: 35px;
}
.heading-small-icon .heading-text {
  font-size: 20px;
}

/* 左寄せタイプ（アイコンが左上） */
.heading-align-top {
  align-items: flex-start;
}
.heading-align-top .heading-icon {
  margin-top: 5px;
}

/* 画像アイコン用（絵文字の代わりに画像を使う場合） */
.heading-icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .heading-with-icon {
    padding: 15px 20px;
    gap: 12px;
  }
  .heading-icon {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .heading-text {
    font-size: 18px;
  }
  .heading-small-icon .heading-icon {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .heading-small-icon .heading-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .heading-with-icon {
    padding: 12px 15px;
    gap: 10px;
  }
  .heading-icon {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .heading-text {
    font-size: 16px;
  }
}
/* デモ用スペーサー */
.spacer {
  height: 20px;
}

/* 情報ボックス（緑枠） */
.info-box {
  max-width: 800px;
  margin: 20px auto;
  background-color: #ffffff;
  border: 3px solid #4caf50;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* ヘッダー部分 */
.info-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.info-box-icon {
  font-size: 32px;
  color: #4caf50;
}

/* リスト */
.info-list {
  list-style: none;
  padding-left: 0;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.info-item:last-child {
  margin-bottom: 0;
}

/* 矢印アイコン */
.arrow-icon {
  color: #4caf50;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

/* 青枠バージョン */
.info-box-blue {
  border-color: #2196f3;
}

.info-box-blue .info-box-icon,
.info-box-blue .arrow-icon {
  color: #2196f3;
}

/* オレンジ枠バージョン */
.info-box-orange {
  border-color: #ff9800;
}

.info-box-orange .info-box-icon,
.info-box-orange .arrow-icon {
  color: #ff9800;
}

/* 赤枠バージョン */
.info-box-red {
  border-color: #f44336;
}

.info-box-red .info-box-icon,
.info-box-red .arrow-icon {
  color: #f44336;
}

/* 紫枠バージョン */
.info-box-purple {
  border-color: #9c27b0;
}

.info-box-purple .info-box-icon,
.info-box-purple .arrow-icon {
  color: #9c27b0;
}

/* 背景色ありバージョン */
.info-box-bg {
  background-color: #f9fff9;
}

.info-box-blue.info-box-bg {
  background-color: #f0f8ff;
}

.info-box-orange.info-box-bg {
  background-color: #fff8f0;
}

.info-box-red.info-box-bg {
  background-color: #fff5f5;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .info-box {
    padding: 20px;
  }
  .info-box-header {
    font-size: 18px;
  }
  .info-box-icon {
    font-size: 28px;
  }
  .info-item {
    font-size: 15px;
  }
  .arrow-icon {
    font-size: 16px;
  }
}
.affiliate-button-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}

.affiliate-title {
  color: #ff6b35;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.affiliate-subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.affiliate-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #06C755 0%, #05B34A 100%);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.affiliate-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
}

.affiliate-cta-button:active {
  transform: translateY(0);
}

body {
  background: #fffcf8;
}

.site-header {
  background-color: #ff9900;
}

.page-header {
  display: none;
}

h1 {
  font-size: clamp(20px, 3.33vw, 30px);
}

.entry-meta-item.entry-meta-item-updated {
  color: #949596;
}

.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)) {
  padding: 0.5em 0;
  border-top: 0;
  border-bottom: 0;
}

h2 {
  margin: 0px 0px 20px;
  letter-spacing: -0.00833em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 12px 8px 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
h2::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 16px);
  background-color: #fd9b30;
  border-radius: 3px;
}

h3:where(:not(.wp-block-post-title)) {
  border-bottom: 0;
}

h3 {
  margin: 0px 0px 18px;
  line-height: 1.167;
  letter-spacing: 0em;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: #efae82;
  border-radius: 1.5px;
  width: 100%;
  border-bottom: 0;
}

h4:where(:not(.wp-block-post-title)) {
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

h4 {
  margin: 0px 0px 15px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(237, 97, 3);
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px dotted rgb(237, 97, 3);
  padding-bottom: 5px;
}

.vk_post.media {
  flex-direction: column;
}
.vk_post.media .media-img {
  width: 100%;
}
.vk_post.media .media-body {
  width: 100%;
}

/* ========================================
   比較テーブル用CSS - WordPress標準テーブル用
   class不要、そのまま貼り付けるだけ！
   ======================================== */
/* テーブル全体 */
table.has-fixed-layout {
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  border-collapse: collapse;
  font-size: 14px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ヘッダー */
table.has-fixed-layout thead {
  background: #fb9a30;
  color: white;
}

table.has-fixed-layout thead th {
  padding: 16px 12px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: none;
}

table.has-fixed-layout thead th:first-child {
  text-align: left;
  padding-left: 20px;
}

/* ボディの行 */
table.has-fixed-layout tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

table.has-fixed-layout tbody tr:hover {
  background-color: #f9fafb;
}

table.has-fixed-layout tbody tr:last-child {
  border-bottom: none;
}

/* セル */
table.has-fixed-layout tbody td {
  padding: 14px 12px;
  text-align: center;
  color: #374151;
  border: none;
  font-size: 13px;
  line-height: 1.6;
}

table.has-fixed-layout tbody td:first-child {
  text-align: left;
  font-weight: 600;
  padding-left: 20px;
  background: #f9fafb;
  color: #1f2937;
}

/* strongタグ（項目名） */
table.has-fixed-layout tbody td strong {
  font-weight: 600;
  color: inherit;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  table.has-fixed-layout {
    border-radius: 8px;
    margin: 1rem 10px;
    font-size: 12px;
  }
  table.has-fixed-layout thead th,
  table.has-fixed-layout tbody td {
    padding: 10px 8px;
  }
  table.has-fixed-layout thead th:first-child,
  table.has-fixed-layout tbody td:first-child {
    padding-left: 12px;
  }
  table.has-fixed-layout thead th {
    font-size: 13px;
  }
}
/* スマホで横スクロール可能にする場合 */
@media (max-width: 480px) {
  .table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.has-fixed-layout {
    min-width: 500px;
    margin: 1rem 0;
  }
}/*# sourceMappingURL=style.css.map */