@charset "utf-8";
/* CSS Document */

/* コンテンツ右側ここから */


/* PC ここから */

div.contact_space {
	clear: both;
	height: 175px;
}


/* PC ここまで */

/* Smartphone  ここから */

@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

div.contact_space {
	clear: both;
	height: 30px;
}

}

/* コンテンツ右側ここまで */
