/*事業内容 ホームページ作成[web-design.html]　Ver.1.0.0 */

/*=================================
コンテンツ設定
=================================*/
.sales-point {
	margin: 50px 0;
	padding: 0 30px 30px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(225, 0, 54, 0.85);
	/*border: 2px solid rgba(225, 0, 54, 1.0);*/
	border-radius: 10px;
}
.sales-point h4 {
	padding: 30px 0 5px 25px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(252, 240, 0, 1.0);
	position: relative;
}
.sales-point h4::before {
	font-family: 'Material Icons';
	content: '\e65f';
	color: rgba(255, 240, 0, 1.0);
	position: absolute;
	left: 0;
}
.site-sample li {
	width: 33%;
	padding: 0 2%;
}
.site-sample li p.site-sample-cap {
	margin: 0 0 5px;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
}
.site-sample li img {
	box-shadow: 0 0 4px rgba(45, 45, 45, 0.6);
}



/*=================================
タブレット設定（〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {



}



/*=================================
スマホ設定（〜599px）
=================================*/
@media only screen and (max-width: 599px) {

	.site-sample li {
		width: 100%;
		padding: 30px 0 0;
	}

}
