#purchase section.housing-for-sale h2.head01.about:before {
	width: 75px;
	/*画像の幅*/
	height: 75px;
	/*画像の高さ*/
	background: url(../image/ic-sale.svg) no-repeat; 
}

.housing-for-sale .td-gray{
	background: rgba(73, 155, 47, 0.08);
	font-weight: 600;
}

.housing-for-sale table{
	margin-bottom: 2rem;
	border: 2px solid #499b2f !important;
}

.housing-for-sale table td{
	border: 1px solid #64aa4e;
}

.housing-for-sale table td{
	width: 20%;
}

.housing-for-sale-wrap{
	padding-left: 1rem;
	padding-right: 1rem;
}

.td-image-group{
	position: relative;
	padding: 0 !important;
	border: 2px solid #499b2f !important;
}

.td-image-group .housing-label{
	position: absolute;
	left: 0;
	top: 0;
	/*background: #499b2f;*/
	background: rgba(73, 155, 47, 0.85);
	color: white;
	padding: 3px 5px;
	min-width: 100px;
	text-align: center;
}



@media (max-width: 768px) {
	.housing-for-sale table tr{
		width: 50%;
		float: left;
	}
	.housing-for-sale table td{
		width: auto;
	}
	.housing-for-sale table td.td-gray{
		font-weight: 600;
	}
	.housing-for-sale table td.td-gray br{
		display: none;
	}
	.housing-for-sale .housing-img img {
		height: 348px;
	}
}

@media (max-width: 576px) {
	.housing-for-sale .housing-img{
		text-align: center;
	}
	.housing-for-sale .housing-img img {
		height:230px;
	}
	.housing-for-sale table tr{
		width: 100%;
		float: none;
	}
	.housing-for-sale table td.td-image-group{
		width: 100% !important;
		float: none !important;
	}
}