@charset "UTF-8";
/* Custom Style Sheet
* 固定ページ
*
*/


/*
* レイアウト
*/
body {
  padding-top: 120px !important;
  color: #000000;
  box-sizing: border-box;
}
#guide {
  color: #000000;
}











/*
* スマホ用 **********************************************************************
*/


@media screen and (max-width:992px){



  /*
  * レイアウト
  */
  body {
    padding-top: 60px !important;
    color: #000000;
    box-sizing: border-box;
  }











}
