@charset "utf-8";

/*
	File Name   : import.css
	Description : 各CSSファイルの読み込み
*/


/* Base style
----------------------------------------------------------- */
@import url("default.css");
@import url("layout.css");
@import url("content.css");
@import url("module.css");
@import url("darktooltip.css");
@import url("n21.css");
/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;400;500;700;900&family=Noto+Serif+JP:wght@300;600&family=Poppins:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;600&family=Poppins:wght@700&display=swap');

/* Smartphone
----------------------------------------------------------- */
@import url("layout_sp.css") screen and (max-width: 767px);
@import url("content_sp.css") screen and (max-width: 767px);
@import url("n21_sp.css") screen and (max-width: 767px);