/*　メイン　-------------------------------------------------------------------------------------*/
main{
	width:90%;
	margin:0 auto;
	max-width:1280px;

	font-size:18px;
	margin-bottom:100px;
    line-height:1.6;

    /*max-inline-size:max-content;
    margin-inline:auto;*/

	/*--変数--*/
    --text_color: #333333;
	/*--border: #e5e7eb;
	--shadow: 0 10px 25px rgba(0,0,0,0.08);
    --brand: #5b8def;
    --brand-2: #8b5cf6;
    --warn: #f59e0b;
    --error: #ef4444;*/

	color:var(--text_color);

}

/*　タイトル　--------------------------------------------------------------------------------------*/
main h1{
	font-size:26px;
	font-weight:500;
}


.CForm{
    position:relative;
    height:1000px;
    width:100%;
    margin:0 auto;
}

.CForm iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}



















