/*768以下*/
body{
font-size:16px;
}
.container {
overflow: hidden;
}
/*ヘッダー*/
#head{
clear:both;
border:0;
}
.head_wrap{
width:100%;
height:100px;
text-align:center;
}
.head_text{
text-align:center;
font-size:11px;
}
.head_title{
text-align:center;
font-size:20px;
margin-top:17px;
}

/*トグル*/
/*ナビゲーションメニュー*/
#menu{
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0;
}
#menu li{
display: block;
float: left;
width: 12.5%;
margin: 0;
padding: 0; }
#menu li a{
display: block;
padding: 12px 0 10px;
background: #5B5953;
color: #fff;
text-align:left;
text-decoration: none;
padding-left:15px;
font-weight:bold;
font-size:12px;
}
#menu li a:hover{
background: #666;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 768px) {
  #menu li{
  width: 25%;
  border-bottom: 1px solid #fff;
}
}
@media only screen and (max-width: 768px) {
#menu{
  display: none;
}
#menu li a{
text-align:center;
padding-left:0;

}
#menu li{
  width: 100%;
  text-align: left;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #5B5953;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#toggle:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background: #fff;
}
#toggle a:before, #toggle a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #5B5953;
}
#toggle a:before{
  margin-top: -6px;
}
#toggle a:after{
  margin-top: 2px;
}

/*フッター*/
.wrapper_footer{
width:100%;
/*height:190px;*/
}
.footer{
text-align:center;
}
.footer_address_wrap{
width:100%;
text-align:center;
}
.footer_menu{
width:100%;
text-align:center;
}
.footer_menu_ul{
    display: table;
    margin: auto;
}
.footer_menu_ul li {
    display: table-cell;
}
.footer_powered{
text-align:center;
}
/*業務内容ボタン*/
.gyoumu_button{
/*border:1px solid #000;*/
width:100%;
height:112px;
float:left;
}
/*タブレット・スマホ用カラム落ち項目*/
.side_buttun_wrap{
width:97%;
margin-left:auto;
margin-right:auto;
clear:both;
}
/*テーブルレイアウト*/
.table_right{
border-left:1px solid #CCCCCC;
}

/*フッター電話番号*/
.foot_tel_wrap{
width:340px;
}
/*TEL*/
.foot_tel{
width:56px;
font-size:24px;
}
.foot_tel_text{
margin-top:-2px;
}
/*電話番号*/
.foot_phone_number{
font-size:35px;
margin-top:-4px;
padding-left:5px;
}
/*プロフィール*/
.profile_name{
display:table;
padding-left:0;
}

/*ページトップ*/
.pagetop{
right:16px;

}