@charset "UTF-8";

/* プライバシーポリシー ======================================= */
/* ==========================================================

    body id="privacypolicy"

    読み込み
    文章

============================================================ */
/* 読み込み ================================================= */

/* 共通 */
@import url("./common.css");

/* 読み込み ================================================= */
/* ========================================================= */
/* 文章 ===================================================== */

#privacypolicy{

    .contents{
        padding-top: 0;

        section{

            .boxArea{
                width: min(100%, var(--width-S));

                .titleLeftSmall + p{
                    margin-top: 30px;
                }

                ul,
                ol{
                    margin-top: 30px;
                    margin-left: 3px;

                    li{
                        margin-top: 10px;

                        ul,
                        ol{
                            margin-top: 10px;
                            margin-bottom: 15px;
                        }

                        p{
                            margin-top: 5px;
                            margin-bottom: 15px;
                        }

                    }

                }

                h4{
                    font-weight: 600;
                    margin-top: 15px;
                }

                .effectiveDate{
                    margin-top: 100px;
                    text-align: right;

                }

                @container ctnHtml (width <= 1000px){

                    .titleLeftSmall + p{
                        margin-top: 20px;
                    }

                }

                @container ctnHtml (width <= 600px){

                    .titleLeftSmall + p{
                        margin-top: 2vh;
                    }

                }

            }

        }

    }

}

/* 文章 ===================================================== */
/* ========================================================= */
