@charset "UTF-8";


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

.pageTitle + p {
	padding: 0 2.5%;
	font-size: 4.0625vw;
	line-height: 1.78;
}
.sections .lead {
	margin-top: 1em;
	font-size: 4.375vw;
	line-height: 1.5;
	font-weight: 700;
}
.sec3 p {
	text-align: left;
}
.date {
	display: block;
	font-size: 80%;
	text-align: right;
	margin-bottom: .5em
}

.data_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	padding: 5.3125vw 0;
	box-sizing: border-box;
}
.data_box li {
	width:44.5vw;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	margin-bottom: 4.375vw;
}
.data_box li:last-child {
	margin-left: auto;
	margin-right: auto;
}


.data_box .dataT {
	width:100%;
/*	height: 18.4375vw;*/
	min-height: 30vw;
	box-sizing: border-box;
	padding: 2.5vw;
	font-size: 3.593749vw;
	line-height: 3.2vw;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 70%;
	position: relative;
}
.data_box .dataT .label {
	display: inline-block;
}
.data_box .dataT .label .small {
	display: block;
	font-size: 2.5vw;
	font-weight: normal;
}
.data_box .dataT .num {
	position: absolute;
	bottom: 0;
	font-size: 4.375vw;
	line-height: 4.375vw;
	color: #004097;
}
.data_box .dataT .num strong {
	font-size: 10.666666675vw;
}
.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: 2.8125vw;
	line-height: 1.5;
	padding: 3.5vw 2vw;
}



.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;
}

p + .subT,
ul + .subT,
table + .subT,
.subT.mt1em {
	margin-top: 1em;
}

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

.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:auto;
	margin-bottom: 2em;
	font-size: 1.8vw;
	vertical-align: baseline;
}
.table1 caption {
	text-align: left;
	width: 100%;
	margin-top: 0;
}
.table1 caption .unit {
	float: right;
	font-size: 85%;
	font-weight: normal;
	vertical-align: baseline;
}
.table1 thead th {
	background: #004098;
	color: #fff;
	font-weight: normal;
	padding: .5em;
	border-left: 1px solid #D1D2D2;
}
.table1 thead th:first-child {
	box-sizing: border-box;
}
.table1 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em 1em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
/*	width:13vw;*/
	box-sizing: border-box;
	white-space: nowrap;
}
.table1 tbody td {
	font-weight: normal;
	text-align: center;
	padding: .5em 1em;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	white-space: nowrap;
	line-height: 1;
}


.table2 {
	width:auto;
	margin-bottom: 2em;
	font-size: 2vw;
	vertical-align: baseline;
}
.table2 caption {
	text-align: left;
	width: auto;
	margin-top: 0;
	white-space: nowrap;
}
.table2 thead th {
	background: #004098;
	color: #fff;
	font-weight: normal;
	padding: .5em;
	border-left: 1px solid #D1D2D2;
}

.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;
}



.table3 {
	width:100%;
	margin-bottom: 2em;
	font-size: 2vw;
	vertical-align: baseline;
}
.table3 caption {
	text-align: left;
	width: 100%;
	margin-bottom: .5em;
	font-size: 3.75vw;
	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;
	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:30%;
}
.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:30%;
}
.table3.mb0 {
	margin-bottom: 0;
}
.table3.mb0 tbody td {
	width:60%;
}

.table3.mb0 tfoot td.note {
	font-size: 2vw;
	padding-top: 0.5em;
	padding-bottom: 3em;
}
