@charset "UTF-8";


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

.sections .lead p {
	font-size: 120%;
}

.subT {
	display: list-item;
	margin-top: 1em;
	margin-left: 1em;
	list-style: disc;
	line-height: 1.3;
}
.list1{
	counter-reset:number;
	list-style:none;
	margin-left:0.75em;
	padding:0;
}
.list1 > li {
	margin-top: .75em;
	margin-left: 1.5em;
	list-style-type: decimal;
}


.list2 {
	margin-left: 0em;
}
.list2 li{
	margin-left: 0;
	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;
}





.column_box {
	margin-top: 2em;
	background-color: #aeddef;
	padding: 1.5em 2em 0;
}
.column_box .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.column_box dl {
	padding-bottom: 2em;
}
.column_box dd {
	font-size: 110%;
	line-height: 1.5;
	word-break: break-all;
}
.column_box .subT {
	font-size: 115%;
	margin: 0 0 1.5em;
	display: inline-block;
}

#main .column_box a {
	color: #014099;
}

