@charset "UTF-8";


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



.intro {
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	width: 920px;
	margin: 0 auto 80px;
}
.intro .ttl-en {
	width: 700px;
}
.intro .ttl-en img {
	margin-left: -8px
}

.intro .portrait {
	width: 275px;
	text-align: center;
}
.intro .txt {
	width: 645px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.intro .txt .lead {
	padding-top: 1.5em;
	font-size: 17px;
	font-weight: 700;
	color: #004097;
	line-height: 1.3;
	text-align: justify
}
.intro .txt .nameT {
	margin-top: .75em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
}
.nameT span {
	font-size: 15px;
	font-weight: 400;
	vertical-align: baseline;
}
.pickUp {
	margin-top: 4em;
}
.pickUpT {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	margin-bottom: .75em;
	height: 26px;
	font-weight: 400;
	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 .floatL {
	width: 520px
}
.pickUp img {
	margin-top: 0;
}
.pickUp img.frame {
	border: 1px solid #ccc;
}
.pickUp .subT {
	margin-top: 0;
	margin-bottom: .75em
}



