/*-------------------------------------------------------------------------------*\
     $fatfoot
\*-------------------------------------------------------------------------------*/
.fat_wrap {
  display: none;
}
@media (min-width: 48em) {
  .fat_wrap {
    display: block;
    padding: 2rem 1rem;
    background: #8e8e8e;
    border-top: 10px solid #c1c1c1;
  }
}

.fat_nav {
  position: relative;
  display: table;
  width: 100%;
  padding: 1rem 0;
}

.fat_item {
  display: table-cell;
  width: calc(100% / 6);
  padding: 0 1rem;
  border-right: 1px solid #a1a1a1;
}
.fat_item:last-child {
  border-right: none;
}

.fat_item_tit a {
  display: block;
  height: 36px;
  color: #ffffff;
  font-size: 15px;
}
.fat_item_tit a:hover {
  text-decoration: underline;
}

.fat_item_list a {
  display: block;
  padding-bottom: .5rem;
  color: #d4d4d4;
  font-size: 0.813em;
  line-height: 1.4;
}
.fat_item_list a:hover {
  color: #ffffff;
  text-decoration: underline;
}
