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