@charset "UTF-8";

@import "./plan.css";

/*/==========================================================
/ 
/ 中期経営計画 TOP
/
==========================================================/*/
#corp-pln-top{


}


/*----------------------------------

 ごあいさつ

----------------------------------*/
img.fl-left{
	width:min(100%,240px);
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}


/* for Sp --------------------*/
@media screen and ( max-width:768px) {

	img.fl-left{
		width:min(100%,240px);
		float:none;
		display:block;
		margin:0 auto;
	}

}


/*----------------------------------

 目次

----------------------------------*/
#sec02 dl{

}

#sec02 dl > dt{

}

#sec02 dl > dd{
	padding-top:0.25em;
	padding-left:1em;
}


/* for Sp --------------------*/
@media screen and ( max-width:768px) {


}


/*----------------------------------

 PDFダウンロード

----------------------------------*/
#corp-pln-dl #sec01-01{
	margin-top:var(--mgn-l);
}



/* for Sp --------------------*/
@media screen and ( max-width:768px) {


}

