@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){
  /*必要ならばここにコードを書く*/
}

/* ===== 杖選び診断ツール (2026-05-25) ===== */
.fs-top-tsue-shindan {
  max-width: 540px;
  margin: 2em auto;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #c8e6c9;
  box-shadow: 0 4px 20px rgba(76,175,80,0.08);
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.fs-top-shindan-header {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  padding: 28px 24px 20px;
  text-align: center;
  border-bottom: 1px solid #c8e6c9;
}
.fs-top-shindan-icon { font-size: 2.4em; margin-bottom: 8px; }
.fs-top-shindan-title { font-size: 1.2em; font-weight: bold; color: #2e7d32; margin: 0 0 8px; line-height: 1.5; }
.fs-top-shindan-title span { font-size: 0.9em; color: #388e3c; }
.fs-top-shindan-desc { font-size: 0.85em; color: #555; margin: 0; line-height: 1.6; }
.fs-top-shindan-body { padding: 24px 20px 20px; }
.fs-top-q-block { display: none; }
.fs-top-q-block.fs-top-q-active { display: block; animation: fs-top-fadeIn 0.3s ease; }
@keyframes fs-top-fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fs-top-q-num { font-size: 0.75em; color: #81c784; font-weight: bold; margin: 0 0 6px; letter-spacing: 0.05em; }
.fs-top-q-text { font-size: 1.05em; font-weight: bold; color: #1b5e20; margin: 0 0 16px; line-height: 1.5; }
.fs-top-choices { display: flex; flex-direction: column; gap: 10px; }
.fs-top-choice-btn {
  background: #f9fbe7;
  border: 2px solid #c8e6c9;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.95em;
  color: #2e7d32;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.4;
}
.fs-top-choice-btn:hover { background: #e8f5e9; border-color: #66bb6a; transform: translateX(4px); }
.fs-top-choice-btn:active { background: #c8e6c9; }
.fs-top-progress-wrap { margin-top: 20px; background: #e8f5e9; border-radius: 999px; height: 6px; overflow: hidden; }
.fs-top-progress-bar { height: 100%; background: linear-gradient(90deg, #66bb6a, #2e7d32); border-radius: 999px; transition: width 0.4s ease; }
.fs-top-result-block { animation: fs-top-fadeIn 0.4s ease; }
.fs-top-result-inner { background: linear-gradient(135deg, #e8f5e9 0%, #f9fbe7 100%); border-radius: 12px; padding: 24px 20px; border: 2px solid #a5d6a7; }
.fs-top-result-label { font-size: 0.75em; color: #81c784; font-weight: bold; letter-spacing: 0.08em; margin: 0 0 4px; }
.fs-top-result-title { font-size: 1.3em; font-weight: bold; color: #1b5e20; margin: 0 0 12px; line-height: 1.4; }
.fs-top-result-reason { font-size: 0.9em; color: #444; line-height: 1.7; margin: 0 0 14px; }
.fs-top-result-note { background: #fff; border-left: 4px solid #81c784; border-radius: 0 8px 8px 0; padding: 12px 14px; font-size: 0.85em; color: #555; line-height: 1.7; margin-bottom: 20px; }
.fs-top-cta-btn { display: block; background: linear-gradient(135deg, #43a047, #2e7d32); color: #fff !important; text-decoration: none !important; text-align: center; padding: 16px; border-radius: 10px; font-size: 1em; font-weight: bold; letter-spacing: 0.03em; transition: opacity 0.2s; margin-bottom: 12px; }
.fs-top-cta-btn:hover { opacity: 0.88; }
.fs-top-retry-btn { display: block; width: 100%; background: none; border: 2px solid #a5d6a7; border-radius: 10px; padding: 12px; font-size: 0.9em; color: #388e3c; cursor: pointer; font-family: inherit; transition: background 0.2s; }
.fs-top-retry-btn:hover { background: #e8f5e9; }
/* ===== ハブ記事用 困りごと導線ツール (2026-05-25) ===== */
.fs-top-hub-nayami {
  max-width: 540px;
  margin: 2em auto;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #c8e6c9;
  box-shadow: 0 4px 20px rgba(76,175,80,0.08);
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.fs-top-hub-header {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  padding: 22px 20px 16px;
  text-align: center;
  border-bottom: 1px solid #c8e6c9;
}
.fs-top-hub-lead { font-size: 1.1em; font-weight: bold; color: #1b5e20; margin: 0 0 4px; }
.fs-top-hub-sub { font-size: 0.82em; color: #666; margin: 0; }
.fs-top-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e8f5e9;
  border-bottom: 1px solid #e8f5e9;
}
.fs-top-hub-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 18px 12px 14px;
  text-decoration: none !important;
  color: #2e7d32 !important;
  transition: background 0.18s ease;
  position: relative;
  min-height: 90px;
  text-align: center;
}
.fs-top-hub-btn:hover { background: #f1f8e9; }
.fs-top-hub-btn:active { background: #e8f5e9; }
.fs-top-hub-icon { font-size: 1.8em; margin-bottom: 6px; line-height: 1; }
.fs-top-hub-text { font-size: 0.82em; font-weight: bold; line-height: 1.5; color: #2e7d32; }
.fs-top-hub-arrow { position: absolute; bottom: 8px; right: 10px; font-size: 0.75em; color: #81c784; }
.fs-top-hub-note {
  font-size: 0.75em;
  color: #888;
  text-align: center;
  margin: 0;
  padding: 12px 16px;
  background: #fafafa;
  line-height: 1.6;
}

/* ===== レンタルか購入か判定ツール (2026-05-25) ===== */
.fs-top-rentbuy-shindan {
  max-width: 540px;
  margin: 2em auto;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #b3d9f7;
  box-shadow: 0 4px 20px rgba(33,150,243,0.07);
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
.fs-top-rb-header {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
  padding: 28px 24px 20px;
  text-align: center;
  border-bottom: 1px solid #b3d9f7;
}
.fs-top-rb-icon {
  font-size: 2.4em;
  margin-bottom: 8px;
}
.fs-top-rb-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #1565c0;
  margin: 0 0 8px;
  line-height: 1.5;
}
.fs-top-rb-title span {
  font-size: 0.9em;
  color: #1976d2;
}
.fs-top-rb-desc {
  font-size: 0.82em;
  color: #555;
  margin: 0;
  line-height: 1.6;
}
.fs-top-rb-body {
  padding: 24px 20px 20px;
}
.fs-top-rb-q-block {
  display: none;
}
.fs-top-rb-q-block.fs-top-rb-q-active {
  display: block;
  animation: fs-top-rb-fadeIn 0.3s ease;
}
@keyframes fs-top-rb-fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fs-top-rb-q-num {
  font-size: 0.75em;
  color: #90caf9;
  font-weight: bold;
  margin: 0 0 6px;
  letter-spacing: 0.05em;
}
.fs-top-rb-q-text {
  font-size: 1.05em;
  font-weight: bold;
  color: #0d47a1;
  margin: 0 0 16px;
  line-height: 1.5;
}
.fs-top-rb-choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fs-top-rb-choice-btn {
  background: #f0f7ff;
  border: 2px solid #b3d9f7;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.92em;
  color: #1565c0;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.4;
}
.fs-top-rb-choice-btn:hover {
  background: #e3f2fd;
  border-color: #64b5f6;
  transform: translateX(4px);
}
.fs-top-rb-choice-btn:active {
  background: #bbdefb;
}
.fs-top-rb-progress-wrap {
  margin-top: 20px;
  background: #e3f2fd;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}
.fs-top-rb-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #64b5f6, #1565c0);
  border-radius: 999px;
  transition: width 0.4s ease;
}
.fs-top-rb-result-block {
  animation: fs-top-rb-fadeIn 0.4s ease;
}
.fs-top-rb-result-inner {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
  border-radius: 12px;
  padding: 24px 20px;
  border: 2px solid #90caf9;
}
.fs-top-rb-result-label {
  font-size: 0.75em;
  color: #90caf9;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
}
.fs-top-rb-result-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #0d47a1;
  margin: 0 0 12px;
  line-height: 1.4;
}
.fs-top-rb-result-reason {
  font-size: 0.9em;
  color: #444;
  line-height: 1.7;
  margin: 0 0 14px;
}
.fs-top-rb-result-note {
  background: #fff;
  border-left: 4px solid #90caf9;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  font-size: 0.85em;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.fs-top-rb-result-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}
.fs-top-rb-cta-btn {
  display: block;
  background: linear-gradient(135deg, #1976d2, #0d47a1);
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-size: 0.95em;
  font-weight: bold;
  transition: opacity 0.2s;
}
.fs-top-rb-cta-btn:hover {
  opacity: 0.88;
}
.fs-top-rb-cta-btn.fs-top-rb-sub {
  background: linear-gradient(135deg, #43a047, #2e7d32);
}
.fs-top-rb-retry-btn {
  display: block;
  width: 100%;
  background: none;
  border: 2px solid #90caf9;
  border-radius: 10px;
  padding: 12px;
  font-size: 0.9em;
  color: #1565c0;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.fs-top-rb-retry-btn:hover {
  background: #e3f2fd;
}