
/* セクション1--------------------------------------------------*/
.section1{
	width:50%;
	margin:0 auto;
	max-width:1280px;
}
.section1 .docs_title{
	display:flex;
	align-items:center;
	margin:20px 0;
}
.section1 .docs_title_text{
	font-size:26px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}
.section1 .docs_box{
	/*background:#8ECC9B;*/
	/*background:#cde0ba;*/
	/*background:#d3f5da;*/
	/*background:#e3f7c3;*/
	background:#c2ffcf;
	border:3px solid RGB(92,153,105);
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;

	margin-bottom:20px;
}
.section1 .docs_box_text{
	font-size:20px;
	font-weight:500;
	margin-left:20px;
	color:#5653ed;
}

@media only screen and (max-width:960px){/*スマホ対応*/
	.section1{
		width:90%;
	}
	.section1 .docs_box{
		padding:10px;
	}
	.section1 .docs_box_text{
		font-size:20px;
	}
}

/*余白----------------------------------------------------------*/
.yohaku{
	height:250px;
}

















