@charset "shift_jis";

/*====================================
 *
 * PC
 *
 * ====================================*/
@media print, screen and (min-width: 744px) {
	.education_com-mainVisualText {
		font-weight: bold;
		font-size: 2.4rem;
		color: #205af3;
		line-height: 1.1;
	}
	.education_com-mainVisualText + * {
		margin-top: 32px;
	}
}
/*====================================
 *
 * SP
 *
 * ====================================*/
@media screen and (max-width: 743px) {
	.education_com-mainVisualText {
		font-weight: bold;
		font-size: 1.6rem;
		color: #205af3;
		line-height: 1.1;
	}
	.education_com-mainVisualText + * {
		margin-top: 19px;
	}
}