 /* ジョイントカーテン */

 /* フォント */
.cc_font{
	font-family: "游ゴシック", "Yu Gothic","游ゴシック体","YuGothic","Courier","Courier New","monospace","sans-serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic" ;
}
.p_m10{
margin-bottom: 10px;
}
.p_m20{
margin-bottom: 20px;
}

/* 目次（TOC）のデザイン */
.toc-container {
            max-width: 700px;
            margin: 60px auto 0;
            background-color: #fff;
            border: 2px dashed #767061;
            border-radius: 10px;
            padding: 30px 40px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.03);
            position: relative;
}
.toc-title {
            text-align: center;
            font-size: 1.4em;
            color: #767061;
            margin-top: 0;
            margin-bottom: 20px;
            font-weight: bold;
            letter-spacing: 2px;
            border-bottom: 1px solid #e3dcd1;
            padding-bottom: 10px;
}
.toc-list {
            list-style: none;
            padding: 0;
            margin: 0;
}
        .toc-list p {
            margin-bottom: 10px;
}
.toc-list a {
	        text-decoration: none;
            color: #4a453f;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 20px;
            background-color: #fcfbf8;
            border-radius: 5px;
            transition: all 0.3s ease;
            border-left: 5px solid #e3dcd1;
            font-weight: bold;
	    
}
.toc-list a:hover {
            background-color: #fae6e3;
            border-left-color:  #dca2a4;
            color:  #dca2a4;
            transform: translateX(5px);
}
.toc-list a::after {
            content: "▼";
            font-size: 0.8em;
            color: #e3dcd1;
}

/* 共通 */
.jo_h2 {
            text-align: center;
            font-size: 1.6em;
            margin: 0 auto 50px;
            color: #fff;
            max-width: max-content;
            position: relative;
            background: #767061;
            box-shadow: 0px 0px 0px 5px #767061;
            border: dashed 2px white;
            padding: 0.2em 0.5em;
}

/* 3つのジョイント仕様 */
.style-grid {
            display: flex;
            gap: 25px;
            flex-wrap: wrap;
 }
.style-card {
            background: #fff;
            flex: 1;
            min-width: 280px;
            padding: 25px;
            border: 2px solid #e3dcd1;
            position: relative;
}
 .style-card::before {
            content: "";
            position: absolute;
            top: 5px; left: 5px; right: 5px; bottom: 5px;
            border: 1px dashed #e3dcd1;
            pointer-events: none;
}
.style-card h3 {
            color: #767061;
            text-align: center;
            font-size: 1.3em;
            margin-top: 5px;
}

 /* ポイント */
.point-box {
            background-color: #fff;
            border: 2px solid #dca2a4;
            border-radius: 8px;
            padding: 35px 20px 20px;
            margin: 50px auto 0;
            max-width: 800px;
            position: relative;
            box-shadow: 0 5px 15px rgba(220, 162, 164, 0.15);
            text-align: center;
 }
.point-box-title {
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #dca2a4;
            color: #fff;
            padding: 5px 25px;
            border-radius: 30px;
            font-weight: bold;
            font-size: 1.1em;
            letter-spacing: 1px;
            box-shadow: 0 3px 0 #c48b8d;
            white-space: nowrap;
}
.point-box p {
            margin: 0;
            font-weight: bold;
            color: #5a504a;
            line-height: 1.9;
}

/* ポイントカラム */
.cc_flex{
	margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
}
.cc_box1 {
   width: 45%;
}
.cc_box2 {
　　width: 55%; 
}
@media screen and (max-width: 767px) {
.cc_flex{
    flex-direction: column;
  }
.cc_box1 {
  width: 100%;
}
.cc_box2 {
  width: 100%;
}
}

/* コーディネート */
.gallery-grid {
            gap: 30px;
}
.gallery-item {
            background: #fff;
            padding: 50px 25px 30px;
            border-radius: 10px;
            text-align: center;
            border: 2px solid #e3dcd1;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            position: relative;
}
.gallery-item::after {
            content: "";
            position: absolute;
            top: 10px; left: 10px; right: 10px; bottom: 10px;
            border: 1px solid #e3dcd1;
            border-radius: 10px;
            pointer-events: none;
}
.gallery-item h3 {
            color: #767061;
            border-bottom: 1px solid #4a453f;
            display: inline-block;
            padding-bottom: 5px;
}
.color-palette {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin: 20px 0;
 }
        .color-box {
            width: 30px; height: 30px;
            border: 1px solid #ddd;
}

/* 機能表 */
.jo_table{
	overflow-x: scroll;
}
table {
	        width: 100%;
            border-collapse: collapse;
	        white-space: nowrap;
            background: #fff;
            margin-bottom: 20px;
            border: 2px solid #e3dcd1;
 }
th, td {
            border: 1px dashed #e3dcd1;
            padding: 15px;
            text-align: center;
        }
th { background-color: #f4f1eb; }
 .notes {
            font-size: 0.85em;
            background: #fff;
            padding: 15px;
            border: 1px solid #e3dcd1;
 }

/* CTA */
 .btn-cta {
            display: inline-block;
            background-color: #dca2a4;
            color: #fff;
            padding: 5px 20px;
            border-radius: 40px;
            font-weight: bold;
            font-size: 1.1em;
            text-align: center;
            box-shadow: 0 4px 0 #c48b8d;
            transition: all 0.2s;
        }
        .btn-cta:hover {
            transform: translateY(2px);
            box-shadow: 0 2px 0 #c48b8d;
        }
