@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2020

File name:      main.css
Last Update:    2021/12/02
Style Info:     メインスタイル。
------------------------------------------------------------->
 0.初期設定
 1.一時スタイル
 2.印刷スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ===========================================================
 0.初期設定
=========================================================== */
/* WebFont（webフォント使用時は下記に追加） */
/* GoogleFont */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;900&display=swap");

/* icomoon */
@import url("../icomoon/style.css");

/* 標準フォーマット */
@import url("format.css");

/* ===========================================================
 2.一時スタイル（一時的に使用するスタイルを記載・長期間使用不可）  
=========================================================== */
/* SPスタイルはここに記載 */

@media screen and (min-width: 960px), print {
  /* PCスタイルはここに記載 */
}
/* ===========================================================
 2.印刷スタイル
=========================================================== */
@media print {
  /* 印刷時のスタイルはここに記載 */
}
