@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500|Roboto:300,400,500&display=swap&subset=japanese');

/*PC用　フォント*/

html{
 font-family:'Roboto','Noto Sans JP',sans-serif;
 font-weight: 300;
}
h1,h2,h3,h4,h5,h6{ font-weight: 500;}
b,strong{ font-weight: 500;}
input,select,textarea{
 font-family:'Roboto','Noto Sans JP',sans-serif;
 font-weight: 300;
}
