/* ===== Cloudflare Pages static base ===== */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e3f2fd;
}

.cl-static-page {
  min-height: 100vh;
}

/* ===== リセット & ベース ===== */
.cl-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.cl-wrap {
  font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  max-width: 760px; margin: 0 auto; background: #f0f8ff; color: #333; line-height: 1.6;
}

/* ===== ヒーロー ===== */
.cl-hero {
  background: linear-gradient(135deg,#e8f4fd 0%,#c8e6f8 100%);
  padding: 28px 20px 20px; text-align: center;
}
.cl-hero-badge {
  display: inline-block; background: #2196F3; color: #fff;
  font-size: 14px; font-weight: bold; padding: 6px 22px; border-radius: 20px; margin-bottom: 14px;
}
.cl-hero h1 {
  font-size: 33px; font-weight: 900; color: #1a1a1a; line-height: 1.3; margin-bottom: 16px;
}
.cl-hero h1 .hl-blue { color: #1565C0; }
.cl-hero h1 .hl-yellow { color: #F57F17; background: #FFF176; padding: 0 4px; border-radius: 4px; }
.cl-hero-sub { font-size: 13px; color: #444; max-width: 380px; margin: 0 auto 14px; text-align: left; }

/* にこちゃんヒーロー */
.niko-hero {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  background: #fff; border-radius: 16px; padding: 16px 20px; margin: 12px 0;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.niko-hero img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; border: 3px solid #2196F3; flex-shrink: 0; }
.niko-bubble {
  background: #E3F2FD; border-radius: 14px; padding: 12px 16px; position: relative; font-size: 13px; line-height: 1.7;
}
.niko-bubble::before {
  content:''; position: absolute; left: -12px; top: 20px;
  border: 6px solid transparent; border-right-color: #E3F2FD;
}
.niko-bubble strong { color: #1565C0; }
.niko-bubble-line { display: block; }


/* ===== セクションタイトル ===== */
.cl-sec-title {
  background: linear-gradient(90deg,#1565C0 0%,#42A5F5 100%);
  color:#fff; text-align:center; font-size:15px; font-weight:bold; padding:9px 16px;
}

/* ===== メリット4つ ===== */
.cl-merits {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 10px;
  padding: 16px; background: #e3f2fd;
}
.cl-merit-card {
  background: #fff; border-radius: 14px; padding: 18px 10px 14px;
  text-align: center; box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  display: flex; flex-direction: column; align-items: center;
}
.cl-merit-num {
  display:flex; align-items:center; justify-content:center;
  background:#FF8F00; color:#fff;
  font-size:13px; font-weight:900; border-radius:50%;
  width:36px; height:36px; margin-bottom:10px; flex-shrink:0;
}
.cl-merit-num.green { background:#66BB6A; }
.cl-merit-num.blue  { background:#42A5F5; }
.cl-merit-title { font-size:16px; font-weight:900; color:#1a1a1a; margin-bottom:8px; line-height:1.4; }
.cl-merit-title .ma{ color:#F57F17; } .cl-merit-title .mb{ color:#1565C0; }
.cl-merit-icon { font-size:42px; margin:8px 0 10px; line-height:1; }
.cl-merit-desc {
  font-size:11px; color:#555; display:flex; align-items:center; justify-content:center; gap:5px; text-align:center;
  margin-top:auto; background:#f5f5f5; border-radius:8px; padding:6px 8px; width:100%;
}
.cl-merit-desc::before { content:"✔"; color:#4CAF50; flex-shrink:0; font-weight:bold; }

/* ===== 確認 & おすすめ ===== */
.cl-bottom { display:grid; grid-template-columns:1fr; gap:10px; padding:14px; background:#e3f2fd; }
.cl-check-box {
  background:#fff; border-radius:12px; padding:18px 24px; box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.cl-box-title {
  background: linear-gradient(90deg,#1565C0,#42A5F5); color:#fff;
  font-size:12px; font-weight:bold; padding:5px 10px; border-radius:6px; margin-bottom:10px; text-align:center;
}
.cl-check-list { list-style:none; padding:0; margin:0 0 14px; display:grid; grid-template-columns:1fr 1fr; gap:4px 24px; }
.cl-check-list li { font-size:12px; padding:2px 0; display:flex; align-items:center; gap:5px; }
.cl-check-list li::before { content:"✔"; color:#1565C0; font-size:12px; flex-shrink:0; }
.cl-warning {
  background:#FFF9C4; border-radius:8px; padding:8px; font-size:11px; line-height:1.6; color:#555;
}
.cl-warning .red{ color:#D32F2F; font-weight:bold; }
.cl-warning .org{ color:#E65100; font-weight:bold; }

/* ===== にこちゃんのおすすめ商品セクション ===== */
.niko-products-section { background:#fff; padding:0 0 20px; }
.niko-products-header {
  background: linear-gradient(135deg,#1565C0 0%,#42A5F5 100%);
  padding: 20px 16px; text-align:center; color:#fff;
}
.niko-products-header-inner { display:flex; align-items:center; justify-content:center; gap:16px; }
.niko-products-header img { width:80px; height:80px; object-fit:cover; border-radius:50%; border:3px solid rgba(255,255,255,0.8); flex-shrink:0; }
.niko-products-header h2 { font-size:26px; font-weight:900; text-shadow:2px 2px 6px rgba(0,0,0,0.3); letter-spacing:0.5px; }
.niko-title-line { display:inline; }

/* タブ */
.product-tabs { display:flex; overflow-x:auto; background:#e3f2fd; gap:4px; padding:8px; }
.product-tabs::-webkit-scrollbar { height:4px; }
.product-tabs::-webkit-scrollbar-thumb{ background:#90CAF9; border-radius:2px; }
.tab-btn {
  flex-shrink:0; background:#fff; border:2px solid #90CAF9; color:#1565C0;
  font-size:12px; font-weight:bold; padding:6px 14px; border-radius:20px;
  cursor:pointer; white-space:nowrap; transition:all 0.2s;
}
.tab-btn.active { background:#1565C0; color:#fff; border-color:#1565C0; }
.tab-btn:hover:not(.active){ background:#E3F2FD; }

/* 商品リスト */
.product-panels { padding: 12px 14px; }
.product-panel,
.product-panel[hidden] { display:none !important; }
.product-panel.active { display:block !important; }

/* にこちゃんコメント */
.niko-comment {
  display:flex; align-items:flex-start; gap:12px;
  background:#E8F5E9; border-radius:12px; padding:12px 14px; margin-bottom:14px;
}
.niko-comment img { width:52px; height:52px; object-fit:cover; border-radius:50%; border:2px solid #4CAF50; flex-shrink:0; }
.niko-comment-bubble {
  background:#fff; border-radius:10px; padding:10px 14px;
  font-size:12px; line-height:1.7; position:relative; flex:1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.niko-comment-bubble::before {
  content:''; position:absolute; left:-10px; top:14px;
  border:5px solid transparent; border-right-color:#fff;
}
.niko-comment-bubble strong { color:#2E7D32; }

/* 商品カード */
.product-card {
  background:#fff; border-radius:14px; padding:16px;
  margin-bottom:12px; box-shadow:0 3px 12px rgba(0,0,0,0.09);
  border-left: 4px solid #2196F3;
}
.product-card:nth-child(odd) { border-left-color: #42A5F5; }
.product-top { display:flex; gap:14px; align-items:flex-start; margin-bottom:10px; }
.product-img {
  width:80px; height:80px; object-fit:contain; border-radius:10px;
  background:#f5f5f5; flex-shrink:0; border:1px solid #e0e0e0;
}
.product-info { flex:1; }
.product-type-badge {
  display:inline-block; background:#E3F2FD; color:#1565C0;
  font-size:10px; font-weight:bold; padding:2px 8px; border-radius:10px; margin-bottom:4px;
}
.product-name { font-size:15px; font-weight:900; color:#1a1a1a; margin-bottom:4px; line-height:1.3; }
.product-specs {
  display:flex; flex-wrap:wrap; gap:6px; margin:8px 0;
}
.spec-tag {
  background:#F5F5F5; color:#555; font-size:10px;
  padding:3px 8px; border-radius:8px; font-weight:bold;
}
.product-point { font-size:12px; color:#444; line-height:1.7; margin:8px 0; }
.product-best-for {
  background:#E8F5E9; border-radius:8px; padding:8px 10px;
  font-size:11px; color:#2E7D32; margin:8px 0;
}
.product-best-for strong { display:block; margin-bottom:2px; }
.product-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.btn-official {
  display:inline-flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg,#1565C0,#42A5F5);
  color:#fff; font-size:13px; font-weight:bold;
  padding:0 18px; height:40px; min-width:110px;
  border-radius:20px; text-decoration:none; transition:opacity 0.2s;
  text-align:center; letter-spacing:0.3px; box-sizing:border-box;
}
.btn-official:hover{ opacity:0.85; }
.btn-amazon {
  display:inline-flex; align-items:center; justify-content:center; gap:3px;
  background:#fff; border:2px solid #FF9900;
  padding:0 14px; height:40px; min-width:110px;
  border-radius:20px; text-decoration:none;
  transition:opacity 0.2s,box-shadow 0.2s; box-shadow:0 1px 4px rgba(0,0,0,0.10);
  box-sizing:border-box;
}
.btn-amazon:hover{ opacity:0.88; box-shadow:0 3px 8px rgba(255,153,0,0.3); }
.btn-amazon img { display:block; flex-shrink:0; }
.btn-amazon .btn-amazon-sub {
  font-size:11px; font-weight:bold; color:#FF9900; white-space:nowrap; flex-shrink:0;
}
.btn-rakuten {
  display:inline-flex; align-items:center; justify-content:center; gap:4px;
  background:#fff; border:2px solid #BF0000;
  padding:0 14px; height:40px; min-width:110px;
  border-radius:20px; text-decoration:none;
  transition:opacity 0.2s,box-shadow 0.2s; box-shadow:0 1px 4px rgba(0,0,0,0.10);
  box-sizing:border-box;
}
.btn-rakuten:hover{ opacity:0.88; box-shadow:0 3px 8px rgba(191,0,0,0.3); }
.btn-rakuten img { display:block; flex-shrink:0; }
.btn-rakuten .btn-rakuten-sub {
  font-size:11px; font-weight:bold; color:#BF0000; white-space:nowrap; flex-shrink:0;
}

/* ===== CTA ===== */
.cl-cta { background: linear-gradient(135deg,#e3f2fd 0%,#f0f8ff 100%); padding:20px 16px; text-align:center; }
.cl-cta-label { font-size:15px; font-weight:900; color:#1a1a1a; margin-bottom:14px; }
.cl-cta-label::before,.cl-cta-label::after{ content:" ／ "; color:#888; }
.cl-cta-buttons { display:grid; grid-template-columns:1fr 1fr; gap:12px; max-width:460px; margin:0 auto; }
.cl-btn {
  display:block; padding:14px 10px; border-radius:10px; text-decoration:none;
  font-size:14px; font-weight:bold; color:#fff; text-align:center;
  transition:opacity 0.2s,transform 0.1s; box-shadow:0 4px 12px rgba(0,0,0,0.2);
}
.cl-btn:hover{ opacity:0.88; transform:translateY(-2px); }
.cl-btn-amazon{ background: linear-gradient(135deg,#FF8F00 0%,#FFA000 100%); }
.cl-btn-amazon .brand{ font-size:18px; font-style:italic; font-weight:900; letter-spacing:-0.5px; }
.cl-btn-amazon .btn-sub{ font-size:10px; font-weight:normal; opacity:0.9; display:block; margin-top:2px; }
.cl-btn-rakuten{ background: linear-gradient(135deg,#CC0000 0%,#E53935 100%); }
.cl-btn-rakuten .brand{ font-size:17px; font-weight:900; }
.cl-btn-rakuten .btn-sub{ font-size:10px; font-weight:normal; opacity:0.9; display:block; margin-top:2px; }

/* ===== フッター注記 ===== */
.cl-footer-note {
  background:#fff; border-top:3px solid #2196F3; padding:10px 16px;
  font-size:11px; color:#666; display:flex; align-items:flex-start; gap:6px;
}
.cl-footer-note::before {
  content:"ℹ"; background:#2196F3; color:#fff; border-radius:50%;
  width:18px; height:18px; display:flex; align-items:center; justify-content:center;
  font-size:11px; flex-shrink:0; margin-top:1px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .cl-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .cl-hero {
    padding: 24px 16px 18px;
  }

  .cl-hero-badge {
    font-size: 13px;
    padding: 6px 18px;
    margin-bottom: 12px;
  }

  .cl-hero h1 {
    font-size: 30px;
    line-height: 1.28;
    margin-bottom: 14px;
  }

  .cl-hero-sub {
    max-width: 520px;
    font-size: 13px;
    text-align: center;
  }

  .niko-hero {
    max-width: 560px;
    margin: 12px auto;
    padding: 14px 16px;
  }

  .niko-hero img {
    width: 84px;
    height: 84px;
  }

  .cl-merits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
  }

  .cl-merit-card {
    padding: 14px 10px 12px;
  }

  .cl-merit-title {
    font-size: 14px;
  }

  .cl-check-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .niko-products-header {
    padding: 18px 14px;
  }

  .niko-products-header-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .niko-products-header img {
    width: 72px;
    height: 72px;
  }

  .niko-products-header h2 {
    font-size: 23px;
    line-height: 1.32;
  }

  .niko-title-line {
    display: block;
  }

  .product-tabs {
    gap: 6px;
    padding: 10px 12px;
  }

  .tab-btn {
    font-size: 12px;
    padding: 7px 13px;
  }

  .product-panels {
    padding: 12px;
  }

  .niko-comment {
    gap: 10px;
    padding: 10px 12px;
  }

  .niko-comment img {
    width: 46px;
    height: 46px;
  }

  .product-card {
    padding: 14px;
    border-radius: 16px;
  }

  .product-top {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .product-img {
    width: min(180px, 70vw);
    max-width: 180px;
    height: 128px;
    margin: 0 auto;
  }

  .product-info {
    width: 100%;
  }

  .product-name {
    font-size: 18px;
    line-height: 1.4;
  }

  .product-maker {
    display: table;
    margin: 7px auto 0;
  }

  .product-specs {
    justify-content: center;
    gap: 6px;
  }

  .product-best-for {
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    padding: 10px 12px;
  }

  .product-actions {
    flex-direction: column;
    align-items: center;
    gap: 9px;
  }

  .btn-official,
  .btn-amazon,
  .btn-rakuten {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    height: 44px;
  }

  .cl-cta {
    padding: 20px 14px;
  }

  .cl-cta-buttons {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .cl-bottom,
  .cl-operator-section,
  .cl-contact-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cl-operator-card,
  .cl-contact-form {
    padding: 18px 16px;
  }
}

@media (max-width: 480px) {
  .cl-hero {
    padding: 20px 14px 16px;
  }

  .cl-hero h1 {
    font-size: 25px;
    line-height: 1.32;
  }

  .cl-hero-sub {
    font-size: 12px;
    line-height: 1.75;
  }

  .niko-hero {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 14px 12px;
  }

  .niko-bubble {
    font-size: 12px;
    padding: 11px 12px;
  }

  .niko-bubble::before {
    display: none;
  }

  .cl-merits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 10px;
  }

  .cl-merit-card {
    min-height: 210px;
    padding: 12px 6px 10px;
    border-radius: 13px;
  }

  .cl-merit-num {
    width: 34px;
    height: 34px;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .cl-merit-title {
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 7px;
  }

  .cl-merit-icon {
    font-size: 36px;
    margin: 6px 0 9px;
  }

  .cl-merit-desc {
    min-height: 34px;
    padding: 6px 6px;
    font-size: 10px;
    line-height: 1.35;
    border-radius: 8px;
  }

  .cl-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .niko-products-header h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  .product-tabs {
    padding: 9px 10px;
  }

  .tab-btn {
    font-size: 11px;
    padding: 7px 11px;
  }

  .product-panels {
    padding: 10px;
  }

  .niko-comment {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .niko-comment-bubble {
    font-size: 11px;
    text-align: left;
  }

  .niko-comment-bubble::before {
    display: none;
  }

  .product-card {
    padding: 12px;
    margin-bottom: 12px;
  }

  .product-img {
    width: min(156px, 66vw);
    max-width: 156px;
    height: 112px;
  }

  .product-name {
    font-size: 16px;
  }

  .product-type-badge,
  .spec-tag,
  .product-maker {
    font-size: 10px;
  }

  .product-specs {
    gap: 5px;
  }

  .product-actions {
    margin-top: 12px;
  }

  .btn-official,
  .btn-amazon,
  .btn-rakuten,
  .cl-btn,
  .cl-form-submit {
    max-width: 300px;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-approval {
    text-align: center;
    font-size: 9px;
  }

  .cl-cta-label {
    font-size: 14px;
  }

  .cl-note-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .cl-operator-note-btn-new {
    width: 100%;
    max-width: 320px;
    padding: 13px 16px;
  }

  .cl-contact-heading,
  .cl-operator-heading {
    font-size: 18px;
  }
}

/* ===== 運営者情報・プライバシーポリシー ===== */
.cl-operator-section {
  background: #f0f8ff;
  padding: 28px 20px 32px;
}
.cl-operator-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
}
.cl-operator-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.cl-operator-card:last-child { margin-bottom: 0; }
.cl-operator-card-title {
  font-size: 15px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.cl-operator-card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.cl-ref-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.cl-ref-list li {
  font-size: 13px;
  color: #555;
  padding: 4px 0;
  border-bottom: 1px dashed #e0e0e0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cl-ref-list li::before {
  content: "📄";
  font-size: 12px;
  flex-shrink: 0;
}

.cl-ref-bottom {
  background: #fff;
  padding: 18px 20px 24px;
  border-top: 1px solid #e0e0e0;
}
.cl-ref-bottom-title {
  font-size: 14px;
  font-weight: 900;
  color: #333;
  margin-bottom: 14px;
}

/* ===== お問い合わせ ===== */
.cl-contact-section {
  background: linear-gradient(135deg, #e8f4fd 0%, #f0f8ff 100%);
  padding: 32px 20px 36px;
  border-top: 3px solid #2196F3;
}
.cl-contact-heading {
  font-size: 22px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-align: center;
}
.cl-contact-desc {
  font-size: 13px;
  color: #555;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.7;
}
.cl-contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.09);
  max-width: 560px;
  margin: 0 auto;
}
.cl-form-group {
  margin-bottom: 18px;
}
.cl-form-label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.cl-form-label .required {
  display: inline-block;
  background: #E53935;
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
  font-weight: bold;
}
.cl-form-input,
.cl-form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #fafafa;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  box-sizing: border-box;
}
.cl-form-input:focus,
.cl-form-textarea:focus {
  border-color: #2196F3;
  background: #fff;
}
.cl-form-textarea {
  height: 130px;
  resize: vertical;
}
.cl-form-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #FF8F00, #FFA000);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255,143,0,0.35);
  transition: opacity 0.2s, transform 0.1s;
  letter-spacing: 0.5px;
}
.cl-form-submit:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.cl-form-submit:disabled {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}
.cl-form-note {
  text-align: center;
  font-size: 11px;
  color: #999;
  margin-top: 12px;
  line-height: 1.6;
}

.form-status {
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 16px;
  padding: 10px 12px;
  text-align: center;
}

.form-status.info {
  background: #E3F2FD;
  color: #1565C0;
}
.form-status.success {
  background: #E8F5E9;
  color: #2E7D32;
}
.form-status.error {
  background: #FFEBEE;
  color: #C62828;
}
.cl-hp-field {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.cl-privacy-lead {
  font-size: 13px;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.7;
}
.cl-privacy-item {
  border-left: 3px solid #2196F3;
  padding: 8px 0 8px 14px;
  margin-bottom: 14px;
}
.cl-privacy-item:last-child { margin-bottom: 0; }
.cl-privacy-item h4 {
  font-size: 13px;
  font-weight: 900;
  color: #1565C0;
  margin-bottom: 5px;
}
.cl-privacy-item p {
  font-size: 12px;
  color: #555;
  line-height: 1.75;
}

.cl-privacy-lead {
  font-size: 13px; color: #555; margin-bottom: 14px; line-height: 1.7;
}
.cl-privacy-item {
  border-left: 3px solid #2196F3;
  padding: 8px 0 8px 14px;
  margin-bottom: 14px;
}
.cl-privacy-item:last-child { margin-bottom: 0; }
.cl-privacy-item h4 {
  font-size: 13px; font-weight: 900; color: #1565C0; margin-bottom: 5px;
}
.cl-privacy-item p {
  font-size: 12px; color: #555; line-height: 1.75;
}

.cl-note-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}
.cl-operator-note-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  background: linear-gradient(135deg, #1565C0, #42A5F5);
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(21,101,192,0.35);
  transition: opacity 0.2s, transform 0.15s;
  flex: 1;
  max-width: 380px;
}
.cl-operator-note-btn-new:hover {
  opacity: 0.88;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(21,101,192,0.4);
}
.cl-note-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 3px;
  text-align: center;
}
.cl-note-label {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1.25;
}
.cl-note-sub {
  font-size: 12px;
  opacity: 0.85;
  font-weight: normal;
  line-height: 1.45;
}
.cl-note-niko {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #2196F3;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.spec-tag:has-text { background: #F5F5F5; }

.spec-tag.si-hy {
  background: #E3F2FD;
  color: #1565C0;
  font-weight: 900;
  border: 1px solid #90CAF9;
}
.spec-tag.hy {
  background: #F3E5F5;
  color: #6A1B9A;
  font-weight: 900;
  border: 1px solid #CE93D8;
}

.product-approval {
  font-size: 10px; color: #aaa; margin-top: 10px; padding-top: 8px;
  border-top: 1px solid #f0f0f0; text-align: right; line-height: 1.5;
}

.product-maker {
  display: inline-block; font-size: 10px; color: #888; font-weight: 600;
  background: #f5f5f5; border: 1px solid #ddd; padding: 2px 8px;
  border-radius: 8px; margin-left: 8px; vertical-align: middle; white-space: nowrap;
}

@media (max-width: 768px) {
  .cl-operator-note-btn-new {
    width: min(100%, 420px);
    max-width: 420px;
    min-height: 86px;
    padding: 18px 24px;
  }

  .cl-note-label {
    font-size: 22px;
  }

  .cl-note-sub {
    font-size: 13px;
  }

}

@media (max-width: 480px) {
  .cl-operator-note-btn-new {
    width: 100%;
    max-width: 350px;
    min-height: 92px;
    padding: 18px;
    border-radius: 18px;
  }

  .cl-note-label {
    font-size: 21px;
  }

  .cl-note-sub {
    font-size: 12px;
  }

}
