@charset "UTF-8";
/* sp(320px) */

/* リフォーム事例 */
#list_works .box:not(:last-of-type) {
	margin-block-end: 4em;
}
#list_works .box .post {
	margin-block: 2.5em;
	/*border: 1px solid #000;*/
}
#list_works .box .post figure  {
	block-size: auto;
	margin-block: 0 2.5em;
	margin-block: 0 1.5em;
	/*border: 1px solid #000;*/
}
#list_works .box .post figure img {
	block-size: auto;
	/*margin-block: 0 2.5em;*/
}
#list_works .box .post p {
	margin-block: 1.5em 2.5em;
}


@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* リフォーム事例 */
#list_works .box:not(:last-of-type) {
	margin-block-end: 5em;
}


	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */



/* end of media query(pc) */
}