
/* セクション1--------------------------------------------------*/
.section1{
	width:90%;
	margin:0 auto;
	max-width:1280px;
}
.section1 .docs_title{
	display:flex;
	align-items:center;
	margin-top:20px;
}
.section1 h1{
	font-size:26px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}
/*.section1 .docs_title_text{
	font-size:26px;
	font-weight:500;
	margin-left:20px;
	color:#67a474;
}*/
.section1 .docs_line{
	background:#8fcc9c;
	height:2px;
	margin-top:10px;
	margin-bottom:20px;
}
.section1 .docs_date{
	/*background-color:rgb(240 240 240);
	height:100px;*/

	font-size:16px;
	line-height:1.6;
	text-align:right;
}
.section1 .docs_img{
	/*background:RGB(120,120,120);
	height:100px;*/

	width:30%;
	display:block;
	margin:0 auto;
}
.section1 .index2{
	background-color:rgb(223 255 236);
	display:flex;
	align-items:center;
	margin-top:50px;
	margin-bottom:30px;
	padding:10px 0;
}
.section1 .index2_line{
	background:#8fcc9c;
	height:24px;
	width:10px;
}
.section1 .index2_title{
	font-size:24px;
	font-weight:400;
	margin-left:40px;
	color:rgb(103,164,116);
}

.section1 .index{
	display:flex;
	align-items:center;
	margin-top:50px;
	margin-bottom:30px;
}
.section1 .index_line{
	background:#8fcc9c;
	height:24px;
	width:10px;
}
.section1 .index_title{
	font-size:20px;
	font-weight:400;
	margin-left:20px;
}
.section1 .png_01{
	width:100%;
	display:block;
	margin:0 auto;
	/*background-color:rgb(255 0 0);*/
	padding:10px 10px;
}
.section1 .sentence_display{
	display:flex;
	flex-flow:column;
}
.section1 .sentence{
	font-size:16px;
	line-height:1.6;
}
.section1 .sentence_list{
	/*list-style-type:disc;*/
	list-style-type:square;
	margin-left:24px;
}
.section1 .sentence_list2{
	list-style-type:circle;
	margin-left:24px;
}

@media only screen and (max-width:960px){/*スマホ対応*/
	.section1 .docs_img{
		width:90%;
		display:block;
		margin:0 auto;
	}
}

/* セクション２------------------------------------------------------*/
.section2{
	width:50%;
	margin:0 auto;
	max-width:1280px;
}
.section2 .docs_box{
	background:#c2ffcf;
	border:3px solid RGB(92,153,105);
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;

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

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

/*section3----------------------------------------------------------*/
.section3{
	width:50%;
	margin:0 auto;
	max-width:1280px;
	margin-top:30px;
}
.section3 .blog_box{
	background:#8ECC9B;
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;
}
.section3 .blog_text{
	font-size:24px;
	font-weight:500;
	margin-left:20px;
	color:RGB(255,255,255);
}
@media only screen and (max-width:960px){/*スマホ対応*/
	.section3{
		width:90%;
	}
	.section3 .blog_box{
		padding:10px;
	}
	.section3 .blog_text{
		font-size:20px;
	}
}

/* clink-------------------------------------------------------*/
.clink{
	width:70%;
	margin:0 auto;
	max-width:1280px;
}
.clink_box{
	background:#c2ffcf;
	border:3px solid RGB(92,153,105);
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;
}
.clink_text{
	font-size:20px;
	font-weight:500;
	margin-left:20px;
	color:#5653ed;
}
@media only screen and (max-width:960px){/*スマホ対応*/
	.clink{
		width:90%;
	}
	.clink_box{
		padding:10px;
	}
	.clink_text{
		font-size:20px;
	}
}

/* cvideo------------------------------------------------------*/
.cvideo_flex{
	display:flex;
	/*align-items:center;*/
	justify-content:space-around;
}
.cvideo{
	background-color:rgb(200 200 200);
	margin-top:10px;
	margin-bottom:20px;
}
@media only screen and (max-width:960px){
	.cvideo_flex{
		display:block;
		margin:0 auto;
	}
}

/* yohaku------------------------------------------------------*/
.yohaku{
	height:150px;
}












