@charset "UTF-8";


/*
	##### DAIFUKU REPORT 2018 #####
	common/css/environment_sp.css
*/

.esgTitle {
	box-sizing: border-box;
	width: 94%;
	margin: 0 auto;
	padding: .5em;
	font-size: 5vw;
	line-height: 1.5;
	color: #003F98;
	background: #DBD9ED;
}

/*lead*/
.sections .lead {
	margin-top: 1em;
	font-size: 4.375vw;
	line-height: 1.5;
	font-weight: 700;
}

/*H4*/
.subT {
	margin-top: 1em;
	font-size: 4.5vw;
	margin-bottom: .5em;
}
p + .subT,
.lead + .subT,
.cols + .subT {
	margin-top: 1.78em;
}


.phCols {
	flex-direction: column;
	justify-content: space-between;
}
.phCols .ph {
	width: 100%;
	margin-top: 1em;
}

