@charset "UTF-8";


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

.twoCols .col {
	flex: 0 0 48.5%;
}
.subT {
	display: list-item;
	margin-top: 1em;
	margin-left: 2em;
	list-style: disc;
	line-height: 1.3;
}
.sections .lead p {
	font-size: 120%;
}

.list1{
	counter-reset:number;
	list-style:none;
	margin:1em;
	padding:0;
}
.list1 > li {
	margin-top: 1em;
	margin-left: 2.5em;
	list-style-type: decimal;
}


.list2 {
	margin-left: 0em;
}
.list2 li{
	margin-left: -0.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-left: 2.5em;
	text-indent: -2.5em;
	line-height: 1.3;
}
.list2 li:before{
	counter-increment: number;
	content: "("counter(number)") ";
	text-align: right;
	display: inline-block;
	width:2em;
	margin-right: 0.5em;
}




/* disclosure */

.column_box {
	margin-top: 2em;
	background-color: #aeddef;
	padding: 1.5em 2em 0;
}
.column_box .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column_box dl {
	flex: 0 0 48%;
	padding-bottom: 2em;
}
.column_box dd {
	margin-top: 0em;
	font-size: 110%;
	line-height: 1.78
}
.column_box .subT {
	margin: 0 0 1.5em;
	display: inline-block;
}
.column_box .subT::before {
	content: ""
}

#main .column_box a {
	color: #014099;
}
#main .column_box a:hover {
	text-decoration: none;
}
