@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南医療大学(C)FureaiGroup 2020

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

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

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

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

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

@media screen and (min-width: 769px) {
  /* PCスタイルはここに記載 */
  
}
/* ===========================================================
 2.印刷スタイル
=========================================================== */
@media print {
  /* 印刷時のスタイルはここに記載 */
  .page {
    overflow-x: hidden;
    overflow-y: visible;
  }
  div.page{
    width: 1100px;
  }
}
