@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,500,600,700,900&amp;subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700,800|Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700,900&display=swap');
html {
font-size: 62.5%;
}
body {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
line-height: 1.6;
font-size: 1.0rem;
color: #333;
}

.roboto{
font-family:'Roboto', sans-serif;
font-weight:300;
}

.noto-en{
font-family: 'Noto Sans', sans-serif;
font-weight:300;
}

.m-plus{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight:500;
}

.yahei{
font-family:'Noto Sans SC', sans-serif;
}

.yahei-b{
font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
}