

/*　セクション１　---------------------------------------------------*/
.CSection1{
	width:90%;
	margin:0 auto;
	max-width:1280px;

	margin-bottom:150px;
}
.CSection1 .CTitleCo{
	display:flex;
	align-items:center;
	margin-top:20px;
}
.CSection1 .CTitle{
	font-size:26px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}
.CSection1 .CLine{
	background:#8ECC9B;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
}
.CSection1 .CText{
	font-size:16px;
	line-height:1.6;
}
.CSection1 .CIndex{
	display:flex;
	align-items:center;
	margin-top:50px;
	margin-bottom:30px;
}
.CSection1 .CIndexLine{
	background:#8fcc9c;
	height:24px;
	width:10px;
}
.CSection1 .CIndexTitle{
	font-size:20px;
	font-weight:400;
	margin-left:20px;
}
.CSection1 .CIndexList{
	display:flex;
	flex-flow:column;
	line-height:1.6;
	font-size:16px;
}
.CSection1 li{
	list-style-type:disc;
	margin-left:24px;
}


.section1 .index1_line{
	background:#8ECC9B;
	height:50px;
	width:20px;
}
.section1 .index1{
	font-size:24px;
	font-weight:500;
	margin-left:20px;
}
.section1 .sentence1{
	margin-top:10px;
}
.section1 ul{
	margin-bottom:20px;
}
.section1 li{
	/*background-color:#00FFFF;*/
	list-style-type:disc;
	margin-left:24px;
	line-height:1.6;
}
.section1 p{
	line-height:1.6;
}











