@charset "UTF-8";
/*font.css*/

/*文字色*/
.baseColor { color: #444 !important; }
.colorLink { color: #ff6c00 !important; text-decoration: underline !important; } /*オレンジ*/
.colorLink:hover { color: #ff6c00 !important; text-decoration: none !important; } /*オレンジ*/
.notesTxt { color: #0069b5 !important; } /*青*/
.cautionTxt { color: #e6004b !important; } /*赤*/


/* PC表示用 ==========================================================================================*/
@media screen and (min-width: 751px) {
	.fontmini {
		font-size: 11px;
		line-height: 1.43;
	}
	.fontS {
		font-size: 14px;
		line-height: 1.43;
	}
	.content {
		font-size: 16px;
		line-height: 1.68;
	}
	.fontB {
		font-size: 18px;
		/*font-weight: bold;*/
		line-height: 1.61;
	}
	label { font-size: 18px; }
	.authKey {font-size: 200%;}
}
/* SP表示用 ==========================================================================================*/
@media screen and (max-width: 750px) {
	.fontmini {
		font-size: 15px;
		line-height: 1.36;
	}
	.fontS {
		font-size: 22px;
		line-height: 1.36;
	}
	.content {
		font-size: 24px;
		line-height: 1.58;
	}
	.fontB {
		font-size: 26px;
		line-height: 1.54;
		/*font-weight: bold;*/
	}
	label { font-size: 26px; }
	.authKey {font-size: 150%;}
}
