@charset "UTF-8";

/*
    リセット
    テンプレート共通領域へ影響しないよう、案件ラッパー内だけを対象にする
*/

/* 元データの body 余白リセットを、この案件ラッパーが直下にあるページだけへ限定する */
body:has(> .lixil-2026) {
    margin: 0;
}

.lixil-2026 *,
.lixil-2026 *::before,
.lixil-2026 *::after {
    box-sizing: border-box;
}

.lixil-2026 {
    margin: 0;
}

.lixil-2026 h1,
.lixil-2026 h2,
.lixil-2026 h3,
.lixil-2026 h4,
.lixil-2026 h5,
.lixil-2026 h6,
.lixil-2026 p,
.lixil-2026 figure,
.lixil-2026 blockquote,
.lixil-2026 dl,
.lixil-2026 dd {
    margin: 0;
}

.lixil-2026 h1,
.lixil-2026 h2,
.lixil-2026 h3,
.lixil-2026 h4,
.lixil-2026 h5,
.lixil-2026 h6 {
    font-size: inherit;
    font-weight: inherit;
}

.lixil-2026 ul,
.lixil-2026 ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lixil-2026 img,
.lixil-2026 picture,
.lixil-2026 video,
.lixil-2026 iframe,
.lixil-2026 svg {
    display: block;
    max-width: 100%;
}

.lixil-2026 img,
.lixil-2026 video {
    height: auto;
}

.lixil-2026 a {
    color: inherit;
    text-decoration: none;
}

.lixil-2026 button {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

/* フォーカスリングは消さない（docs/accessibility.md 2.4.7） */
.lixil-2026 :focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
