/*-------------------------------------------------------------------------------*/
/*    $Theme_Fatfooter                                                                 */
/*-------------------------------------------------------------------------------*/
.tc_fat_wrap {
  background-color: #f1f3f5;
}

.tc_fatbtn_bar {
  background-color: #00857e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.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: #007c76;
  border-bottom: 1px solid rgba(0, 133, 126, 0.75);
}

.tc_fat_item_tit a:hover {
  color: #00857e;
}

.tc_fat_item_list a {
  color: #495057;
}

.tc_fat_item_list a:hover {
  color: #343a40;
}

.fat_wrap {
  display: none;
}

@media (min-width: 768px) {
  .fat_wrap {
    display: block;
  }
}

/*-----fatbtn-----*/
.fatbtn_bar {
  position: relative;
  height: 80px;
}

.fatbtn_bar:before, .fatbtn_bar:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  width: 20px;
  height: 1px;
  left: calc(50% - 10px);
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.fatbtn_bar:after {
  transform: rotate(90deg);
}

.fatbtn_bar > a {
  position: relative;
  top: 15px;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
}

.fatbtn_bar > a:before, .fatbtn_bar > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 50px;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.fatbtn_bar > a:before {
  left: 0;
  border-right: 0;
}

.fatbtn_bar > a:after {
  right: 0;
  border-left: 0;
}

.fatbtn_bar > a:hover:before, .fatbtn_bar > a:focus:before {
  left: 6px;
}

.fatbtn_bar > a:hover:after, .fatbtn_bar > a:focus:after {
  right: 6px;
}

.fat_open .fatbtn_bar:before {
  transform: rotate(360deg);
}

.fat_open .fatbtn_bar:after {
  transform: rotate(180deg);
}

.fat_content {
  display: none;
  width: 100%;
  overflow: hidden;
}

.fat_nav {
  padding: 1.5em 0;
}

.fat_nav::after {
  content: "";
  display: table;
  clear: both;
}

.fat_item {
  float: left;
  width: calc(99.9% / 6);
  padding: 0 10px;
}

.fat_item_tit a {
  display: block;
  height: 50px;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.fat_item_tit a:hover {
  text-decoration: underline;
}

.fat_item_list a {
  display: block;
  padding-bottom: 1em;
  font-size: 0.875em;
  line-height: 1.4;
  word-wrap: break-word;
}

.fat_item_list a:hover {
  text-decoration: underline;
}

/*========no-js ========*/
.no-js .fatbtn_bar {
  display: none;
}

.no-js .fat_content {
  display: block;
  border: 0;
}
