/* スマホページ共通部 */



@charset "utf-8";

body {
  font-size: 14px;
  line-height: 1.6;
}

.clearfix:after{
  content : "";
  display : block;
  height : 0;
  clear : both;
}

h1,
h2,
h3,
h4{
  font-weight:bold;
  line-height: 1.4;
}

h1{
  font-size:22px;
}

h2{
  font-size:20px;
}

h3{
  font-size:18px;
}

h4{
  font-size:16px;
}



/* ヘッダー */

.gmenu .img_logo{
  width:80%;
}

.gmenu .navbar-toggle{
  margin-top: 14px;
  margin-bottom: 14px;
}

.gmenu .navbar-default{
  background:#FFFFFF;
}



/* フッター */
#footer{
  margin-top:50px;
}

#footer .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#footer .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#footer .list-group-item {
  padding: 15px 15px;
}

#footer .companyjusyo{
  font-size:12px;
}



/* サイドメニュー */

.sidemenu{
  margin-top:30px;
}

.sidemenu .banBox img{
  width:100%;
}



/* ページのトップへ */

#page-top{
    position: fixed;
    bottom: 5px;
    right: 5px;
}