/*  コンタクトの画像　マージン */
.contact-image {margin: 1.5rem !important;}

/*  モジュール位置 t4-footnav 非表示 */
.t4-footnav  {display: none !important;}

/*  ページ見出し フォント・カラー */
.t4-masthead .t4-masthead-title {
  font-weight: bolder !important;
  color : #ffffff ;
  text-shadow: #000 0 -2px;
  font-size: var(--h1-font-size);
} 

.t4-masthead-description {
  font-weight: bolder !important;
  color : #ffffff ;
  font-size: var(--h5-font-size);
} 
