@charset "shift_jis";

/* ヘッダー */
.site-header {
    background-color: #3F1624;
    padding: 4px 8px;
}

.site-header img {
    display: block;
    margin: 0 auto;
}

.site-certify {
    text-align: right;
    color: #fff;
    padding: 4px 8px;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}

.site-netis {
    display: flex;
    justify-content: flex-end;
    padding: 4px 8px;
    background: #fff;
    font-size: 13px;
    border: 1px solid;
}

/* ナビゲーション */
.site-nav {
    padding: 4px 0;
    line-height: 25px;
}

/* メインコンテンツ */
main {
    width: 960px;
    margin-top: 1em;
}

/* イントロセクション */
.intro-section {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 5px;
    margin-bottom: 20px;
}

.intro-section img {
    flex-shrink: 0;
}

.intro-lead {
    font-size: 11pt;
}

.intro-lead span {
    color: #0063C6;
    font-size: 13pt;
    font-weight: bold;
}

.intro-bullets {
    margin-top: 10px;
    font-size: 11pt;
}

.intro-bullets span {
    color: #800000;
}

/* セクション見出し */
.section-heading {
    background-color: #008000;
    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    margin: 0 0 1em;
}

.section-heading a {
    color: #fff;
    text-decoration: none;
}

/* 構造と特長 */
.img-center {
    margin: 12px auto;
    width: fit-content;
}

.feature-block {
    margin-bottom: 20px;
}

.feature-label {
    background: #e6f5e0;
    border: 1px solid #939f8d;
    border-left: 4px solid #008000;
    padding: 4px 12px;
    color: #333;
    margin: 6px 0;
}

.feature-body {
    line-height: 1.7;
}

.feature-sub-title {
    font-weight: normal;
    margin: 6px 0 4px;
}

.feature-sub-list {
    margin: 0 0 0 2%;
    padding: 0;
    list-style: none;
}

.feature-sub-list li::before {
    content: "●";
    margin-right: 4px;
}

.tokuchou-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tokuchou-list>li {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
    line-height: 1.7;
}

.tokuchou-list>li .num {
    flex-shrink: 0;
    min-width: 1.5em;
}

.assen-list {
    margin: 4px 0 0 2%;
    padding: 0;
    list-style: none;
}

.assen-list li::before {
    content: "●";
    margin-right: 4px;
}

.note-list {
    margin: 4px 0 0 1em;
    padding: 0;
    list-style: none;
    font-size: 10pt;
}

.note-list li {
    display: flex;
    gap: 4px;
}

/* ▲Top リンク */
.top-link {
    text-align: right;
    margin: 2em 0 5px;
}


/* 規格一覧表 */
.spec-table-wrap {
    overflow-x: auto;
    margin-bottom: 12px;
}

table.kikaku {
    border-top: 1px solid #939f8d;
    border-left: 1px solid #939f8d;
    background: #fff;
    font-size: 13px;
    width: 650px;
    margin: auto;
}

table.kikaku th,
table.kikaku td {
    border-right: 1px solid #939f8d;
    border-bottom: 1px solid #939f8d;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

table.kikaku th {
    background-color: #e6fbe3;
    color: #006600;
    font-weight: normal;
}

table.kikaku td {
    color: #333;
}

.spec-note {
    width: 650px;
    font-size: 0.8em;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    line-height: 23px;
}

/* 施工手順 */
.sekou-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    gap: 2em;
    width: 95%;
    margin: 0 auto;
}

.sekou-step {
    flex: 1 0 33%;
    line-height: 1.6;
}

.sekou-step-title {
    color: #C46200;
    font-weight: bold;
    display: block;
}

.sekou-step img {
    display: block;
    margin: 0 auto 4px;
}

/* フッターナビ */
.footer-nav {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-top: 3rem;
}

.footer-nav a {
    color: #00c;
}


/* ========================================
   スマホ対応 (768px以下)
   ======================================== */
@media screen and (max-width: 768px) {

    /* メインコンテンツ：固定幅を解除して全幅に */
    main {
        width: 100%;
        margin-top: 0.5em;
        box-sizing: border-box;
        padding: 0px;
    }

    /* ヘッダー：ロゴが見切れないよう調整 */
    .site-header img {
        max-width: 100%;
        height: auto;
    }

    /* 認証・NETISバー：小さい画面でも折り返す */
    .site-certify {
        font-size: 11px;
        line-height: 1.6;
        text-align: center;
    }

    .site-netis {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 11px;
        gap: 4px;
    }

    /* ナビゲーション：文字サイズ調整 */
    .site-nav {
        font-size: 12px;
        line-height: 2;
        padding: 4px 8px;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* イントロセクション：縦並びに変更 */
    .intro-section {
        flex-direction: column;
        align-items: center;
        padding: 8px;
        gap: 8px;
    }

    .intro-section img {
        max-width: 100%;
        height: auto;
    }

    .intro-lead {
        font-size: 14px;
        width: 100%;
    }

    .intro-bullets {
        font-size: 14px;
    }

    /* セクション見出し */
    .section-heading {
        padding: 6px 8px;
    }

    /* 構造画像：はみ出し防止 */
    .img-center {
        width: 100%;
        text-align: center;
    }

    .img-center img {
        max-width: 100%;
        height: auto;
    }

    /* 特長ブロック */
    .feature-label {
        font-size: 13px;
    }

    .feature-body {
        font-size: 14px;
        padding: 4px 4% 0 4%;
    }

    /* 規格一覧表：横スクロールで対応 */
    .spec-table-wrap,
    table.kikaku {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table.kikaku {
        font-size: 12px;
    }

    table.kikaku th,
    table.kikaku td {
        padding: 4px;
        line-height: 1.4;
    }

    .spec-note {
        font-size: 0.75em;
        text-align: left;
        max-width: 100%;
    }

    /* 施工手順 */
    .sekou-flex {
        align-items: flex-start;
        width: 100%;
        gap: 1.5em;
    }
    .sekou-step {
        flex: 1 0 100%;
    }
    .sekou-step img {
        max-width: 100%;
        height: auto;
    }

    .sekou-step-title {
        font-size: 13pt;
        min-height: auto;
        margin-bottom: 4px;
    }

    /* フッターナビ：縦並びに変更 */
    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        font-size: 13px;
    }

    /* ▲Topリンク */
    .top-link {
        font-size: 12px;
    }

    /* 画像全般：はみ出し防止 */
    img {
        max-width: 100%;
        height: auto;
    }
}