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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* アスタ公式サイト共通ヘッダー */
body {
  --astha-blue: #0071bc;
  --astha-orange: #f28a22;
  --astha-orange-deep: #d96e0c;
  --astha-navy: #00345f;
  --astha-ink: #0f1822;
  --astha-text: #2b3a4d;
}

/* Cocoon標準ヘッダーを非表示にする
.header-container,
.navi {
  display: none;
}
 */

.ac-site-shell *,
.ac-site-shell *::before,
.ac-site-shell *::after {
  box-sizing: border-box;
}

.ac-global-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 52, 95, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 31, 58, 0.08);
}

body.admin-bar .ac-global-header {
  top: 32px;
}

.ac-header-main-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1240px;
  min-height: 90px;
  margin: 0 auto;
  padding: 0 24px;
}

.ac-header-logo {
  margin: 0;
  line-height: 0;
}

.ac-brand,
.ac-brand img {
  display: block;
}

.ac-brand img {
  width: auto;
  height: 46px;
}

.ac-global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 8px;
}

.ac-nav-item,
.ac-nav-has-submenu > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px;
  color: var(--astha-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-decoration: none;
}

.ac-nav-item:hover,
.ac-nav-has-submenu:hover > a,
.ac-nav-has-submenu:focus-within > a {
  color: var(--astha-blue);
}

.ac-nav-has-submenu {
  position: relative;
  display: inline-flex;
}

.ac-nav-has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -12px;
  left: -12px;
  height: 18px;
}

.ac-nav-has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-left: 5px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0.6;
}

