﻿/*===========================================================================================*/
/* 株式会社INPEXロジスティクス　WEBサイト [基本CSS]
/* 2024.03.08 - 
/*===========================================================================================*/

/*
Theme Name: INPEX LOGISTICS 2024
Theme URI: https://www.inpexlogistics.co.jp/
Description: 株式会社INPEXロジスティクス オリジナルテーマ
Author: 株式会社イデア
Author URI: https://www.ideainc.co.jp/
Version: 1.0
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 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('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
/* font-family: 'Zen Maru Gothic', serif; */

@import url("./style_pc_common.css?v=20240308") 	only screen and (min-width: 981px);
@import url(  "./style_pc_home.css?v=20240308") 	only screen and (min-width: 981px);
@import url(  "./style_pc_page.css?v=20240308") 	only screen and (min-width: 981px);

@import url("./style_pc_common.css?v=20240308") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "./style_pc_home.css?v=20240308") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "./style_pc_page.css?v=20240308") 	only screen and (max-width: 980px) and (min-width: 641px);

@import url("./style_pc_common.css?v=20240308") 	only screen and (max-width: 640px);
@import url(  "./style_pc_home.css?v=20240308") 	only screen and (max-width: 640px);
@import url(  "./style_pc_page.css?v=20240308") 	only screen and (max-width: 640px);

@import url("./style_pc_common.css?v=20240308") 	print;
@import url(  "./style_pc_home.css?v=20240308") 	print;
@import url(  "./style_pc_page.css?v=20240308") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
