@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
*/

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

/* ========== 記事専用スタイル ========== */
.fk-article {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #2d2d2d;
  max-width: 780px;
  margin: 0 auto;
}

/* リード・目次ボックス */
.fk-lead-box {
  background: #f4f8ff;
  border-left: 4px solid #1a73e8;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 32px 0;
}
.fk-lead-box ul {
  margin: 8px 0 0;
  padding-left: 1.4em;
}
.fk-lead-box li { margin-bottom: 4px; }

/* 結論バッジ */
.fk-verdict {
  display: flex;
  gap: 16px;
  margin: 32px 0;
  flex-wrap: wrap;
}
.fk-verdict-card {
  flex: 1 1 280px;
  padding: 20px 22px;
  border-radius: 10px;
}
.fk-verdict-card.good {
  background: #e8f5e9;
  border: 1.5px solid #43a047;
}
.fk-verdict-card.bad {
  background: #fff3e0;
  border: 1.5px solid #fb8c00;
}
.fk-verdict-card .fk-card-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  margin-bottom: 10px;
}
.fk-verdict-card.good .fk-card-title { color: #2e7d32; }
.fk-verdict-card.bad  .fk-card-title { color: #e65100; }
.fk-verdict-card ul {
  margin: 0;
  padding-left: 1.3em;
  font-size: 14px;
}
.fk-verdict-card li { margin-bottom: 5px; }

/* 擬似体験ラベル */
.fk-pseudo-label {
  display: inline-block;
  background: #e3e8f0;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 14px;
  letter-spacing: .05em;
}

/* before/after カード */
.fk-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 28px;
}
@media (max-width: 600px) {
  .fk-ba-grid { grid-template-columns: 1fr; }
}
.fk-ba-card {
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 14px;
}
.fk-ba-card.before {
  background: #fafafa;
  border: 1.5px solid #ddd;
}
.fk-ba-card.after {
  background: #e8f5e9;
  border: 1.5px solid #66bb6a;
}
.fk-ba-card .fk-ba-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fk-ba-card.before .fk-ba-label { color: #999; }
.fk-ba-card.after  .fk-ba-label { color: #388e3c; }
.fk-ba-card ul { margin: 0; padding-left: 1.3em; }
.fk-ba-card li { margin-bottom: 5px; }

/* 失敗ポイント */
.fk-alert {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 15px;
}
.fk-alert strong { color: #b45309; }

/* ========== CTA ブロック ========== */
.fk-cta {
  background: linear-gradient(135deg, #1a56db 0%, #0e3fa8 100%);
  border-radius: 14px;
  padding: 32px 28px;
  margin: 40px 0;
  color: #fff;
  text-align: center;
}
.fk-cta h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.5;
}
.fk-cta p {
  font-size: 14px;
  margin: 0 0 10px;
  color: rgba(255,255,255,.88);
  line-height: 1.7;
}
.fk-cta .fk-risk {
  font-size: 13px;
  background: rgba(255,255,255,.12);
  border-radius: 6px;
  padding: 10px 14px;
  margin: 12px 0 20px;
  color: rgba(255,255,255,.9);
  text-align: left;
}
.fk-cta .fk-risk strong { color: #ffd54f; }
.fk-cta-btn {
  display: inline-block;
  background: #f59e0b;
  color: #1a1a1a !important;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none !important;
  padding: 16px 32px;
  border-radius: 50px;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  letter-spacing: .02em;
}
.fk-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0,0,0,.3);
}
.fk-cta-sub {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  margin-top: 10px;
}

/* メリット・デメリット */
.fk-merit-list, .fk-demerit-list { list-style: none; padding: 0; margin: 0; }
.fk-merit-list li, .fk-demerit-list li {
  padding: 14px 16px 14px 44px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 15px;
  position: relative;
}
.fk-merit-list li { background: #f0fdf4; border: 1px solid #bbf7d0; }
.fk-demerit-list li { background: #fff1f2; border: 1px solid #fecdd3; }
.fk-merit-list li::before {
  content: '✓';
  position: absolute; left: 14px; top: 14px;
  font-weight: 700; color: #16a34a; font-size: 16px;
}
.fk-demerit-list li::before {
  content: '✗';
  position: absolute; left: 14px; top: 14px;
  font-weight: 700; color: #dc2626; font-size: 16px;
}
.fk-merit-list li strong, .fk-demerit-list li strong {
  display: block; margin-bottom: 4px; font-size: 15px;
}

/* 比較テーブル */
.fk-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.fk-compare-table th {
  background: #1a56db;
  color: #fff;
  padding: 12px 14px;
  text-align: center;
  font-weight: 700;
}
.fk-compare-table th:first-child { background: #334155; }
.fk-compare-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}
.fk-compare-table tr:nth-child(even) td { background: #f8fafc; }
.fk-compare-table .fk-rec {
  font-size: 11px;
  font-weight: 700;
  background: #fef3c7;
  color: #92400e;
  border-radius: 4px;
  padding: 1px 7px;
  display: inline-block;
  margin-top: 4px;
}

/* フロー図 */
.fk-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0;
}
.fk-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.fk-flow-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.fk-flow-dot {
  width: 36px; height: 36px;
  background: #1a56db;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
  flex-shrink: 0;
}
.fk-flow-bar {
  width: 2px; flex: 1; background: #cbd5e1;
  min-height: 24px; margin: 4px 0;
}
.fk-flow-content {
  padding: 6px 0 20px;
}
.fk-flow-content strong { display: block; font-size: 15px; color: #1a56db; margin-bottom: 3px; }
.fk-flow-content span { font-size: 14px; color: #555; }

/* 向いている／向いていない */
.fk-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
@media (max-width: 600px) { .fk-fit-grid { grid-template-columns: 1fr; } }
.fk-fit-card {
  border-radius: 10px;
  padding: 20px 20px;
  font-size: 14px;
}
.fk-fit-card.ok  { background: #f0fdf4; border: 1.5px solid #86efac; }
.fk-fit-card.ng  { background: #fff1f2; border: 1.5px solid #fca5a5; }
.fk-fit-card .fk-fit-title {
  font-size: 14px; font-weight: 700; margin-bottom: 12px;
}
.fk-fit-card.ok .fk-fit-title { color: #15803d; }
.fk-fit-card.ng .fk-fit-title { color: #b91c1c; }
.fk-fit-card ul { margin: 0; padding-left: 1.3em; }
.fk-fit-card li { margin-bottom: 5px; }

/* ステップ */
.fk-steps { list-style: none; padding: 0; margin: 20px 0; counter-reset: step; }
.fk-steps li {
  counter-increment: step;
  padding: 16px 16px 16px 56px;
  margin-bottom: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  position: relative;
  font-size: 15px;
}
.fk-steps li::before {
  content: counter(step);
  position: absolute; left: 14px; top: 16px;
  width: 28px; height: 28px;
  background: #1a56db;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.fk-steps li strong { display: block; margin-bottom: 4px; }
.fk-steps li .fk-note {
  font-size: 13px; color: #888; display: block; margin-top: 4px;
}

/* 免責・まとめ */
.fk-summary-box {
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 12px;
  padding: 28px 26px;
  margin: 40px 0 24px;
  font-size: 15px;
  line-height: 1.8;
}
.fk-summary-box h2 { color: #fff; font-size: 18px; margin: 0 0 14px; }

.fk-disclaimer {
  font-size: 12px;
  color: #999;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  margin-top: 32px;
}

/* 見出し */
.fk-article h2 {
  font-size: 22px;
  font-weight: 800;
  border-left: 5px solid #1a56db;
  padding-left: 14px;
  margin: 48px 0 20px;
  line-height: 1.45;
  color: #1a1a2e;
}
.fk-article h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1e3a5f;
  border-bottom: 2px dashed #c7d9f5;
  padding-bottom: 6px;
  margin: 32px 0 14px;
}
.fk-article p { margin: 0 0 16px; }
</style>

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

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

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