

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

	margin-bottom:150px;
}
.section1 .row{
	display:flex;
	align-items:center;
	margin-top:20px;
}
.section1 .title{
	font-size:30px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}
.section1 .line{
	background:#8ECC9B;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
}
.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;
}











