@charset "UTF-8";
@media screen and (max-width: 768px) {

/*------------------------------------------
フッター【スマホ用】※基本的に改変しない※
--------------------------------------------*/
#footer_wrap {
	padding-bottom: 30px;
}
#footer_Box {
  width:96%;
  padding:2%;
  text-align:left;
}
#footer_Box > ul {
  width:100%!important;
}
#footer_Box ul,
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
}
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  border: none;
}

#footer_Box ul .top_box ul li {
  float:none;
  display:block;
  width:100%;
}
#footer_Box ul .top_box2 ul {
  width:100%;
}
#footer_Box ul .top_box2 ul li {
  float:none;
  width:100%;
  padding:0;
}
#footer_Box ul .top_box2 ul li p.note,
#footer_Box ul .top_box2 ul li p.link01,
#footer_Box ul .top_box2 ul li p.link02 {
  position:static;
}
#footer_bottom ul {
  width:100%;
}
#footer_bottom ul li {
  display:block;
}
#footer_bottom ul li:first-child {
  width:20%;
  float:left;
}
#footer_bottom ul li:nth-child(2) {
  display:none;
}
#footer_bottom ul li:nth-child(3) {
  width:16%;
  float:right;
}

#footer_bottom .right_Bicon img{ width:  100%; }

/* 全体
=============================*/
.dis_sp {display: block;}

}