@charset "UTF-8";

/*---------------line hight---------------*/

span[style*="12px"] {
	line-height: 1.6;
	display: inline-block;
}

/*---------------屋根の点検から工事まで---------------*/

#kawarashield+div .inner_item_img img{
	width: 70% !important;
	height: auto !important;
}
@media screen and (max-width: 480px){
	#kawarashield+div .inner_item_img img{
		width: 55% !important;
		height: auto !important;
	}
	#kawarashield+div .inner_item:not(:last-child){
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		padding-bottom: 30px;
	}
}

/*---------------どんな住まいにも対応します---------------*/

@media screen and (max-width: 480px){
	#kawarashield1+div .inner_item:not(:last-child){
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		padding-bottom: 30px;
	}
}

