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

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

	/*--変数--*/
    --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;
}

/*　カード　----------------------------------------------------------------------------------------*/
.CCard{
	border-radius:20px;
	border: 1px solid rgb(200 200 230);

	padding: 20px 20px 36px 20px;
}

/* inputのスピンボタンを消す */
/*input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }*/

.CCard h2{
    font-size:22px;
    padding:5px;
}

/*.CTitleList{
    list-style-type:circle;
    margin-left:24px;
    line-height:1.6;
    margin-top:10px;
    margin-bottom:20px;
}*/
.CCard .CList{
    list-style-type:disc;
    margin-left:24px;
    line-height:1.6;
}

.CCard .CLink{
    color:#0000FF;
}















