/*===========================================================================================*/
/* Jマテ.エンジニアリング株式会社　WEBサイト [基本CSS]
/* 2026.01.07 - 
/*===========================================================================================*/

/*
Theme Name: JOMATE ENG 2026
Theme URI: https://www.joemate-eng.jp/
Description: Jマテ.エンジニアリング株式会社 オリジナルテーマ
Author: 信越情報株式会社
Author URI: https://www.sinfo.co.jp/
Version: 1.0
*/

@charset "UTF-8";

/* main color
#005293
rgba(0,82,147,1.00);
*/

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* font-family:'M PLUS Rounded 1c', sans-serif; */

@import url("style_pc_common.css?v=20260130") 	only screen and (min-width: 981px);
@import url(  "style_pc_home.css?v=20260130") 	only screen and (min-width: 981px);
@import url(  "style_pc_page.css?v=20260130") 	only screen and (min-width: 981px);

@import url("style_pc_common.css?v=20260130") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "style_pc_home.css?v=20260130") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "style_pc_page.css?v=20260130") 	only screen and (max-width: 980px) and (min-width: 641px);

@import url("style_sp_common.css?v=20260130") 	only screen and (max-width: 640px);
@import url(  "style_sp_home.css?v=20260130") 	only screen and (max-width: 640px);
@import url(  "style_sp_page.css?v=20260130") 	only screen and (max-width: 640px);

@import url("style_pc_common.css?v=20260130") 	print;
@import url(  "style_pc_home.css?v=20260130") 	print;
@import url(  "style_pc_page.css?v=20260130") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
