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

	service

-----------------------------------*/
#service{
	text-align: center;
	padding: 100px 0 60px;
}
#service .lead{
	text-align:center;
	margin-bottom: 35px;
}
#service .order{
	text-align: right;
	margin-top: 20px;
}
#service .service{
	text-align:left;
	background:#fff;
	position:relative;
	margin-top: 40px;
	padding: 30px;
    border: solid 1px #efefef;
    box-sizing: border-box;
}
#service .service .num{
	width: 60px;
	height: 45px;
	font-size: 30px;
	text-align:left;
	font-style : italic;
	letter-spacing:0;
	color:#fff;
	background:#2d457b;
	position:absolute;
	top:-15px;
	left: 0;
	z-index:998;
	padding: 10px 0 0 10px;
	box-sizing:border-box;
}
#service .service .num:after {
    content: "";
    position: absolute;
    /* right: 0; */
    bottom: -20px;
    left: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2d457b transparent transparent transparent;
    border-width: 25px 40px 0 40px;
}
#service .service  ul{
	margin-top: 20px;
}
#service .service ul li{
	float: left;
	margin-right: 15px;
}
#service .service ul li:last-child{
	margin-right: 0;
}
#service .service h2 {
    font-size: 32px;
	text-align:center;
    color: #2d457b;
	padding:50px 0 20px;
	margin-bottom:20px;
	border-bottom:solid 1px #2d457b;
}
.service_link{
	text-align:center;
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	#service .service ul li{
		width: 24.2%;
		float: left;
		margin-right: 1%;
	}
	
}
@media screen and (max-width: 980px) {
	#service .service ul li{
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	#service .service ul li:nth-child(2n){
		margin-right: 0;
	}
	#service .service ul li:first-child,
	#service .service ul li:nth-child(2){
		margin-bottom: 8px;
	}
	
}
@media screen and (max-width: 640px) {
	#service{
		text-align: center;
		padding: 60px 0 30px;
	}
	#service .lead{
		margin-bottom: 20px;
	}
	#service .service{
		margin-top: 40px;
		padding: 20px 2.5%;
	}

	#service .service .num {
		width: 40px;
		height: 25px;
		font-size: 21px;
		padding: 5px 0 0 5px;
		box-sizing: border-box;
	}
	#service .service .num:after {
		bottom: -20px;
		left: -10px;
		border-width: 20px 30px 0 30px;
	}
	#service .service h2 {
		font-size: 18px;
		letter-spacing: 0.2rem;
		padding:30px 0 10px;
		margin-bottom:10px;
	}
}
