@charset "UTF-8";


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

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



.sections+.sections {
	padding-top: 2em;
	border-top: 2px solid #b9b2ef;
}
#sec3 .subT {
	position: relative;
}
.subT .date {
	position: absolute;
	right: 0;
	top: 38%;
	font-size: 11px;
	font-weight: 500;
	color: #515151;
}

.sections .subN {
	margin-top: 1em;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.sections .subN::before {
	display: inline-block;
	padding: 0.125em 0.5em;
	margin-right: 0.25em;
	background-color: #F9B500;
	border-radius: 4px;
}
.sections .subN1::before {
	content: "1";
}
.sections .subN2::before {
	content: "2";
}
.sections .subN3::before {
	content: "3";
}

.sections .subN+p {
	margin-top: 0.75em;
}
.sections .num {
	padding-left: 1.2em;
	text-indent: -1.2em;
}



.tables {
	clear: both;
	margin-top: 60px;
}



.step {
	clear: both;
	line-height: 1.75;
	margin-bottom: 1em;
}
.step dt {
	float: left;
	padding-right: 0.5em;
}
.step dd {
	overflow: auto;
}

.table1 {
	max-width: 920px;
	margin: 2em 0;
	font-size: 13px;
}
.table1 caption {
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin-bottom: .5em;
}
.table1 th,
.table1 td {
	padding: 0.75em;
	border: 1px solid #fff;
}
.table1 th {
	width: 335px;
	text-align: left;
	background-color: #dbd8eb;
}
.table1 td {
	background-color: #dbdcdc;
}

.table3 {
	float: right;
	margin-bottom: 2em;
	margin-left: 40px;
}
.table3 th {
	display: block;
	padding: 0.5em 1em;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	background-color: #494a9c;
	border: 1px solid #494a9c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.table3 td {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #494a9c;
}
.table3 td li {
	list-style: none;
	display: block;
	box-sizing: border-box;
	width: 90%;
	padding: 0.75em 0;
	margin: 0;
	font-weight: 700;
}
.table3 td li+li {
	border-top: 1px dashed #494a9c; 
}
.table3 td li a {
	font-weight: 500;
	color: #4a4a9b;
}
.table4  {
	border-collapse: separate;
	border-spacing: 5px;
	font-size: 13px;
}
.table4 tbody th {
	padding: 1em;
	vertical-align: middle;
	text-align: center;
	color: #494a9c;
	background-color: #DCDDDD;
}
.table4 thead th {
	position: relative;
	height: 34px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	color: #fff;
	background-color: #494a9c;
}
.table4 thead tr th:first-child {
	background-color: transparent;
}
.table4 tbody td {
	width: 377px;
	padding: 1em 1em 1em 0;
	border: 1px solid #494a9c;
}
.list li {
	list-style-type: disc;
	margin-left: 2em;
}
.list li.setHeight {
	min-height: 170px;
}
.list2 li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 1.75;
}


.table4 .inter {
	width: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	font-size: 190%;
	color: #494a9c;
}
.table4 .a1::after {
	position: absolute;
	right: -34px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-left: 17px solid #494a9c;
	border-top: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 17px solid transparent;
	z-index: 3;
}
.table4 .a2::after {
	position: absolute;
	right: -17px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-left: 17px solid #494a9c;
	border-top: 17px solid #fff;
	border-right: 17px solid transparent;
	border-bottom: 17px solid #fff;
}
.table4 .a2::before {
	position: absolute;
	left: -26px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-left: 17px solid #fff;
	border-top: 17px solid #494a9c;
	border-right: 17px solid #494a9c;
	border-bottom: 17px solid #494a9c;
}

.tables {
	max-width: 864px;
	margin: 2em 0;
	font-size: 13px;
}
.tables thead th {
	padding: 0.5em 1em;
	background-color: #494B9D;
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	border: 1px solid #fff;
	vertical-align: middle;
	white-space: nowrap;
}
.tables tbody th {
	padding: 0.5em 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #fff;
	background-color: #D5D6EA;
}
.tables tbody td {
	padding: 0.5em 0.75em;
	background-color: #DCDDDD;
	border: 1px solid #fff;
	text-align: left;
}
.tables tbody tr th.check {
	font-size: 150%;
	text-align: center;
}
.tables caption {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

caption .note {
	font-size: 12px;
	font-weight: 500;
}
tfoot .note {
	font-size: 11px;
	padding-top: 0.5em;

}
.table2 {
	width: 640px;
}
.table2 tbody th {
	width: 245px;
}

.table2 tbody td {
	text-align: right;
	padding: 0.5em 5em;
}
.table2 tbody td .dec {
	display: inline-block;
	margin-right: -0.3em;
}
.table2 tbody td.center {
	text-align: center;
}
.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cols+.cols {
	padding: 2em 0;
}
.col50 {
	display: block;
	width: 50%;
}
.col50 img {
	margin: 0.5em 0;
}
.sections .data {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	vertical-align: baseline;
	color: #494a9c;
	text-align: center;
}
.data .numL {
	font-size: 250%;
	padding-left: 0.25em;
}
.data .numL2 {
	font-size: 250%;
}
.data .unit {
	font-size: 175%;
}

@media print {
	.cols,
	table {
		page-break-inside: avoid;
	}
}
