/* ------------------------------------------------
    ページヘッダー
--------------------------------------------------- */
body article.maintenance .page-header .page-title,
body article.home-care .page-header .page-title,
body article.after-service .page-header .page-title {
    margin-bottom: 50px;
}

/* body article.maintenance .page-header .page-title span,
body article.home-care .page-header .page-title span,
body article.after-service .page-header .page-title span {
    display: block;
} */

/* ------------------------------------------------
    ページセクション
--------------------------------------------------- */
body article.maintenance section p.text,
body article.maintenance section .box_maintenance .box,
body article.home-care section p.text,
body article.after-service section p.text {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

/* ------------------------------------------------
    ボタン
--------------------------------------------------- */
body article.maintenance section .btn-link a,
body article.home-care section .btn-link a,
body article.after-service section .btn-link a {
    width: fit-content;
    padding: 8px 16px;
    display: block;
    border: 1px solid #bfbfbf;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color: #74706a;
    border-radius: 0px;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

body article.home-care section .btn-link.download a,
body article.home-care section .btn-link.customer−support a,
body article.after-service section .btn-link.customer−support a {
    width: 280px;
    margin: 0 auto;
}

body article.home-care section .btn-link.customer−support a,
body article.after-service section .btn-link.customer−support a {
    color: #ffffff;
    background-color: #666666;
}

body article.home-care section .btn-link.download {
    margin-top: 26px;
}

body article.maintenance section .btn-link a:hover,
body article.home-care section .btn-link a:hover,
body article.after-service section .btn-link a:hover {
    border: 1px solid #bfbfbf;
    background-color: #bfbfbf;
}

/* ------------------------------------------------
    maintenance
--------------------------------------------------- */
/*  下層ページ　リンクエリア */
body article.maintenance section .box_maintenance .box>* {
    margin-bottom: 26px;
}
body article.maintenance section .box_maintenance .title {
    font-size: 16px;
    font-weight: bold;
}

/* ------------------------------------------------
    home care
--------------------------------------------------- */
/* Video */
body article.home-care section .video,
body article.home-care section .image {
    text-align: center;
    margin-top: 26px;
}
/* section block */
body article.home-care section .sec-block {
    padding: 36px 0;
    border-bottom: 1px solid #a9a6a3;
}

body article.home-care section .sec-block:last-child {
    padding: 36px 0 0 0;
    border-bottom: none;
}

body article.home-care section .sec-block h3 {
    margin-bottom: 26px;
    font-family: "caslon-book";
    font-size: 28px;
    text-align: center;
}

/* お手入れ方法について */
body article.home-care section dl.tech {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    max-width: 750px;
}

body article.home-care section dl.tech dt {
    font-weight: bold;
    margin-bottom: 4px;
}

/* ------------------------------------------------
    after service
--------------------------------------------------- */
/* section block */
body article.after-service section .sec-block {
    padding: 36px 0;
}

body article.after-service section .sec-block:first-child {
    padding: 0 0 36px 0;
}

body article.after-service section .sec-block:last-child {
    padding: 0;
}

body article.after-service section .sec-block h3 {
    margin-bottom: 26px;
    font-family: "caslon-book";
    font-size: 28px;
    text-align: center;
}

body article.after-service section .sec-block h3 small {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

/* お問い合わせ */
body article.after-service section .contact-block {
    width: 750px;
    margin: 0 auto;
}

body article.after-service section .contact-block .flex {
    justify-content: space-around;
    align-items: center;
}

body article.after-service section .sec-block:first-child .flex {
    margin-top: 36px;
}

/* よくある質問 */
body article.after-service section .qa-block {
    border-top: 1px solid #a9a6a3;
}

body article.after-service section dl.qa_container {
    margin-bottom: 26px;
}

body article.after-service section dl.qa_container dt {
    background-color: #666666;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 60px;
}

body article.after-service section dl.qa_container .q-title,
body article.after-service section dl.qa_container .a-title {
    font-size: 20px;
    font-weight: bold;
    width: 36px;
    text-align: center;
}

body article.after-service section dl.qa_container .text {
    font-size: 14px;
}

body article.after-service section dl.qa_container .image {
    margin-top: 16px;
}

body article.after-service section dl.qa_container dd {
    margin-top: 26px;
    padding: 0 60px;
    display: flex;
    gap: 30px;
}

body article.after-service section dl.qa_container dd .a-area {
    width: calc(100% - (36px * 2));
}

/* ドロップダウン */
body article.after-service section .dropdown {
    padding-top: 24px;
    padding-bottom: 10px;
}

body article.after-service section .btn-detail {
    cursor: pointer;
    padding: 0.5em 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
body article.after-service section .btn-detail::before {
    content: "+続きを表示";
}
body article.after-service section .btn-detail.close::before {
    content: "閉じる";
}



@media screen and (min-width: 1080px) {
    body .maintenance {}

    /* ------------------------------------------------
        ページヘッダー
    --------------------------------------------------- */
    body article.maintenance .page-header .page-title small,
    body article.home-care .page-header .page-title small,
    body article.after-service .page-header .page-title small {
        margin-bottom: 10px;
        font-size: 18px;
        display: block;
    }

    body article.maintenance .page-header .page-lead,
    body article.home-care .page-header .page-lead,
    body article.after-service .page-header .page-lead {
        max-width: 750px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }

    /* ------------------------------------------------
        ページセクション共通
    --------------------------------------------------- */
    body article.maintenance section .inner,
    body article.home-care section .inner,
    body article.after-service section .inner {
        margin: 0 auto;
        padding-bottom: 80px;
        width: 980px;
        overflow: hidden;
        position: relative;
    }

    /* ------------------------------------------------
        maintenance
    --------------------------------------------------- */
    /* 下層ページ　リンクエリア */
    body article.maintenance section .box_maintenance {
        flex-wrap: wrap;
        justify-content: center;
        gap: 48px;
    }

    body article.maintenance section .box_maintenance .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 376px;
        width: calc((100% - 48px) / 2);
    }

    /* ------------------------------------------------
        home care
    --------------------------------------------------- */
    /* お手入れ方法について */
    body article.home-care section dl.tech {
        margin: 0 auto 26px;
    }

    body article.home-care section .btn-link.customer−support {
        padding-top: 36px;
    }

}

@media screen and (max-width: 1079px) {

    body .maintenance,
    body .home-care,
    body .after-service {
        background-color: #ffffff;
    }

    /* ------------------------------------------------
        ページヘッダー
    --------------------------------------------------- */
    body article.maintenance .page-header,
    body article.home-care .page-header,
    body article.after-service .page-header {
        padding-top: 55px;
        padding-bottom: 35px;
    }

    body article.maintenance .page-header .page-title,
    body article.home-care .page-header .page-title,
    body article.after-service .page-header .page-title {
        margin-bottom: 35px;
    }


    body article.maintenance .page-header .page-title small,
    body article.home-care .page-header .page-title small,
    body article.after-service .page-header .page-title small {
        margin-bottom: 10px;
        font-size: 14px;
    }

    body article.maintenance .page-header .page-lead,
    body article.home-care .page-header .page-lead,
    body article.after-service .page-header .page-lead {
        margin: 0 20px;
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

    /* ------------------------------------------------
        maintenance
    --------------------------------------------------- */
    /* 下層ページ　リンクエリア */
    body article.maintenance section .box_maintenance {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 48px;
    }

    body article.maintenance section .box_maintenance .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 376px;
        width: 100%;
        margin: 0 auto;
    }

    /* ------------------------------------------------
        home care
    --------------------------------------------------- */
    /* お手入れ方法について */
    body article.home-care section dl.tech {
        margin: 0 auto 18px;

    }

    body article.home-care section .btn-link.customer−support {
        padding-top: 24px;
    }

    /* ------------------------------------------------
        after service
    --------------------------------------------------- */
    body article.after-service section .contact-block {
        width: 100%;
    }

    body article.after-service section .contact-block .flex {
        flex-direction: column;
        gap: 26px;
    }

    body article.after-service section .sec-block:first-child .flex {
        margin-top: 26px;
    }
    

    body article.after-service section .contact-block .flex .left-area {
        width: fit-content;
        margin: 0 auto;
    }

    /* よくあるご質問 */
    body article.after-service section dl.qa_container dt,
    body article.after-service section dl.qa_container dd {
        gap: 16px;
        padding: 0 10px;
    }

    body article.after-service section dl.qa_container dd {
        margin-top: 18px;
    }

    body article.after-service section dl.qa_container dd .a-area {
        width: calc(100% - (36px + 16px));
    }
    
}