@charset "UTF-8";

.sec1 > p {
	padding: 0 15px;
}

.title1 {
	background: #f2f1f1;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
	margin: 0 0 25px;
	padding: 18px 20px;
}
.block1 + .title1 {
	margin-top: 40px;
}
.title1 img {
	height: 20px;
	margin: -5px 0 0 10px;
	position: relative;
	vertical-align: middle;
	width: auto;
}
.block1 {
	display: flex;
	flex-wrap: wrap;
}
.block1 > * {
	background: rgba(218,238,251,1.00);
	/*background: rgba(246,246,246,1.00);*/
	/*border-radius: 10px;*/
	color: #000 !important;
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	height: 130px;
	line-height: 1.6;
	margin: 0 .5% 5px 0;
	padding: 48px 0 0;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s ease;
	width: 33%;
}
.block1 > *.st1 {
	padding-top: 34px;
}
.block1 > *.st2 {
	padding-top: 26px;
}
.block1.wall > * {
	background: rgba(83,168,44,0.3);
}
.block1.roof > * {
	background: rgba(238,151,0,0.3);
}
.block1.wall > *:hover {
	background: rgba(83,168,44,0.4);
}
.block1.roof > *:hover {
	background: rgba(238,151,0,0.4);
}
.block1 > *:nth-child(3n) {
	margin-right: 0;
}
.block1 > * > span > span {
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 1.4;
	margin-top: 0.3em;
}

@media print, screen and (min-width: 768px) {
	
}


@media screen and (max-width: 767px) {

	.title1 {
		font-size: 18px;
		padding: 12px 18px;
	}
	.block1 + .title1 {
		margin-top: 40px;
	}
	.block1 {
		display: block;
		padding: 0 15px;
	}
	.block1 > * {
		align-items: center;
		height: 110px;
		margin: 0 0 5px 0;
		padding: 0 !important;
		width: 100%;
	}
}

.clearfix::after {
	display:block;
	clear:both;
	content:""
}