@charset "utf-8";

/* =============================================
	宅建士になるには
============================================= */

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	.td_w03{
		width: calc(3em + 22px);
	}
	.td_w02{
		width: calc(2em + 22px);
	}
}
