@charset "UTF-8";

/* HOME ===================================================== */
/* ==========================================================

    body id="news"

    読み込み
    内容

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

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

/* 読み込み ================================================= */
/* ========================================================= */
/* 内容 ==================================================== */

#news{

    .contents{

        section{

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

                .editorStyle{
                    padding-top: 0;

                    .newsDate{
                        text-align: right;
                    }

                }

                @container ctnHtml (width <= 600px){
                    width: 100%;
                }

            }

        }

    }

}

/* 内容 ==================================================== */
/* ========================================================= */
