@charset "UTF-8";


/*
	##### DAIFUKU REPORT 2018 #####
	common/css/governance_pc.css
*/
.pt25em {
	padding-top: .25em
}

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

.sec3 p {
	text-align: left;
}

.date {
	display: block;
	font-size: 80%;
	text-align: right;
	margin-bottom: .5em
}
.data_box {
	display: flex;
	justify-content: space-around;
	width:100%;
	margin-top: 36px;
	box-sizing: border-box;
}
.data_box li {
	width:31%;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.data_box .dataT {
	width:100%;
	min-height: 130px;
	box-sizing: border-box;
	padding: 11px 16px 0;
	font-size: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.data_box .dataT .label {
	display: block;
	line-height: 1.1;

}
.data_box .dataT .label .small {
	display: block;
	margin-top: .5em;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;

}
.data_box .dataT .num {
	position: absolute;
	bottom: -5px;
	font-size: 27px;
	line-height: 1;
	color: #004097;
}
.data_box .dataT .num strong {
	font-size: 60px;
}
.data_box .data01 .dataT {
	background-image: url(../svg/ico_gov-1.svg);
}
.data_box .data02 .dataT {
	background-image: url(../svg/ico_gov-2.svg);
}
.data_box .data03 .dataT {
	background-image: url(../svg/ico_gov-3.svg);
}

.data_box .text{
	font-size: 13px;
	line-height: 1.5;
	padding: 16px;
}



.gov_list01 {
	margin-left: 0em;
}
.gov_list01 li{
	margin-left:2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.25em;
	list-style-type: decimal;
	line-height: 1.7;
}


.subT {
	margin-bottom: .25em
}


p + .subT,.subT.mt1em {
	margin-top: 1.5em;
}

.subT .num {
	display: inline-block;
	background-color: #f8b500;
	border-radius: 4px;
	width:18px;
	height: 18px;
	text-align: center;
	margin-right: 0.1em;
}
.subT.number {
	vertical-align: middle;
	line-height: 18px;
}

.gov_list02 {
	margin-left: 0em;
}
.gov_list02 li{
	margin-left:1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type:disc;
}
.gov_list02 h4 {
	font-weight: bold;
}


.table1 {
	width:920px;
	margin-bottom: 2em;
	font-size: 13px;
	vertical-align: baseline;
}
.table1 caption {
	text-align: left;
	width: 100%;
}
.table1 caption .unit {
	float: right;
	font-size: 85%;
	font-weight: normal;
	vertical-align: baseline;
}
.table1 thead th {
	background: #004098;
	color: #fff;
	font-weight: 500;
	padding: .5em 0;
	border-left: 1px solid #D1D2D2;
	white-space: nowrap;
	vertical-align: middle;
}
.table1 thead th:first-child {
	width:200px;
	box-sizing: border-box;
}
.table1 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em .5em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	white-space: nowrap;
}
.table1 tbody td {
	width: 200px;
	font-weight: normal;
	text-align: center;
	padding: .5em;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space: nowrap;
}


.table2 {
	width:920px;
	margin-bottom: 2em;
	font-size: 13px;
	vertical-align: baseline;
}
.table2 caption {
	text-align: left;
	width: 100%;
}
.table2 thead th {
	background: #004098;
	color: #fff;
	font-weight: 500;
	padding: .5em 2em;
	border-left: 1px solid #D1D2D2;
	vertical-align: middle;
}

.table2 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: middle;
}
.table2 tbody td {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
}
.table2 thead th:nth-child(1),
.table2 thead th:nth-child(2),
.table2 thead th:nth-child(3),
.table2 th.th01,.table2 th.th02,.table2 th.th03,
.table2 .td01{
	white-space: nowrap;
}
.table2 th.th03{
	text-align: center;
}
.table2 .td01 dl {
	display: flex;
}
.table2 .td01 dl dt {
	margin-right: .5em;
}
.tables {
	margin-left: 30px;
}

.table3 {
	margin-bottom: 2em;
	font-size: 13px;
	vertical-align: baseline;
}
.table3 caption {
	text-align: left;
	width: 100%;
	margin-bottom: .5em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5
}
.table3 caption .unit {
	float: right;
	font-size: 85%;
	font-weight: normal;
	vertical-align: baseline;
}
.table3 thead th {
	background: #004098;
	color: #fff;
	font-weight: normal;
	padding: .5em 2em;
	border-left: 1px solid #D1D2D2;
}

.table3 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: middle;
	width:200px;
}
.table3 tbody td {
	font-weight: normal;
	text-align: center;
	padding: .5em 1em;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
	width:100px;
}
.table3.mb0 {
	margin-bottom: 0;
}

.table3.mb0 tbody td {
	width:230px;
}

.table3.mb0 tfoot td.note {
	font-size: 85%;
	padding-top: .5em;
	padding-bottom: 3em;
}
