/*-------------------------------------------------------------------------------*/
/*    $Theme_Fatfooter                                                                 */
/*-------------------------------------------------------------------------------*/
.tc_fat_wrap {
  background-color: #f1f3f5;
}
.tc_fatbtn_bar {
  background-color: #212529;
}
.tc_fatbtn_bar:before, .tc_fatbtn_bar:after {
  background: white;
}
.tc_fatbtn_bar > a {
  color: white;
}
.tc_fatbtn_bar > a:before, .tc_fatbtn_bar > a:after {
  border: 1px solid white;
}
.tc_fatbtn_bar > a:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .tc_fatbtn_bar > a:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.75);
  }
}
.tc_fat_content {
  background-color: #f1f3f5;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.tc_fat_item_tit a {
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}
.tc_fat_item_tit a:hover {
  color: black;
}
.tc_fat_item_list a {
  color: #495057;
}
.tc_fat_item_list a:hover {
  color: #495057;
}

.fat_wrap {
  display: none;
}
@media (min-width: 768px) {
  .fat_wrap {
    display: block;
  }
}

/*-----fatbtn-----*/
.fatbtn_bar {
  position: relative;
  height: calc(60px + .5rem);
  border-bottom: 0.5rem solid #212529;
}
.fatbtn_bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../../images/fatbtn_bg.svg) no-repeat center bottom;
  z-index: -1;
}
.fatbtn_bar .fatbtn {
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  margin: 0 auto;
  padding-top: 2.5rem;
  color: white;
}
.fatbtn_bar .fatbtn:before, .fatbtn_bar .fatbtn:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: calc(50% - 10px/2);
  border-width: 1px 1px 0 0;
  border-color: white;
  border-style: solid;
  transform: rotate(-45deg);
}
.fatbtn_bar .fatbtn:before {
  top: 18px;
}
.fatbtn_bar .fatbtn:after {
  top: 25px;
}

.fat_open .fatbtn:before, .fat_open .fatbtn:after {
  transform: rotate(135deg);
}
.fat_open .fatbtn:before {
  top: 10px;
}
.fat_open .fatbtn:after {
  top: 17px;
}

.fat_content {
  display: none;
  width: 100%;
  overflow: hidden;
  background-color: #f1f3f5;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fat_nav {
  padding: 1.5em 0;
}
.fat_nav::after {
  content: "";
  display: table;
  clear: both;
}

.fat_item {
  float: left;
  width: calc(99.9% / 4);
  padding: 0 10px;
}

.fat_item_tit a {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}
.fat_item_tit a:hover {
  text-decoration: underline;
}

.fat_item_list a {
  display: block;
  padding-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.4;
  word-wrap: break-word;
  color: #495057;
}
.fat_item_list a:hover {
  text-decoration: underline;
}

/*========no-js ========*/
.no-js .fatbtn_bar {
  display: none;
}
.no-js .fat_content {
  display: block;
  border: 0;
}