@charset "UTF-8";


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




.intro {
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 3em;
}
.intro .ttl-en {
	width: 100%;
}
.intro .portrait,
.intro .pie {
	width: 50%;
	text-align: center;
}
.intro .portrait img,
.intro .pie img {
	width: 80%;
}
.intro .txt {
	width: 94%;
	margin: 1.5em auto 0;
}
.intro .txt .lead {
	margin-bottom: 1em;
	font-size: 4.375vw;
	font-weight: 700;
	color: #004097;
	line-height: 1.5;
	hyphens: auto;
}
.intro .txt .nameT {
	bottom: 0;
	font-size: 4.375vw;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
}
.nameT span {
	font-size: 3.125vw;
	font-weight: 400;
	vertical-align: baseline;
}
.pickUp {
	margin-top: 3em;
}
.pickUpT {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	margin-bottom: .75em;
	height: 26px;
	font-weight: 600;
	line-height: 26px;
	color: #fff;
	background: #B1C6E0;
}
.pickUpT::after {
	position: absolute;
	right: -26px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border: 13px solid transparent;
	border-top: 13px solid #B1C6E0;
	border-left: 13px solid #B1C6E0;
}
.pickUp img {
	margin-top: 1em;
}
.pickUp img.frame {
	border: 1px solid #ccc;
}
.pickUp .subT {
	margin-top: 0;
	margin-bottom: 0
}




