@charset "utf-8";

/* ====================================================
 SERVICES
==================================================== */
#content .contentInc{
}
#services{
	width:100%;
	border-top: 1px dotted #999;
	margin-bottom: 110px;
}
#services li{
	display:block;
	box-sizing: border-box;
	width:100%;
	padding:20px 0 18px 284px;
	border-bottom: 1px dotted #999;
	position:relative;
}
#services li p.icon{
	display:block;
	width:70px;
	height: 70px;
	box-sizing: border-box;
	line-height: 1;
	background: #90D7F4;
	color:#FFF;
	font-size:36px;
	padding-top:16px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto 0;
}
#services li i.fa-lightbulb-o{
	font-size:44px;
	margin-top:-3px;
}
#services li i.fa-shopping-cart{
	font-size:40px;
	margin-top:-2px;
}
#services li i.fa-bolt{
	font-size:46px;
	margin-top:-4px;
}
#services li i.fa-pencil{
	font-size:43px;
	margin-top:-4px;
}
#services li p.en{
	height:100%;
	font-size:26px;
	line-height: 110%;
	font-weight: bolder;
	position: absolute;
	top: 0;
	bottom: 0;
	left:86px;
	margin: auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
#services li h3{
	font-size:16px;
	font-weight: bolder;
	line-height: 1;
	margin-bottom: 8px;
}
#services li p.note{
	font-size:13.3px;
}
#services .btn{
	margin: 0 auto 25px auto;
}
@media screen and (max-width:640px){
	#services{
		margin:0 auto 20px auto;
		border-top:none;
	}
	#services li:first-child{
		border-top: 1px dotted #999;
	}
	#services li{
		display:block;
		float: left;
		width:calc(100% - 10px);
		padding:14px 0 11px 82px;
		margin:0px 5px 0px 5px;
		border-bottom: 1px dotted #999;
	}
	#services li p.icon{
		padding-top:17px;
	}
	#services li h3{
		font-size:17px;
		line-height: 1;
		margin-bottom: 4px;
	}
	#services li h3 span.sup{
		font-size:12px;
	}
	#services li p.en{
		position:static;
		font-size:12px;
		margin-bottom:6px;
		font-weight: normal;
	}
	#services li p.en br{
		display: none;
	}
	#services li p.note{
		font-size:13px;
		line-height: 140%;
	}
	#services .btn{
		margin: 0 auto 25px auto;
	}
}
