@charset "UTF-8";


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




/*global_network
=============================*/
.pd2 {
	padding-top: 2em !important
}
.mt2 {
	margin-top: 2em !important
}

body.global {
	background-image: url(../png/worldmap.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 220px;
}


.global_network .inner {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 40px 0;
	display : flex;
	flex-wrap : wrap;
	justify-content:space-around;
}
.global_network dl {
	flex-basis: 30%;
	margin-bottom: 3em;
}
.global_network dl.asia {
	flex-basis: auto;
}

.global_network dt {
	background-color: #004097;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	width:158px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.global_network dd {
	font-size: 13px;
	line-height: 1.3;
	color: #004097;
	margin-top: 1em;
}
.global_network dd li {
	margin-top: 1.25em;
}
.global_network dd li ul {
	margin-left: 1em;
}



/*highlight
=============================*/

.scrollFig {
	border: 0;
	padding: 0;
}
.eleven {
	clear: both;
	font-size: 12px;
}
.nonFin {
	margin-top: 70px;
}
.eleven .title {
	margin-top: 1em;
	font-size: 20px;
	font-weight: 700;
	color: #074296;
}
.eleven .lead {
	color: #074296;
	font-size: 12px;
	line-height: 1.5;
	margin-top: .75em;
	margin-bottom: 1.5em;
}
.eleven table {
	width: 980px;
	border-collapse: collapse;
	margin-bottom: 1em;
	border-bottom: 1px solid #074296;
}
.eleven table * {
	box-sizing: border-box;
}
.eleven th,
.eleven td {
	padding: 7px 0;
	color: #074296;
}
.eleven .label {
	border-bottom: 1px solid #074296;
	border-left: 1px solid #074296;
	font-size: 13px;
	font-weight: bold;
	padding: .25em .5em;
}
.eleven .label2 {
	font-size: 115%;
	text-align: left;
}
.eleven th {
	font-size: 12px;
}

.eleven .unit {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #074296;
}
.eleven thead th.unit {
	padding-left: 7px;
}
.eleven thead th {
	padding-bottom: 7px;
	vertical-align: bottom;
	font-weight: bold;
}
.eleven thead{
	border-bottom: 1px solid #074296;
}
.eleven .border_left{
	border-left: 1px solid #074296;
}
.eleven thead tr:nth-child(2) th:last-child {
	background-color: #dedfef;
}
.eleven tbody th {
	line-height: 1.2;
	text-align: left;
	padding-left: 7px;
}
.fin tbody th {
	width: 18.05% !important;
	white-space: nowrap
}
.nonFin tbody th {
	width: 35% !important;
}
.eleven tbody th strong {
	font-size: 115%;
}
.eleven tbody td {
	text-align: right;
	padding-right: calc(1.25ex + 3px);
	vertical-align: middle;
}
.eleven tbody tr td:last-child {
	background-color: #dedfef;
}
.eleven tbody tr.percent td {
	padding-right: 3px;
}
.eleven tbody td.minus {
	padding-right: 0.9em;
}
.eleven tbody .secT2 th,
.eleven tbody .secT2 td {
	padding-top: 2em;
}
.fin tbody td {
	width: 7.45% !important;
}
.nonFin tbody td {
	width: 13% !important;
}

.note {
	padding-left: 12px;
	color: #074296;
}
.note + table {
	margin-top: 1em;
}
.note p {
	font-size: 10px;
	padding-left: 2.3em;
	text-indent: -2.3em;
}
.note ol li {
	margin-left: 2em;
	margin-bottom: 0.75em;
	line-height: 1.3;
	display: list-item;
	list-style: decimal
}


.note a {
	color: #074296;
}
.note a:hover {
	text-decoration: none;
}


.yen {
	position: relative;
	display: inline-block;
	width: 8ex;
}
.yen.yen2 {
	width: 3.75ex;
}
.yen.yen3 {
	width: 6.25ex;
}
.yen.yen4 {
	width: 7ex;
}
.yen.yen5 {
	width: 7.75ex;
}
.yen::before {
	position: absolute;
	content: '¥';
	left: 0;
}
.minus .yen::before {
	left: -.25em;
}
.figCols {
	margin-top: 3em;
	width: 980px;
	justify-content: space-around;
}
.figCols figure {
	flex: 0 0 410px;
}
.figCols figcaption {
	font-size: 115%;
}


/*evaluations, stock info
=============================*/
tfoot * {
	padding: .25em;
	background: transparent !important;
	font-weight: normal !important
}

/*title*/
.title3 {
	box-sizing: border-box;
	width: 920px;
	margin: 1em auto;
	font-size: 20px;
	font-weight: 700;
	background-image: url(../svg/bullet_esg.svg);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 55px;
}
.title3 .small {
	font-weight: normal;
	font-size: 12px;
}

.sections + .title3 {
	margin-top: 5em;
}

.table1 {
	width:920px;
	margin-bottom: 2em;
	font-size: 13px;
}
.table1 thead th {
	background: #004098;
	color: #fff;
	font-weight: 600;
	padding: .5em 2em;
	border-left: 1px solid #fff;
	white-space: nowrap
}
.table1 thead th.unit {
	padding: .5em 1em;
	font-size: 85%;
	font-weight: normal;
	vertical-align: baseline;
	text-align: left;
}
.table1 thead th.dimmed {
	background: #8D93C8
}
.table1 thead th.dimmed2 {
	background: #5C6EB3
}
.table1 tbody th {
	font-weight: 600;
	text-align: left;
	padding: .75em 3.5em .75em 1em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	white-space: nowrap;
	vertical-align: middle
}

.table1 tbody td {
	font-weight: normal;
	text-align: center;
	padding: .5em 1em;
	background: #fff;
	border-bottom: 1px solid #BABDDF;
	white-space: nowrap;
	vertical-align: middle
}
.table1 tbody td + td {
	border-left: 1px solid #BABDDF;
}
.table1 tbody tr td:last-child {
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.table2 tbody tr td:last-child,
.table2 thead tr th:last-child {
	padding-right: 0;
	padding-left: 0;
	width: 250px;
	background: #fff;
	border-bottom: 1px solid transparent;
}
.table2 thead tr th:first-child,
.table2 tbody tr th:first-child {
	width: 245px;
}
.table2 tbody tr td:first-of-type {
	width: 263px;
	text-align: left;
}
.twoCols .col {
	flex: 0 0 47%
}
.table3 {
	width: 100%;
	height: 90%;
	margin: 2em 0;
	font-size: 14px;
}
.table3 tr {
	border-bottom: 1px solid #303030;
}
.table3 th {
	color: #004098;
	text-align: left;
}
.table3 th,
.table3 td {
	padding: .5em 0
}

.table4 {
	width:920px;
	margin-bottom: 2em;
	font-size: 13px;
	vertical-align: baseline;
}

.table4 thead th {
	background: #004098;
	color: #fff;
	font-weight: 500;
	padding: .5em 1em;
	border-left: 1px solid #D1D2D2;
	white-space: nowrap
}

.table4 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.table4 tbody td {
	width: 27%;
	font-weight: normal;
	text-align: right;
	padding: .5em 7.5em .5em 1em;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space: nowrap;
}

/*Financial
=============================*/

.finSheets .lead {
	color: #074296;
	font-size: 14px;
	line-height: 1.5;
	margin-top: .75em;
	margin-bottom: 1.5em;
}
.finSheets table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #074296;
	font-size: 14px;
}
.income .finSheets table {
	border-bottom: 1px solid #074296;
}
.finSheets table * {
	box-sizing: border-box;
}
.finSheets table + table {
	margin-top: 5em
}

.finSheets th {
	padding: .5em 3em .5em .5em;
	font-weight: 500;
	text-align: right;
	vertical-align: top;
	line-height: 1.2;
	color: #074296;
}
.finSheets tbody th {
	font-weight: 500;
	padding: .5em .5em .5em 1.5em;
}
.finSheets th.pad0 {
	padding-bottom: 0;
	padding-left: .5em;
	font-size: 15px;
	font-weight: 700;
}
.finSheets th.pad0.normal {
	font-weight: 500;
	font-size: 14px;
}
.finSheets th.pad4 {
	padding-left: 2.5em;
}
.finSheets th.pad5 {
	padding-left: 3.5em;
}
.finSheets td {
	padding: .5em 3em .5em 0;
	text-align: right;
	vertical-align: top;
	line-height: 1;
	color: #074296;
}
.finSheets td.minus {
	padding: .5em 2.75em .5em 0;
}

thead,
.borderBottom {
	border-bottom: 1px solid #074296;
}
.total2 {
	border-top: 1px solid #074296;
	border-bottom: 2px solid #074296;
}
.assets .total2 {
	font-weight: 700;
	background-color: #dedfef;
}
.total {
	border-top: 1px solid #074296;
	border-bottom: 1px solid #074296;
}
.finSheets tr th:first-child {
	text-align: left;
	width: 68% !important;
}
.finSheets .current,
.finSheets tr td:first-of-type {
	font-weight: 700;
	background-color: #dedfef;
}
.finSheets .unit {
	font-weight: 500 !important;
	border-bottom: 1px solid #074296;
	background: #fff !important;
}

.assetsSheets .lead {
	color: #074296;
	font-size: 14px;
	line-height: 1.5;
	margin-top: .75em;
	margin-bottom: 1.5em;
}
.assetsSheets table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #074296;
	font-size: 13px;
}

