@charset "UTF-8";

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

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


.sections figure,
.sections figure+p {
	margin-top: 1em;
}


/*subT*/

.subT {
	font-size: 19px;
	font-weight: 700;
	color: #006424;
	display: table;
	vertical-align: middle;
}
.subT a {
	color: #006424;
}

.subT span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1.2em;
}

.subT i {
	display: table-cell;
	position: relative;
	padding: 0 0.5em;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	background: #036E22;
}

.subT i:before {
	position: absolute;
	content: '';
	top: 0;
	right: -15px;
	border: none;
	border-right: solid 15px transparent;
	border-top: solid 25px #036E22;
}

.subT.longWords i {
	line-height: 15px;
	padding: 5px 0.5em;
}

.subT.longWords i:before {
	right: -15px;
	border-right: solid 15px transparent;
	border-top: solid 56px #036E22;
}

figcaption {
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 1em 1.2em;
	text-align: left;
}


/*column*/

.column {
	width: 920px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.column .columnT {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	background-color: #036E22;
	border-radius: 10px 10px 0px 0px;
}
.column .columnT a {
	color: #fff;
}

.column .cf {
	border: 1px solid #036E22;
	padding: 24px 40px;
	box-sizing: border-box;
}

.column .rightCol {
	float: right;
	width: 370px;
	padding-bottom: 1em;
}

.column .leftCol {
	float: left;
	width: 430px;
	font-size: 14px;
	line-height: 1.78;
}

.column figcaption {
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 1em 0;
	text-align: left;
}
.column p+p {
	margin-top: 1em;
}

.forMoreDetails {
	width: 920px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.forMoreDetails p {
	margin-top: 2em;
	padding: 1em 2em;
	background-color: #E1EEDB;
	font-size: 16px;
	text-align: left;
	line-height: 1.75;
}

.forMoreDetails a {
	font-weight: bold;
	line-height: 1;
}

@media print {
	.sections,
	.column {
		page-break-inside: avoid;
	}
}
