/*
フッター位置を定義
*/
.l_footer {
  position: relative;
  margin-top: 3rem;
}

.l_footer_wrap{
  color: #666;
  background: #ececec;
  padding: 2rem 2rem 3rem;
  font-size: .9rem;
}

.l_footer_container {
  max-width: 1200px;
  margin: 0 auto;
}

.l_footer_wrap ul li:after {
  margin-left: 5px;
  margin-right: 5px;
}

.l_footer_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin:.3rem auto 1rem;
}

.l_footer_wrap ul li:after {
  content: "|";
}

.l_footer_list a:hover{
  text-decoration: underline;
}

/*
top link
*/
.l_footer_top {
  float: right;
  position: absolute;
  left: 47%;
  top: -18px;
  width: 52px;
  height: 52px;
  background: #eee;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  z-index: 10;
}

.l_footer_toplink {
  display: inline-block;
  line-height: 2;
  padding-right: 0;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 27px;
  height: 27px;
  background: url(https://common.bizceed.jp/images/top.png) no-repeat center center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
.c_card {
  width: 260px;
  min-width: 260px;
}
}


@media (max-width: 768px) {
.l_footer_wrap {
  padding: 2rem 1rem 3rem;
}

.l_footer_list li{
  margin-bottom: 1rem;
}

}