@charset "utf-8";

/* 打ち消し */
.block-footernav a[target="_blank"]{
  position: static !important;
  padding-right: 0 !important;
}
.block-footernav a[target="_blank"]:after{
  display: none !important;
}

.block-footernav a[target="_blank"]::before{
  display: none !important;
}
/* footer */




.ft-container {
  background: #e9e9e9;
  padding: 35px 2% 35px;
  font-size: 11px;
  margin: 0px auto;
    max-width: 768px;
    line-height: 1.7;
}

.ft-copy {
  color: #888888;
  margin: 24px 10px 0;
}

.block-footernav {
  font-size: 12px;
}

.block-footernav ul {
  list-style: none;
}

.block-footernav a {
  text-decoration: none;
  color: #666666;
}



.block-footernav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px;
}

.block-footernav-list a {
  margin-right: 24px;
}

.block-footernav-list li:before {
  display: inline-block;
  content: ">";
  margin: 0 6px 0 0;
}

.block-footernav-list-s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 10px;
}

.block-footernav-list-s li + li:before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
  color: #c2c2c2;
}

