@charset "UTF-8";
/* CSS Document */

.contents.number {
	width: 100%;
	margin: 0 0 100px;
	padding: 0;
	float: left;
}

.contents.number .main-img {
	height: 450px;
	background-image: url("../images/number/mainimg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}

.contents.number h1.title {
	font-style: normal;
}

.contents.number h2 {
	width: 450px;
	height: 60px;
	margin: 50px auto 30px;
	background-color: #022b1c;
	color: #fff;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
	border-radius: 30px;
}

.contents.number dl.manager h2 {
	width: 570px;
}

.contents.number dl {
	width: 50%;
	margin: 50px 0 0;
	padding: 0;
	float: left;
}

.contents.number dl dt {
	width: 80%;
	height: 400px;
	margin: 0 10% 0;
	padding: 0;
	float: left;
	text-align: center;
}

.contents.number dl.sales dt img { max-width: 577px; }
.contents.number dl.office dt img { max-width: 592px; }
.contents.number dl.gender dt img { max-width: 603px;margin-top: 100px; }
.contents.number dl.employee dt img { max-width: 366px; }
.contents.number dl.age dt img { max-width: 486px; }
.contents.number dl.overtime dt img { max-width: 642px;margin-top: 50px; }
.contents.number dl.total dt img { max-width: 608px;margin-top: 50px; }
.contents.number dl.manager dt img { max-width: 482px; }
.contents.number dl.childcare dt img { max-width: 636px; }
.contents.number dl.return dt img { max-width: 585px; }

.contents.number dl dd {
	width: 80%;
	height: 80px;
	margin: 30px 5% 0;
	padding: 20px 5%;
	float: left;
	background-color: #f2f2f2;
	border-radius: 10px;
}


/* ************************************************** */
/*      RESPONSIVE  LAYOUT     */
/* ************************************************** */
@media screen and (max-width:1200px) {
	.contents.number .main-img {
		height: 481px;
	}
	.contents.number h2 {
		width: 80%;
		height: 4vw;
		margin: 50px 10% 30px;
		line-height: 4vw;
		font-size: 2vw;
	}
	.contents.number dl.manager h2 {
		width: 80%;
	}
	.contents.number dl dd {
		height: 100px;
	}
}

@media screen and (max-width:980px) {
	.contents.number .main-img {
		height: 428px;
		margin-top: 25px;
	}
	.contents.number dl dt {
		height: 300px;
	}
	.contents.number dl dd {
		height: 120px;
	}
}

@media screen and (max-width:780px) {
	.contents.number .main-img {
		height: 328px;
	}
	.contents.number dl dt {
		height: 250px;
	}
	.contents.number dl dd {
		height: 140px;
	}
}

@media screen and (max-width:680px) {
	.contents.number .main-img {
		height: 278px;
	}
	.contents.number h2 {
		width: 90%;
		height: 8vw;
		margin: 50px 5% 30px;
		line-height: 8vw;
		font-size: 4vw;
	}
	.contents.number dl.manager h2 {
		width: 90%;
	}
	.contents.number dl {
		width: 80%;
		margin: 50px 10% 0;
	}
	.contents.number dl dt {
		height: auto;
	}
	.contents.number dl dd {
		height: auto;
	}
}

@media screen and (max-width:500px) {
	.contents.number .main-img {
		height: 200px;
	}
	.contents.number dl {
		width: 90%;
		margin: 50px 5% 0;
	}
}

@media screen and (max-width:480px) {
	.contents.number .main-img {
		margin-top: 46px;
	}
}