@charset "utf-8"; 
/*
固定ページ用共通CSSファイル
*/


/* =====================
固定ページ共通設定
===================== */

main {
  padding: 20vh 2rem 0;/*固定ナビとの重なりを回避するため　余白多め*/
}

h1.page_title{
  font-weight: lighter;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-left: solid #333 0.5px;
  padding: 0 0 8px 14px;
  border-bottom: solid #333 0.5px;
  font-size: 1.5rem;
  margin-bottom: 8vh;

}