@charset "UTF-8"; /* CSS Document for Laptop */



/* Text（default）
********************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	/*webフォント指定*/
	font-family:"Noto Sans Japanese", meiryo, "MS PGothic", sans-serif;
	font-size:62.5%;
}

/* ullrg（26px・行間26px）
**************************************/
header .ullrg.oneline {
	font-size:26px !important;
	font-size:2.6rem !important;
	line-height:26px !important;
	line-height:2.6rem !important;
}

/* lrg（16px・行間14px）
**************************************/
header .lrg {
	font-size:14px !important;
	font-size:1.4rem !important;
	line-height:14px !important;
	line-height:1.4rem !important;
}