.ac-nav-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  min-width: 280px;
  padding: 12px;
  border: 1px solid rgba(0, 52, 95, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 56px rgba(0, 31, 58, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ac-nav-has-submenu:hover .ac-nav-submenu,
.ac-nav-has-submenu:focus-within .ac-nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ac-nav-submenu a {
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--astha-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ac-nav-submenu a:hover {
  color: var(--astha-blue);
  background: #f3f8fd;
}

.ac-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.ac-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1.5px solid var(--astha-orange);
  border-radius: 6px;
  color: #fff !important;
  background: var(--astha-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ac-header-cta:hover {
  color: var(--astha-orange) !important;
  background: #fff;
}

.ac-mobile-nav {
  display: none;
  margin-left: auto;
}

.ac-mobile-nav summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(0, 52, 95, 0.16);
  border-radius: 8px;
  color: var(--astha-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.ac-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.ac-mobile-nav-icon,
.ac-mobile-nav-icon::before,
.ac-mobile-nav-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--astha-navy);
}

.ac-mobile-nav-icon {
  position: relative;
}

.ac-mobile-nav-icon::before,
.ac-mobile-nav-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.ac-mobile-nav-icon::before {
  top: -6px;
}

.ac-mobile-nav-icon::after {
  top: 6px;
}

.ac-mobile-nav-panel {
  position: absolute;
  right: 24px;
  left: 24px;
  display: grid;
  gap: 2px;
  max-height: calc(100dvh - 90px);
  overflow-y: auto;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(0, 52, 95, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 26px 50px rgba(0, 31, 58, 0.14);
}

.ac-mobile-nav-panel a {
  padding: 8px 0;
  color: var(--astha-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.ac-mobile-nav-group {
  margin-top: 10px;
  padding: 6px 0 4px;
  color: var(--astha-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(0, 52, 95, 0.12);
}

.ac-mobile-nav-group:first-child {
  margin-top: 0;
}

.ac-mobile-nav-child {
  padding-left: 14px !important;
  color: rgba(11, 28, 48, 0.72) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.ac-mobile-nav-cta {
  margin-top: 6px;
  padding: 14px 16px !important;
  border-radius: 8px;
  color: #fff !important;
  text-align: center;
  background: linear-gradient(135deg, var(--astha-orange), var(--astha-orange-deep));
}

/* アスタ共通ヘッダー：「相談する」ボタン */
.ac-header-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 120px;
  padding: 12px 20px;
  border: 1.5px solid var(--astha-blue);
  border-radius: 6px;
  color: var(--astha-blue) !important;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
}

.ac-header-contact::after {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.ac-header-contact:hover {
  color: #fff !important;
  background: var(--astha-blue);
  border-color: var(--astha-blue);
  transform: translateY(-1px);
}

.ac-header-contact:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}

@media (max-width: 1200px) {
  .ac-global-nav,
  .ac-header-actions {
    display: none;
  }

  .ac-mobile-nav {
    display: block;
  }
}

@media (max-width: 760px) {
  body.admin-bar .ac-global-header {
    top: 46px;
  }

  .ac-header-main-inner {
    min-height: 76px;
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .ac-brand img {
    height: 34px;
  }

  .ac-mobile-nav-panel {
    right: 18px;
    left: 18px;
  }
}


/*ショート動画を縦型に*/
.youtube iframe {
  position: relative;
  aspect-ratio: 9 /16;
  max-width: 400px;
}

.banner-container img {
  border: 8px solid #E93433;
}

/*バナーにアニメ*/
.banner-container {
  opacity: 0;
  transform: translateY(20px); /* 下からスライド */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示アニメーション */
.banner-container.animate {
  opacity: 1;
  transform: translateY(0); /* 元の位置 */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* シャドウを加える */
}

/* ポップアップ効果 */
.banner-container.animate:hover {
  transform: scale(1.05); /* ホバー時に少し大きく */
  transition: transform 0.3s ease;
}

/* ふわふわ効果 */
.animate {
  animation: animate 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes animate {
  0% {
    transform:translate(0, 0) ;
  }
  50% {
    transform:translate(0, 8px);
  }
  100% {
    transform:translate(0, 0);
  }
}
 


/*コメントフォーム*/
#comments textarea{
  height: 100px !important;
}
#commentform{
  flex-direction: column;
}
#commentform .form-submit{
  margin-bottom: 20px;
}
#comments [type=submit]{
  background: #dc143c;
  transition: opacity .3s;
}
#comments [type=submit]:hover{
  opacity: 0.6;
}
#commentform-author {
	flex-direction: column;
	flex-wrap: nowrap;
}
#commentform-author img {
	max-width: 80px;
}

/* 画像に影 */
.image-shadow {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

/* コードブロック全体 */
pre.wp-block-code {
  background: #1e1f24;           /* 濃い背景でコード感を出す */
  border-left: 4px solid #4f8cff; /* 左側にアクセント */
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
  overflow-x: auto;              /* 横に長いコードでも崩れない */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* preの中のcode */
pre.wp-block-code code {
  display: block;
  background: transparent;
  color: #f3f4f6;
  font-family:
    "SFMono-Regular",
    "Consolas",
    "Menlo",
    "Monaco",
    "Courier New",
    monospace;
  font-size: 15px;
  line-height: 1.9;
  white-space: pre;              /* 改行・スペースをそのまま表示 */
  word-break: normal;
}

/* pタグの中のcode */
p code {
  border-radius: 10px;
  background: #e8e8e8;
  padding: 8px 12px;
}

/* スマホ時は少しだけ詰める */
@media (max-width: 767px) {
  pre.wp-block-code {
    padding: 16px 18px;
    border-radius: 8px;
  }

  pre.wp-block-code code {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* AI活用チェックリスト */
.astha-ai-cta {
  max-width: 720px;
  margin: 48px auto;
  padding: 28px 30px;
  border: 1px solid rgba(18, 40, 61, 0.14);
  border-radius: 10px;
  background: #f7f9f4;
  box-shadow: 0 14px 34px rgba(18, 40, 61, 0.08);
  color: #243142;
}

.astha-ai-cta__label {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: #14517d;
  font-size: 13px;
  font-weight: 700;
}

.astha-ai-cta__title {
  margin: 0 0 12px;
  color: #12283d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.astha-ai-cta__text {
  margin: 0 0 14px;
  color: #405062;
  font-size: 16px;
  line-height: 1.9;
}

.astha-ai-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 6px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2278b8 0%, #14517d 100%);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(34, 120, 184, 0.24);
}

@media (max-width: 680px) {
  .astha-ai-cta {
    margin: 36px auto;
    padding: 24px 20px;
  }

  .astha-ai-cta__title {
    font-size: 20px;
  }

  .astha-ai-cta__button {
    width: 100%;
  }
}

/* ====================================================
   アスタWorks サイドバーCTA — v3
   ==================================================== */

.astha-side-cta {
  margin: 0 0 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.astha-side-cta * { box-sizing: border-box; }

/* ─── カード ─── */
.astha-side-cta__card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 1px 3px rgba(9, 24, 42, 0.07),
    0 6px 18px rgba(9, 24, 42, 0.09),
    0 22px 52px rgba(9, 24, 42, 0.09);
}

/* ─── ヘッダー ─── */
.astha-side-cta__head {
  position: relative;
  padding: 22px 20px 26px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Ccircle cx='24' cy='24' r='1.2' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E"),
    linear-gradient(148deg, #09182a 0%, #0d3d6e 52%, #0e7a7a 100%);
  color: #fff;
  overflow: hidden;
}

/* 装飾的な光の玉 */
.astha-side-cta__head::before {
  content: '';
  position: absolute;
  top: -58px; right: -38px;
  width: 175px; height: 175px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,160,160,0.24) 0%, transparent 66%);
  pointer-events: none;
}
.astha-side-cta__head::after {
  content: '';
  position: absolute;
  bottom: -48px; left: -28px;
  width: 126px; height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,105,210,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.astha-side-cta__head--blue {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Ccircle cx='24' cy='24' r='1.2' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E"),
    linear-gradient(148deg, #0b2a48 0%, #1358a0 52%, #0e8898 100%);
}
.astha-side-cta__head--mail {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Ccircle cx='24' cy='24' r='1.2' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E"),
    linear-gradient(148deg, #0c1e36 0%, #104a8a 48%, #1562b8 100%);
}

/* ─── バッジ ─── */
.astha-side-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 13px;
  padding: 5px 12px 5px 9px;
  border-radius: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.astha-side-cta__badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #c8e021;
  box-shadow: 0 0 6px rgba(200,224,33,0.9), 0 0 14px rgba(200,224,33,0.4);
  flex-shrink: 0;
  animation: astha-dot-glow 2.6s ease-in-out infinite;
}
@keyframes astha-dot-glow {
  0%,100% { box-shadow: 0 0 6px rgba(200,224,33,0.9), 0 0 14px rgba(200,224,33,0.4); }
  50%      { box-shadow: 0 0 2px rgba(200,224,33,0.4); }
}
.astha-side-cta__badge--orange::before {
  background: #f59e0b;
  box-shadow: 0 0 6px rgba(245,158,11,0.9), 0 0 14px rgba(245,158,11,0.4);
  animation: astha-dot-glow-o 2.6s ease-in-out infinite;
}
@keyframes astha-dot-glow-o {
  0%,100% { box-shadow: 0 0 6px rgba(245,158,11,0.9), 0 0 14px rgba(245,158,11,0.4); }
  50%      { box-shadow: 0 0 2px rgba(245,158,11,0.4); }
}

/* ─── タイトル ─── */
.astha-side-cta__title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

/* ─── ボディ ─── */
.astha-side-cta__body {
  padding: 22px 18px 24px;
  background: #fff;
}

/* ─── カバー画像 ─── */
.astha-side-cta__cover-link {
  display: block;
  margin: -4px auto 18px;
  text-decoration: none;
}
.astha-side-cta__cover {
  display: block;
  width: min(74%, 200px);
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(9,24,42,0.1), 0 12px 30px rgba(9,24,42,0.18);
  transition: transform 0.26s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.26s ease;
}
.astha-side-cta__cover-link:hover .astha-side-cta__cover {
  transform: translateY(-5px) rotate(-0.5deg);
  box-shadow: 0 4px 10px rgba(9,24,42,0.12), 0 20px 42px rgba(9,24,42,0.22);
}

/* ─── リード文 ─── */
.astha-side-cta__lead {
  margin: 0 0 16px;
  color: #4a5a6e;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.9;
}
.astha-side-cta__lead strong { color: #09182a; font-weight: 800; }

/* ─── 悩みリスト（ペインポイント）─── */
.astha-side-cta__worries {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.astha-side-cta__worries li {
  position: relative;
  margin: 0;
  padding: 9px 12px 9px 30px;
  border-radius: 8px;
  background: rgba(239,68,68,0.05);
  border: 1px solid rgba(239,68,68,0.1);
  border-left: 3px solid rgba(220,50,50,0.42);
  color: #3c1818;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.52;
}
.astha-side-cta__worries li::before {
  content: '✕';
  position: absolute;
  left: 9px; top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: rgba(220,60,60,0.52);
  font-weight: 900;
}

/* ─── チェックリスト（ベネフィット）─── */
.astha-side-cta__list {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.astha-side-cta__list li {
  position: relative;
  margin: 0;
  padding: 9px 12px 9px 34px;
  border-radius: 8px;
  background: rgba(16,185,129,0.06);
  border: 1px solid rgba(16,185,129,0.14);
  border-left: 3px solid rgba(16,185,129,0.55);
  color: #0e2820;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}
.astha-side-cta__list li::before {
  content: '';
  position: absolute;
  left: 11px; top: 50%;
  width: 12px; height: 7px;
  border-bottom: 2.5px solid rgba(16,185,129,0.75);
  border-left:  2.5px solid rgba(16,185,129,0.75);
  transform: translateY(-68%) rotate(-45deg);
}

/* ─── ノートボックス ─── */
.astha-side-cta__note-box {
  margin: 0 0 16px;
  padding: 13px 14px 13px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fffdf4 0%, #fffae6 100%);
  border: 1px solid rgba(245,158,11,0.18);
  border-left: 4px solid #f59e0b;
  color: #5c3f08;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.astha-side-cta__note-box::before {
  content: '◆ POINT';
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #d97706;
  margin-bottom: 5px;
}

/* ─── プレゼントボックス ─── */
.astha-side-cta__present {
  position: relative;
  margin: 0 0 16px;
  padding: 18px 16px 16px;
  border-radius: 12px;
  background: linear-gradient(160deg, #fffaf2 0%, #fff5e0 55%, #fff0e6 100%);
  border: 1.5px dashed rgba(234,120,36,0.38);
  color: #5c380a;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  overflow: hidden;
}
/* リボン上部ライン */
.astha-side-cta__present::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b, #ea580c);
  border-radius: 12px 12px 0 0;
}
/* ギフトアイコン */
.astha-side-cta__present::before {
  content: '🎁';
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 8px;
}
.astha-side-cta__present strong {
  display: block;
  margin-top: 6px;
  color: #c2370c;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* ─── ボタン ─── */
.astha-side-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
  box-shadow:
    0 4px 12px rgba(234,88,12,0.36),
    0 1px 3px rgba(234,88,12,0.22),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform 0.22s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.22s ease;
  overflow: hidden;
}
/* シマー（光の流れ）アニメーション */
.astha-side-cta__button::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-18deg);
  animation: astha-shimmer 4s ease-in-out infinite;
}
@keyframes astha-shimmer {
  0%       { left: -80%; }
  40%,100% { left: 140%; }
}
/* 矢印 */
.astha-side-cta__button::after {
  content: '→';
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.astha-side-cta__button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 8px 24px rgba(234,88,12,0.44),
    0 2px 6px rgba(234,88,12,0.26),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.astha-side-cta__button:hover::after { transform: translateX(4px); }

.astha-side-cta__button--blue {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow:
    0 4px 12px rgba(29,78,216,0.35),
    0 1px 3px rgba(29,78,216,0.22),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.astha-side-cta__button--blue::before { animation-delay: 0.8s; }
.astha-side-cta__button--blue:hover {
  box-shadow:
    0 8px 24px rgba(29,78,216,0.44),
    0 2px 6px rgba(29,78,216,0.26),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

/* ─── フッターノート ─── */
.astha-side-cta__footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 12px 0 0;
  color: #9aaabb;
  font-size: 11px;
  line-height: 1.5;
}
.astha-side-cta__footnote::before {
  content: '';
  display: inline-block;
  width: 11px; height: 13px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 13'%3E%3Crect x='1' y='5.5' width='9' height='7' rx='1.5' fill='%239aaabb'/%3E%3Cpath d='M3 5.5V3.5a2.5 2.5 0 015 0v2' stroke='%239aaabb' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  opacity: 0.65;
}

/* サイドバーCSSここまで */