@charset "UTF-8";


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

.popUP {
	display: none;
}


#main {
	padding-top: 56px;
	background-image: url(../png/img_main.png);
	background-repeat: no-repeat;
	background-position: 48% -2.53333333%;
	background-size: 112.4%;
}
#mainImg {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
#mainImg h2 {
	position: absolute;
	display: block;
	width: 81.73333333%;
	top: 4.5%;
	left: 50%;
	transform: translateX(-50%);
}

.statements {
	width: 90%;
	margin: 1.5em auto 1.5em;
	font-size: 2.66666667vw;
	line-height: 1.5;
}
.statements dt {
	font-size: 3.2vw;
	font-weight: 700;
}
.statements dd {
	margin-bottom: 1em;
}


#feature {
	display: block;
	padding-bottom: 5%;
}
#feature li {
	position: relative;
	display: block;
	width: auto;
	padding-top: 15%;
	margin-left: 10%;
	margin-bottom: 4.8%;
}
#feature li span {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	display: block;
	width: 94%;
	height: 100%;
	padding-left: 21%;
	font-size: 4.6875vw;
	font-weight: 600;
	line-height: 1.2647;
	color: #3e4e58;
	background: grey;
}
#main #feature li span a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	hyphens: auto;
}



#feature li:first-child span {
	background: url(../png/btn_ceo.png) no-repeat left center / auto 100%;
}
#feature li:nth-child(2) span {
	background: url(../png/btn_value.png) no-repeat left center / auto 100%;
}
#feature li:nth-child(3) span {
	background: url(../png/btn_contribute.png) no-repeat left center / auto 100%;
}
#feature li:nth-child(4) span {
	background: url(../png/btn_tech.png) no-repeat left center / auto 100%;
}
#feature li:last-child span {
	background: url(../png/btn_discussion.png) no-repeat left center / auto 100%;
}

