/* スペック表示専用のラッパー　インテリア用 */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 18px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
}

.spec-table th,
.spec-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    text-align: left;
    line-height: 1.6;
}

.spec-table th {
    background-color: #fafafa;
    font-weight: 700;
    color: #333;
    width: 30%;
    white-space: nowrap;
    font-family: inherit;
}

.spec-table td {
    font-weight: 400;
    color: #444;
    font-family: inherit;
}

.product-name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 8px;
    letter-spacing: 0.05em;
    font-family: inherit;
}

@media (max-width: 480px) {
    .spec-table {
        font-size: 13px;
    }
    .spec-table th,
    .spec-table td {
        padding: 8px 10px;
    }
}


/* スペック表示専用のラッパー　テ－ブルウェア */
.align-top {
    align-self: flex-start;
}

.spec2-wrap {
    width: 100%;
    max-width: 480px;
}

.spec2-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    table-layout: fixed;
}

.spec2-table th,
.spec2-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    text-align: left;
    line-height: 1.0;
    vertical-align: top;
}

.spec2-table th {
    background-color: #fafafa;
    font-weight: 700;
    color: #333;
    width: 110px;
    white-space: nowrap;
}

.spec2-table td {
    font-weight: 400;
    color: #444;
}

.spec2-note {
    margin: 15px 0;
    font-size: 12px;
}

.spec2-note-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 13px;
    color: #333;
}

.spec2-note-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.spec2-note-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 6px;
    line-height: 1.0;
    color: #444;
}

.spec2-note-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.spec2-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}

.spec2-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}

.spec2-icons {
    display: flex;
    gap: 20px;
    margin: 10px 0 18px;
    flex-wrap: wrap;
}
