

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

	max-inline-size:max-content;
	margin-inline:auto;
}
.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 .CManual{
	font-size:16px;
	line-height:1.6;
	padding:20px 0;
}
.CSection1 .CIframeCo{
	position:relative;
	height:1000px;
	width:100%;
	/*height:calc(var(--vh)*100);
	width:calc(var(--vh)*67);*/
	margin:0 auto;

}
.CSection1 iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}











