@charset "UTF-8";


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


.sections p {
	text-align: left;
}
.lead1 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: .25em;
	text-align: left;
	letter-spacing: 0.01em;
}

.cols {
	justify-content: space-between;
	align-items: flex-start;
}

.rightCol {
	width:375px;
	margin-top: 30px;
}
.leftCol {
	width:calc(100% - 400px);
}

.caption_name {
	overflow: hidden;
	text-align: center;
	display: table;
	width:100%;
}
.caption_name div {
	display: table-cell;
	width:50%;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.caption_name span {
	font-size: 80%;
}

.policy {
	text-align: center;
	margin: 5em 0;
}