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

.number {
	padding:20px 0 50px 0;
}


.number1 {
	max-width:1200px;
	margin:auto;
}
.number-intro{
	max-width:1200px;
	margin:auto;
	width:90%;
}
.number1 ul{
	list-style:none;
	padding-left:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
/*.number1 ul li{
	background-color:#fff;
	width:49%;
	margin-bottom:15px;
	box-sizing: border-box;
	font-weight:bold;
	padding:30px 0 30px 0;
	display:block;
}
.number1 ul li .number1-1{
	text-align:right;
	width:260px;
	margin:auto;
	box-sizing:border-box;
}
.number1 ul li .number-title1{
}
.number1 ul li .number-big{
	font-size:80px;
	padding:0 10px;
	display:inline-block;
	box-sizing:border-box;
	line-height:80px;
	color:#0077A6;
}
.number1 ul li .unit{
	
}
.number1 ul li .caution{
	display:block;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}*/
.number1 ul li{
	width:49%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background-color:#fff;
	padding:30px 40px;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px #dcdcdc;
	border-radius:10px;
	margin-bottom:20px;
}
.number-pic{
	width:45%;
}
.number-right{
	width:48%;
}
.number-pic img, .number-right img{
	width:100%;
}
.number2 {
	
}
.number2 h2{
	background-color:#0077A6;
	color:#f2f2f2;
	border-radius:50px;
	padding-left:20px;
	box-shadow: 2px 2px 7px #999;
}
.number2 ul{
	list-style:none;
	display:flex;
	justify-content:space-between;
	padding-left:0;
}
.number2 ul li{
	width:19%;
}
.number2 ul li a{
	
}
.number2 ul li a img{
	width:100%;
}