@charset "utf-8";

/* =============================================
	合格実績　合格者の声
=========================================== */

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){}
/* PC----------------------------- */
@media screen and (min-width: 768px){}
