@charset "utf-8";

/* =======================================
	contact CSS
========================================== */
/* お問い合わせフォーム
------------------------------------------ */
/* セクション全体 */
#contact {
}

@media screen and (min-width: 1000px) {/* PC */
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
}
@media screen and (max-width: 767px) {/* SP */
}
