
    body { margin:0; font-family:'Noto Sans JP','Hiragino Sans',sans-serif; line-height:1.9; color:#333; background:#fdfdfd; }
    h1,h2,h3,h4 { font-family:'Noto Serif JP',serif; color:#222; }
    h2.section { border-left:6px solid #cdb98a; padding-left:12px; margin:30px 0 20px; font-size:1.8rem; }
    p.lead { font-size:1.2rem; color:#555; }
    .wrap { max-width:1100px; margin:auto; padding:20px; margin-top:40px; margin-bottom:20px; }
    a.btn { display:inline-block; background:#d9c8a0; color:#333; text-decoration:none; padding:12px 28px; border-radius:40px; font-weight:bold; margin-top:20px; }
    a.btn:hover { background:#c2af83; }
    .hero { background:url('https://d2w53g1q050m78.cloudfront.net/colovanyjp/uploads/img/sptop.png') center/cover no-repeat; color:white; text-align:center; position:relative;min-height:360px; }
@media (min-width: 906px) {
    .hero {width:auto;height:360px; background:url('https://d2w53g1q050m78.cloudfront.net/colovanyjp/uploads/img/top1.png') center/cover no-repeat; color:white; text-align:center;  position:relative; padding:40px 0;}      
     }

    .hero::after { content:''; position:absolute; inset:0; background:rgba(0,0,0,0.06); }
    .hero-content { position:relative; z-index:2; }
    .hero h1 { font-size:2.4rem; margin-top:0;margin-bottom:1rem; color:#fff; text-shadow: 2px 2px 4px #000;}
    .hero p { font-size:1.2rem; margin-bottom:1.2rem; text-shadow: 1px 1px 2px #111;}
    .badges { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-top:8px; }
    .badge { background:#fff; color:#333; border-radius:999px; padding:6px 14px; font-size:.9rem; box-shadow:0 1px 4px rgba(0,0,0,.08); }
    .grid { display:grid; gap:30px; }
    .cols-2 { grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); }
    .cols-3 { grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); }
    .card { background:#fff; border-radius:12px; padding:26px; box-shadow:0 2px 8px rgba(0,0,0,0.08); }
 .media{
  background: transparent;
  border-radius: 12px;       
  overflow: visible;       

}


.media-img{
  display: block;
  width: 100%;
  height: auto;               
  object-fit: contain;       
  background: transparent;  
}


    table.compare { width:100%; border-collapse:collapse; margin-top:12px; }
    table.compare th, table.compare td { border-bottom:1px solid #e5e2da; padding:8px; text-align:left; font-size:0.95rem; }
    table.compare th { width:35%; background:#faf7f1; }
    details { margin-top:12px; background:#f7f5ef; padding:12px 16px; border-radius:8px; }
    footer.ex { background:#f5f1e6; color:#555; text-align:center; padding:48px 20px; margin-top:80px; }
    .note { font-size:.9rem; color:#666; }
    .center { text-align:center; }
	.nobutton{pointer-events: none;}
    .placeholder-illustration { width:100%; height:220px; background:repeating-linear-gradient(45deg,#f2efe6,#f2efe6 12px,#ece7da 12px,#ece7da 24px); border:1px dashed #cdb98a; border-radius:10px; display:flex; align-items:center; justify-content:center; color:#8a7b5a; font-size:.95rem; }
	.ion img{width:350px;}
	@media (max-width:768px) { .hero h1{font-size:1.5rem;text-shadow: 1px 1px 2px #000;} .hero p{font-size:1.05rem;} }
    .card img{width:100%}
    .bg_color{background:#f7f5ef}
    #data {
      background: #f7f5ef;
      padding: 60px 20px;
    }
    #data .lead {
      font-size: 1.2rem;
      color: #555;
      margin-bottom: 20px;
    }
    #data table.compare {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    #data table.compare th,
    #data table.compare td {
      border-bottom: 1px solid #e5e2da;
      padding: 10px 12px;
      text-align: left;
      font-size: 0.95rem;
    }
    #data table.compare th {
      background: #faf7f1;
      font-weight: bold;
      color: #333;
    }
    #data table.compare tr:last-child td {
      border-bottom: none;
    }
    #data .subtle {
      font-size: 0.85rem;
      color: #777;
      margin-top: 12px;
    }
    .class{
      width:150px;
    }

    .reasons {
    background: #faf7f1;
  }

  .reasons-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  @media (max-width: 1200px) {
    .reasons-grid {
      grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
  }
  @media (max-width: 768px) {
    .reasons-grid {
      grid-template-columns: repeat(1, minmax(260px, 1fr));
    }
  }

  .reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .reason-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .reason-card p {
    margin: 0;
    font-size: .95rem;
    color: #444;
  }

  .coming{
    color:#699EFC;
    font-size:16px;
  }


  .faq { background: #faf7f1; }
  .faq-note {
    font-size: 0.95rem;
    color: #665;
    background: #f2ede2;
    padding: 10px 12px;
    border-left: 4px solid #cdb98a;
    border-radius: 6px;
    margin: 8px 0 18px;
  }
  .faq-list { display: grid; gap: 14px; }
  .faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding: 0;
    overflow: hidden;
    border: 1px solid #efe8d8;
  }
  .faq-item[open] { box-shadow: 0 3px 14px rgba(0,0,0,0.07); }

  .faq-q {
    cursor: pointer;
    list-style: none;
    padding: 16px 18px;
    font-weight: 700;
    position: relative;
  }
  .faq-q::marker { content: ""; }
  .faq-q::after {
    content: "＋";
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 700;
    opacity: .6;
  }
  .faq-item[open] > .faq-q::after { content: "－"; }

  .faq-a {
    border-top: 1px solid #f1ebdf;
    padding: 14px 16px 18px;
    background: #fffdf8;
  }


  .answer-edit {
    min-height: 64px;
    line-height: 1.9;
    outline: none;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px dashed #d9c8a0;
    background: #fffefb;
    transition: box-shadow .15s ease, background .15s ease, border-color .15s ease;
  }
  .answer-edit:focus {
    border-color: #cdb98a;
    box-shadow: 0 0 0 3px rgba(205,185,138,0.2);
    background: #fff;
  }





  @media (max-width: 768px) {
    .faq-q { padding: 14px 14px; }
    .faq-a { padding: 12px 14px 16px; }
  }

  .key{border-left: none!important;}
