@charset "UTF-8";


/** 01. 文字のサイズ変更
**************************************************************** **/

#content .md {
	font-size: 200%;
}

#content .bg {
	font-size: 400%;
}

#content .sm {
	font-size: 140%;
}

#content .ssm {
	font-size: 140%;
}

@media all and (max-width: 515px) {


#content .bg {
	font-size: 5.6vw;
}

#content .md {
	font-size: 4.7vw;
}

#content .sm {
	font-size: 3.8vw;
}

#content .ssm {
	font-size: 3.0vw;
}

}
