@charset "UTF-8";


/*
	##### DAIFUKU ONLINE AR 2017 #####
	common/css/bizmodel.css
*/

@import "https://www.daifuku.com/ir/library/ar2017/common/css/style.css";

.sections+.sections {
	margin-top: 0;
}
#sec1 {
	padding-top: 1em;
}
#sec1,
#sec2,
#sec3 {
	position: relative;
	margin-bottom: 50px;
}
#sec1::after,
#sec2::after,
#sec3::after {
	content: url(https://www.daifuku.com/ir/library/ar2017/common/images/svg/down_arrw.svg);
	display: block;
	margin-left: 50%;
	height: 50px;
	width: 90px;
	transform: translate(-50%, 0%);
}
#sec5 {
	margin-top: 100px;
}

.titles {
	text-align: center;
}
.ttl1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #4A4A9C;
	
}
.ttl3 {
	background: #4A4A9C;
	width: 658px;
	padding: 0.5em 0;
	margin: 1em auto;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	font-size: 17px;
	line-height: 1;
	color: #fff;
}
.ttl4 {
	font-size: 17px;
	line-height: 1;
	color: #4A4A9C;
	margin-bottom: 1em;
}

.accordion1,
.accordion2 {
	height: 0px;
	opacity: 0;
	overflow: hidden;
}

.accordion1.open {
	height: 250px;
	opacity: 1;
	transition: .7s ease;
	overflow: hidden;
}
.accordion2.open {
	height: 550px;
	opacity: 1;
	transition: .7s ease;
	overflow: hidden;
}


.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.cols1,
.cols2 {
	width: 658px;
}
.cols1 li {
	display: table;
	width: 186px;
	min-height: 204px;
	background-color: #fff;
	box-shadow: 4.48px 4.48px 8px rgba(0, 0, 0, 0.25);
}

.sections .cols1 li p {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #494D9B;
}
#sec1 p.note {
	width: 658px;
	margin: 1em auto;
	text-align: right;
	font-size: 11px;
}
.cols2 .col {
	width: 50%;
}
.cols3 li {
	display: table;
	box-sizing: border-box;
	width: 318px;
	min-height: 79px;
	margin-bottom: 7px;
	padding: 0.25em 1em;
	line-height: 1.2;
	color: #fff;
	background-color: #6575b0;
	box-shadow: 4.48px 4.48px 8px rgba(0, 0, 0, 0.25);
}
.cols3 li dl {
	display: table-cell;
	vertical-align: middle;
}
.cols3 li dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.025em;
}
.cols3 li dd {
	font-size: 11px;
	margin-top: .5em;
}
.cols4+.cols4 {
	margin-top: 30px;
	margin-bottom: 50px;
}
.cols4 .col {
	width: 30%;
}
.cols4 .subT2 {
	height: 66px;
	color: #494D9B;
}
#sec5 p {
	padding-left: 1em;
	border-left: 1px solid #494D9B
}

#sec2 p.chrt7 {
	margin-top: 1em;
	text-align: center;
}
#sec3 p.chrt1 {
	margin-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}
.rows {
	box-sizing: border-box;
	width: 658px;
	min-height: 163px;
	margin: 10px auto;
	background: #d9eefb;
}
.customers {
	border-radius: 10px 10px 0 0;
}

.rows dl {
	position: relative;
	display: block;
	margin-left: 120px;
	padding-top: 1em;
}
.rows dt {
	margin-bottom: 1em;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	color: #494D9B;
}
.rows dd {
	display: block;
	padding: 0 2em 1em 1em;
	border-left: 2px solid #494D9B;
	line-height: 1.2;
}
.rows dt span {
	display: inline-block;
	box-sizing: border-box;
	height: 26px;
	padding: 0 1em;
	margin-left: .75em;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	background: #4499c0;
	border-radius: 13px 13px 13px 13px;
}
.rows dl::before {
	position: absolute;
	content: '';
	display: block;
	width: 110px;
	height: 85px;
	top: 55px;
	left: -110px;
	text-align: center;
}
.customers dl::before {
	content: url(https://www.daifuku.com/ir/library/ar2017/images/bizmodel/ico1.svg);
}
.shareholders dl::before {
	content: url(https://www.daifuku.com/ir/library/ar2017/images/bizmodel/ico2.svg);
}
.employees dl::before {
	content: url(https://www.daifuku.com/ir/library/ar2017/images/bizmodel/ico3.svg);
	top: 75px;
}
.suppliers dl::before {
	content: url(https://www.daifuku.com/ir/library/ar2017/images/bizmodel/ico4.svg);
	top: 65px;
}
.communities dl::before {
	content: url(https://www.daifuku.com/ir/library/ar2017/images/bizmodel/ico5.svg);
}
@media print {
	.cols,
	.rows,
	#sec1,
	#sec2,
	#sec3 {
		page-break-inside: avoid;
	}
}