.assetsSheets table * {
	box-sizing: border-box;
}
.assetsSheets table + table {
	margin-top: 5em
}

.assetsSheets th {
	padding: .5em 1em .5em .5em;
	font-weight: 500;
	text-align: right;
	vertical-align: middle;
	line-height: 1.2;
	color: #074296;
}
.assetsSheets thead th {
	font-size: 88%;
	vertical-align: bottom;
	white-space: nowrap;
}
.assetsSheets tbody th {
	font-weight: 500;
	padding: .5em .5em .5em 2em;
	text-indent: -.5em;
	text-align: left;
}
.assetsSheets th.pad0 {
	padding-left: .5em;
	text-indent: 0;
	font-size: 15px;
	font-weight: 700;
}

.assetsSheets td {
	padding: .5em 1em .5em 0;
	text-align: right;
	vertical-align: middle;
	line-height: 1;
	color: #074296;
}
.assetsSheets td.minus {
	padding: .5em .75em .5em 0
}

.emptyCell {
	width: 1em !important;
	border-bottom: 0 !important;
}

.insideTable,
.insideTable dt,
.insideTable dd {
	display: inline-block;
	vertical-align: top;
	line-height: 1.3
}


.web .cols {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -2.5em;
}
.web .cols .col {
	flex: 1 1 33%;
	margin-top: 5em;
}
.web .cols .col dl {
	display: block;
	width: 250px;
	overflow: visible;
}
.web .cols .qr {
	display: block;
	margin: 1.5em 1.5em 1.5em 0;
	width: 92px;
}
.web .cols .col dt {
	font-weight: 700;
	white-space: nowrap;
}
.web .cols .col img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.web .cols .col a {
	font-size: 110%;
	font-weight: 500;
	color: #003C9B;
	text-decoration: none;
	white-space: nowrap;
}
.web .cols .col a:hover {
	text-decoration: underline;
}
