@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');


:lang(en-US) {
	font-family: 'Roboto', 'FontAwesome', 'themify', 'tinymce', Arial, sans-serif!important;
}
:lang(ja) {
	font-family: 'Noto Sans JP', 'FontAwesome', 'themify', sans-serif!important;
}
:lang(zh-hans) {
	font-family: 'Noto Sans SC', 'FontAwesome', 'themify', sans-serif!important;
}


:lang(ja) .product2-list {
	margin-bottom:10px;
}

@media screen and (max-width:768px) {
	
	:lang(en-US) .lab-result1 {
		line-height:1;
		text-align:center;
	}
	:lang(en-US) .lab-result2 {
		text-align: center;
		line-height: 1;
	}
	
}